361.md (10687B)
1 # PR #361 Bump react-router-dom from 6.7.0 to 6.8.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-02-28T09:12:11Z 6 - **Branch:** dependabot/npm_and_yarn/react-router-dom-6.8.2 → main 7 - **Closed:** 2023-03-13T09:12:38Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [361.diff](./361.diff) 12 13 --- 14 15 Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.7.0 to 6.8.2. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> 19 <blockquote> 20 <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2> 21 <h3>Patch Changes</h3> 22 <ul> 23 <li>Updated dependencies 24 <ul> 25 <li>react-router@6.4.0-pre.15</li> 26 <li>react-router-dom@6.4.0-pre.15</li> 27 </ul> 28 </li> 29 </ul> 30 <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> 31 <h3>Patch Changes</h3> 32 <ul> 33 <li>Updated dependencies 34 <ul> 35 <li>react-router@6.4.0-pre.11</li> 36 <li>react-router-dom@6.4.0-pre.11</li> 37 </ul> 38 </li> 39 </ul> 40 <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> 41 <h3>Patch Changes</h3> 42 <ul> 43 <li>Updated dependencies 44 <ul> 45 <li>react-router@6.4.0-pre.10</li> 46 <li>react-router-dom@6.4.0-pre.10</li> 47 </ul> 48 </li> 49 </ul> 50 <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> 51 <h3>Patch Changes</h3> 52 <ul> 53 <li>Updated dependencies 54 <ul> 55 <li>react-router@6.4.0-pre.9</li> 56 <li>react-router-dom@6.4.0-pre.9</li> 57 </ul> 58 </li> 59 </ul> 60 <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> 61 <h3>Patch Changes</h3> 62 <ul> 63 <li>Updated dependencies 64 <ul> 65 <li>react-router@6.4.0-pre.8</li> 66 <li>react-router-dom@6.4.0-pre.8</li> 67 </ul> 68 </li> 69 </ul> 70 <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> 71 <h3>Patch Changes</h3> 72 <ul> 73 <li>Updated dependencies 74 <ul> 75 <li><code>react-router@6.4.0-pre.7</code></li> 76 <li><code>react-router-dom@6.4.0-pre.7</code></li> 77 </ul> 78 </li> 79 </ul> 80 <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2> 81 <h3>Patch Changes</h3> 82 <ul> 83 <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version 84 <ul> 85 <li>react-router@6.4.0-pre.6</li> 86 <li>react-router-dom@6.4.0-pre.6</li> 87 </ul> 88 </li> 89 </ul> 90 <h2>react-router-dom-v5-compat@6.4.0-pre.5</h2> 91 <!-- raw HTML omitted --> 92 </blockquote> 93 <p>... (truncated)</p> 94 </details> 95 <details> 96 <summary>Changelog</summary> 97 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md">react-router-dom's changelog</a>.</em></p> 98 <blockquote> 99 <h2>6.8.2</h2> 100 <h3>Patch Changes</h3> 101 <ul> 102 <li>Treat same-origin absolute URLs in <code><Link to></code> as external if they are outside of the router <code>basename</code> (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/10135">#10135</a>)</li> 103 <li>Fix <code>useBlocker</code> to return <code>IDLE_BLOCKER</code> during SSR (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/10046">#10046</a>)</li> 104 <li>Fix SSR of absolute <code><Link to></code> urls (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/10112">#10112</a>)</li> 105 <li>Properly escape HTML characters in <code>StaticRouterProvider</code> serialized hydration data (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/10068">#10068</a>)</li> 106 <li>Updated dependencies: 107 <ul> 108 <li><code>@remix-run/router@1.3.3</code></li> 109 <li><code>react-router@6.8.2</code></li> 110 </ul> 111 </li> 112 </ul> 113 <h2>6.8.1</h2> 114 <h3>Patch Changes</h3> 115 <ul> 116 <li>Improved absolute url detection in <code>Link</code> component (now also supports <code>mailto:</code> urls) (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9994">#9994</a>)</li> 117 <li>Fix partial object (search or hash only) pathnames losing current path value (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/10029">#10029</a>)</li> 118 <li>Updated dependencies: 119 <ul> 120 <li><code>react-router@6.8.1</code></li> 121 <li><code>@remix-run/router@1.3.2</code></li> 122 </ul> 123 </li> 124 </ul> 125 <h2>6.8.0</h2> 126 <h3>Minor Changes</h3> 127 <ul> 128 <li> 129 <p>Support absolute URLs in <code><Link to></code>. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9900">#9900</a>)</p> 130 <pre lang="tsx"><code><Link to="https://neworigin.com/some/path"> {/* Document request */} 131 <Link to="//neworigin.com/some/path"> {/* Document request */} 132 <Link to="https://www.currentorigin.com/path"> {/* Client-side navigation */} 133 </code></pre> 134 </li> 135 </ul> 136 <h3>Patch Changes</h3> 137 <ul> 138 <li>Fix bug with search params removal via <code>useSearchParams</code> (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9969">#9969</a>)</li> 139 <li>Respect <code>preventScrollReset</code> on <code><fetcher.Form></code> (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9963">#9963</a>)</li> 140 <li>Fix navigation for hash routers on manual URL changes (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9980">#9980</a>)</li> 141 <li>Use <code>pagehide</code> instead of <code>beforeunload</code> for <code><ScrollRestoration></code>. This has better cross-browser support, specifically on Mobile Safari. (<a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9945">#9945</a>)</li> 142 <li>Updated dependencies: 143 <ul> 144 <li><code>@remix-run/router@1.3.1</code></li> 145 <li><code>react-router@6.8.0</code></li> 146 </ul> 147 </li> 148 </ul> 149 </blockquote> 150 </details> 151 <details> 152 <summary>Commits</summary> 153 <ul> 154 <li><a href="https://github.com/remix-run/react-router/commit/c312eaa7d3d511369a4dbccfa6d3a799ed65578d"><code>c312eaa</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10142">#10142</a>)</li> 155 <li><a href="https://github.com/remix-run/react-router/commit/b1aa838d8fe5b6cd41ac0a862109799de27aca28"><code>b1aa838</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10137">#10137</a>)</li> 156 <li><a href="https://github.com/remix-run/react-router/commit/d43e1ab91b7f70d1579b78c442a8ad984f060629"><code>d43e1ab</code></a> fix: treat absolute/same-origin/different-basename <Link to> values as extern...</li> 157 <li><a href="https://github.com/remix-run/react-router/commit/1d2417bd48c59edfd9a08d0a7d876c14508f70a5"><code>1d2417b</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10129">#10129</a>)</li> 158 <li><a href="https://github.com/remix-run/react-router/commit/d6af011465dd4d486af088201b333c999ad8278e"><code>d6af011</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10128">#10128</a>)</li> 159 <li><a href="https://github.com/remix-run/react-router/commit/8975de9966d272fda2deca1a1cadfb1658c60790"><code>8975de9</code></a> Hotfix: absolute URLs on server router (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10112">#10112</a>)</li> 160 <li><a href="https://github.com/remix-run/react-router/commit/3c6fb46a678036ed25895dc05ae260ab78cfc7a5"><code>3c6fb46</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10124">#10124</a>)</li> 161 <li><a href="https://github.com/remix-run/react-router/commit/3eac3a6456c19a88fba5f1d06a2c6ee1f8c6b927"><code>3eac3a6</code></a> feat: mutable route tree (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9996">#9996</a>)</li> 162 <li><a href="https://github.com/remix-run/react-router/commit/bbe4ec50e0b54e013b8ee5db1e0956146c4983e9"><code>bbe4ec5</code></a> Move invariant to UNSAFE_ export (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10066">#10066</a>)</li> 163 <li><a href="https://github.com/remix-run/react-router/commit/5706fbd9975ce6d3c6e4201644a7936be4c3f3c2"><code>5706fbd</code></a> __staticRouterHydrationData html tag escape (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10068">#10068</a>)</li> 164 <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.8.2/packages/react-router-dom">compare view</a></li> 165 </ul> 166 </details> 167 <br /> 168 169 170 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 171 172 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 173 174 [//]: # (dependabot-automerge-start) 175 [//]: # (dependabot-automerge-end) 176 177 --- 178 179 <details> 180 <summary>Dependabot commands and options</summary> 181 <br /> 182 183 You can trigger Dependabot actions by commenting on this PR: 184 - `@dependabot rebase` will rebase this PR 185 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 186 - `@dependabot merge` will merge this PR after your CI passes on it 187 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 188 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 189 - `@dependabot reopen` will reopen this PR if it is closed 190 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 191 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 192 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 193 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 194 195 196 </details> 197 198 <!-- Replace --> 199 ---- 200 ⌛ Deploy Preview - Build in Progress 201 <!-- Replace --> 202 203 204 205 ## Comments 206 207 ### @dependabot[bot] — 2023-03-13T09:12:37Z 208 209 Superseded by #376. 210