109.md (10841B)
1 # PR #109 Bump react-router-dom from 6.12.0 to 6.16.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-09-19T09:57:53Z 6 - **Branch:** dependabot/npm_and_yarn/react-router-dom-6.16.0 → main 7 - **Merged:** 2023-09-19T10:21:20Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [109.diff](./109.diff) 10 11 --- 12 13 Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.12.0 to 6.16.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> 17 <blockquote> 18 <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li>Updated dependencies 22 <ul> 23 <li>react-router@6.4.0-pre.15</li> 24 <li>react-router-dom@6.4.0-pre.15</li> 25 </ul> 26 </li> 27 </ul> 28 <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li>Updated dependencies 32 <ul> 33 <li>react-router@6.4.0-pre.11</li> 34 <li>react-router-dom@6.4.0-pre.11</li> 35 </ul> 36 </li> 37 </ul> 38 <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> 39 <h3>Patch Changes</h3> 40 <ul> 41 <li>Updated dependencies 42 <ul> 43 <li>react-router@6.4.0-pre.10</li> 44 <li>react-router-dom@6.4.0-pre.10</li> 45 </ul> 46 </li> 47 </ul> 48 <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> 49 <h3>Patch Changes</h3> 50 <ul> 51 <li>Updated dependencies 52 <ul> 53 <li>react-router@6.4.0-pre.9</li> 54 <li>react-router-dom@6.4.0-pre.9</li> 55 </ul> 56 </li> 57 </ul> 58 <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> 59 <h3>Patch Changes</h3> 60 <ul> 61 <li>Updated dependencies 62 <ul> 63 <li>react-router@6.4.0-pre.8</li> 64 <li>react-router-dom@6.4.0-pre.8</li> 65 </ul> 66 </li> 67 </ul> 68 <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> 69 <h3>Patch Changes</h3> 70 <ul> 71 <li>Updated dependencies 72 <ul> 73 <li><code>react-router@6.4.0-pre.7</code></li> 74 <li><code>react-router-dom@6.4.0-pre.7</code></li> 75 </ul> 76 </li> 77 </ul> 78 <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2> 79 <h3>Patch Changes</h3> 80 <ul> 81 <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version 82 <ul> 83 <li>react-router@6.4.0-pre.6</li> 84 <li>react-router-dom@6.4.0-pre.6</li> 85 </ul> 86 </li> 87 </ul> 88 <h2>react-router-dom-v5-compat@6.4.0-pre.5</h2> 89 <!-- raw HTML omitted --> 90 </blockquote> 91 <p>... (truncated)</p> 92 </details> 93 <details> 94 <summary>Changelog</summary> 95 <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> 96 <blockquote> 97 <h2>6.16.0</h2> 98 <h3>Minor Changes</h3> 99 <ul> 100 <li>Updated dependencies: 101 <ul> 102 <li><code>@remix-run/router@1.9.0</code></li> 103 <li><code>react-router@6.16.0</code></li> 104 </ul> 105 </li> 106 </ul> 107 <h3>Patch Changes</h3> 108 <ul> 109 <li>Properly encode rendered URIs in server rendering to avoid hydration errors (<a href="https://redirect.github.com/remix-run/react-router/pull/10769">#10769</a>)</li> 110 </ul> 111 <h2>6.15.0</h2> 112 <h3>Minor Changes</h3> 113 <ul> 114 <li>Add's a new <code>redirectDocument()</code> function which allows users to specify that a redirect from a <code>loader</code>/<code>action</code> should trigger a document reload (via <code>window.location</code>) instead of attempting to navigate to the redirected location via React Router (<a href="https://redirect.github.com/remix-run/react-router/pull/10705">#10705</a>)</li> 115 </ul> 116 <h3>Patch Changes</h3> 117 <ul> 118 <li>Fixes an edge-case affecting web extensions in Firefox that use <code>URLSearchParams</code> and the <code>useSearchParams</code> hook. (<a href="https://redirect.github.com/remix-run/react-router/pull/10620">#10620</a>)</li> 119 <li>Do not include hash in <code>useFormAction()</code> for unspecified actions since it cannot be determined on the server and causes hydration issues (<a href="https://redirect.github.com/remix-run/react-router/pull/10758">#10758</a>)</li> 120 <li>Reorder effects in <code>unstable_usePrompt</code> to avoid throwing an exception if the prompt is unblocked and a navigation is performed synchronously (<a href="https://redirect.github.com/remix-run/react-router/pull/10687">#10687</a>, <a href="https://redirect.github.com/remix-run/react-router/pull/10718">#10718</a>)</li> 121 <li>Updated dependencies: 122 <ul> 123 <li><code>@remix-run/router@1.8.0</code></li> 124 <li><code>react-router@6.15.0</code></li> 125 </ul> 126 </li> 127 </ul> 128 <h2>6.14.2</h2> 129 <h3>Patch Changes</h3> 130 <ul> 131 <li>Properly decode element id when emulating hash scrolling via <code><ScrollRestoration></code> (<a href="https://redirect.github.com/remix-run/react-router/pull/10682">#10682</a>)</li> 132 <li>Add missing <code><Form state></code> prop to populate <code>history.state</code> on submission navigations (<a href="https://redirect.github.com/remix-run/react-router/pull/10630">#10630</a>)</li> 133 <li>Support proper hydration of <code>Error</code> subclasses such as <code>ReferenceError</code>/<code>TypeError</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/10633">#10633</a>)</li> 134 <li>Updated dependencies: 135 <ul> 136 <li><code>@remix-run/router@1.7.2</code></li> 137 <li><code>react-router@6.14.2</code></li> 138 </ul> 139 </li> 140 </ul> 141 <h2>6.14.1</h2> 142 <h3>Patch Changes</h3> 143 <ul> 144 <li>Updated dependencies: 145 <ul> 146 <li><code>react-router@6.14.1</code></li> 147 <li><code>@remix-run/router@1.7.1</code></li> 148 </ul> 149 </li> 150 </ul> 151 <h2>6.14.0</h2> 152 <h3>Minor Changes</h3> 153 <!-- raw HTML omitted --> 154 </blockquote> 155 <p>... (truncated)</p> 156 </details> 157 <details> 158 <summary>Commits</summary> 159 <ul> 160 <li><a href="https://github.com/remix-run/react-router/commit/13fb25a51184f66192e023e2e18be5ff00f37827"><code>13fb25a</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10866">#10866</a>)</li> 161 <li><a href="https://github.com/remix-run/react-router/commit/6bd6fb9d07e6ef9636659beb6b2660cae2a67529"><code>6bd6fb9</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10849">#10849</a>)</li> 162 <li><a href="https://github.com/remix-run/react-router/commit/9b1d1843d27d3bc2c749b99740ff4743af64c88e"><code>9b1d184</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10844">#10844</a>)</li> 163 <li><a href="https://github.com/remix-run/react-router/commit/b6614b0e9452708c0880fef46c52fb0e1805eeaf"><code>b6614b0</code></a> Add generics for Remix type enhancements (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10843">#10843</a>)</li> 164 <li><a href="https://github.com/remix-run/react-router/commit/3069e526d24514e368640ee7ef7e4557b1b323e2"><code>3069e52</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10828">#10828</a>)</li> 165 <li><a href="https://github.com/remix-run/react-router/commit/9852bb069e385682f58c0cd8eb6732e3f427a39e"><code>9852bb0</code></a> name change (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10812">#10812</a>)</li> 166 <li><a href="https://github.com/remix-run/react-router/commit/a4495dee75166546dd92a4072fedab30abce84cf"><code>a4495de</code></a> Export proper ErrorResponse type (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10811">#10811</a>)</li> 167 <li><a href="https://github.com/remix-run/react-router/commit/ae75cdc922485988bb21f5b7b450d787204b0787"><code>ae75cdc</code></a> Export ShouldRevalidateFunctionArgs interface (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10797">#10797</a>)</li> 168 <li><a href="https://github.com/remix-run/react-router/commit/8b3559a50de61a29972ca161a2fccd007441ac58"><code>8b3559a</code></a> Encode URIs during server rendering of <a href>/<form action> to avoi… (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10769">#10769</a>)</li> 169 <li><a href="https://github.com/remix-run/react-router/commit/e79cb77cb566788bfa61e6f7b2d4a64e80ea56f7"><code>e79cb77</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10776">#10776</a>)</li> 170 <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.16.0/packages/react-router-dom">compare view</a></li> 171 </ul> 172 </details> 173 <br /> 174 175 176 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 177 178 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`. 179 180 [//]: # (dependabot-automerge-start) 181 [//]: # (dependabot-automerge-end) 182 183 --- 184 185 <details> 186 <summary>Dependabot commands and options</summary> 187 <br /> 188 189 You can trigger Dependabot actions by commenting on this PR: 190 - `@dependabot rebase` will rebase this PR 191 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 192 - `@dependabot merge` will merge this PR after your CI passes on it 193 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 194 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 195 - `@dependabot reopen` will reopen this PR if it is closed 196 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 197 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 198 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) 199 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) 200 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) 201 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 202 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 203 204 205 </details> 206