315.md (10203B)
1 # PR #315 Bump react-router-dom from 6.16.0 to 6.24.0 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-06-25T09:46:42Z 6 - **Branch:** dependabot/npm_and_yarn/react-router-dom-6.24.0 → main 7 - **Labels:** dependencies, javascript 8 - **Diff:** [315.diff](./315.diff) 9 10 --- 11 12 Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.16.0 to 6.24.0. 13 <details> 14 <summary>Release notes</summary> 15 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> 16 <blockquote> 17 <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2> 18 <h3>Patch Changes</h3> 19 <ul> 20 <li>Updated dependencies 21 <ul> 22 <li>react-router@6.4.0-pre.15</li> 23 <li>react-router-dom@6.4.0-pre.15</li> 24 </ul> 25 </li> 26 </ul> 27 <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> 28 <h3>Patch Changes</h3> 29 <ul> 30 <li>Updated dependencies 31 <ul> 32 <li>react-router@6.4.0-pre.11</li> 33 <li>react-router-dom@6.4.0-pre.11</li> 34 </ul> 35 </li> 36 </ul> 37 <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> 38 <h3>Patch Changes</h3> 39 <ul> 40 <li>Updated dependencies 41 <ul> 42 <li>react-router@6.4.0-pre.10</li> 43 <li>react-router-dom@6.4.0-pre.10</li> 44 </ul> 45 </li> 46 </ul> 47 <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> 48 <h3>Patch Changes</h3> 49 <ul> 50 <li>Updated dependencies 51 <ul> 52 <li>react-router@6.4.0-pre.9</li> 53 <li>react-router-dom@6.4.0-pre.9</li> 54 </ul> 55 </li> 56 </ul> 57 <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> 58 <h3>Patch Changes</h3> 59 <ul> 60 <li>Updated dependencies 61 <ul> 62 <li>react-router@6.4.0-pre.8</li> 63 <li>react-router-dom@6.4.0-pre.8</li> 64 </ul> 65 </li> 66 </ul> 67 <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> 68 <h3>Patch Changes</h3> 69 <ul> 70 <li>Updated dependencies 71 <ul> 72 <li><code>react-router@6.4.0-pre.7</code></li> 73 <li><code>react-router-dom@6.4.0-pre.7</code></li> 74 </ul> 75 </li> 76 </ul> 77 <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2> 78 <h3>Patch Changes</h3> 79 <ul> 80 <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version 81 <ul> 82 <li>react-router@6.4.0-pre.6</li> 83 <li>react-router-dom@6.4.0-pre.6</li> 84 </ul> 85 </li> 86 </ul> 87 <h2>react-router-dom-v5-compat@6.4.0-pre.5</h2> 88 <!-- raw HTML omitted --> 89 </blockquote> 90 <p>... (truncated)</p> 91 </details> 92 <details> 93 <summary>Changelog</summary> 94 <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> 95 <blockquote> 96 <h2>6.24.0</h2> 97 <h3>Minor Changes</h3> 98 <ul> 99 <li> 100 <p>Add support for Lazy Route Discovery (a.k.a. Fog of War) (<a href="https://redirect.github.com/remix-run/react-router/pull/11626">#11626</a>)</p> 101 <ul> 102 <li>RFC: <a href="https://github.com/remix-run/react-router/discussions/11113">https://github.com/remix-run/react-router/discussions/11113</a></li> 103 <li><code>unstable_patchRoutesOnMiss</code> docs: <a href="https://reactrouter.com/en/main/routers/create-browser-router">https://reactrouter.com/en/main/routers/create-browser-router</a></li> 104 </ul> 105 </li> 106 </ul> 107 <h3>Patch Changes</h3> 108 <ul> 109 <li>Fix <code>fetcher.submit</code> types - remove incorrect <code>navigate</code>/<code>fetcherKey</code>/<code>unstable_viewTransition</code> options because they are only relevant for <code>useSubmit</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11631">#11631</a>)</li> 110 <li>Allow falsy <code>location.state</code> values passed to <code><StaticRouter></code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11495">#11495</a>)</li> 111 <li>Updated dependencies: 112 <ul> 113 <li><code>react-router@6.24.0</code></li> 114 <li><code>@remix-run/router@1.17.0</code></li> 115 </ul> 116 </li> 117 </ul> 118 <h2>6.23.1</h2> 119 <h3>Patch Changes</h3> 120 <ul> 121 <li>Check for <code>document</code> existence when checking <code>startViewTransition</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11544">#11544</a>)</li> 122 <li>Change the <code>react-router-dom/server</code> import back to <code>react-router-dom</code> instead of <code>index.ts</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11514">#11514</a>)</li> 123 <li>Updated dependencies: 124 <ul> 125 <li><code>@remix-run/router@1.16.1</code></li> 126 <li><code>react-router@6.23.1</code></li> 127 </ul> 128 </li> 129 </ul> 130 <h2>6.23.0</h2> 131 <h3>Minor Changes</h3> 132 <ul> 133 <li>Add a new <code>unstable_dataStrategy</code> configuration option (<a href="https://redirect.github.com/remix-run/react-router/pull/11098">#11098</a>) 134 <ul> 135 <li>This option allows Data Router applications to take control over the approach for executing route loaders and actions</li> 136 <li>The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more</li> 137 </ul> 138 </li> 139 </ul> 140 <h3>Patch Changes</h3> 141 <ul> 142 <li>Updated dependencies: 143 <ul> 144 <li><code>@remix-run/router@1.16.0</code></li> 145 <li><code>react-router@6.23.0</code></li> 146 </ul> 147 </li> 148 </ul> 149 <h2>6.22.3</h2> 150 <h3>Patch Changes</h3> 151 <ul> 152 <li>Updated dependencies: 153 <ul> 154 <li><code>@remix-run/router@1.15.3</code></li> 155 <li><code>react-router@6.22.3</code></li> 156 </ul> 157 </li> 158 </ul> 159 <h2>6.22.2</h2> 160 <!-- raw HTML omitted --> 161 </blockquote> 162 <p>... (truncated)</p> 163 </details> 164 <details> 165 <summary>Commits</summary> 166 <ul> 167 <li><a href="https://github.com/remix-run/react-router/commit/a569d7699fbd6760fd2d5a339aab9bc0caf750ab"><code>a569d76</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11717">#11717</a>)</li> 168 <li><a href="https://github.com/remix-run/react-router/commit/a2f718bb037d9ec82d82339bade7e82af0bc8b1a"><code>a2f718b</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11661">#11661</a>)</li> 169 <li><a href="https://github.com/remix-run/react-router/commit/4e85e9884c2c0c7125edc91941b3e023a9d3180c"><code>4e85e98</code></a> Support lazy route discovery (fog of war) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11626">#11626</a>)</li> 170 <li><a href="https://github.com/remix-run/react-router/commit/be8a2590eb3ebd91294835031ff788d4fd59070c"><code>be8a259</code></a> Fix fetcher.submit types (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11631">#11631</a>)</li> 171 <li><a href="https://github.com/remix-run/react-router/commit/58dcfbb97db73a6d29f12a9ab8567540b8e9a24b"><code>58dcfbb</code></a> Merge branch 'release-next' into dev</li> 172 <li><a href="https://github.com/remix-run/react-router/commit/aef5c4a617756e6fcc493de17b4be9997a5a19c8"><code>aef5c4a</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11551">#11551</a>)</li> 173 <li><a href="https://github.com/remix-run/react-router/commit/26bc8e295398b571104ef529149c22a0724eeb7e"><code>26bc8e2</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11545">#11545</a>)</li> 174 <li><a href="https://github.com/remix-run/react-router/commit/031478d4acc46cc631673ef14e3215fac97dee8b"><code>031478d</code></a> Add defensive window.document check when checking for startViewTransition (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/1">#1</a>...</li> 175 <li><a href="https://github.com/remix-run/react-router/commit/127e69343f8eeb2233a8bec37d97fca5541f90a1"><code>127e693</code></a> Fix useLocation to receive 0 instead of null when state is set to 0 (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11495">#11495</a>)</li> 176 <li><a href="https://github.com/remix-run/react-router/commit/9651465485fc6c96c1dd793a96d8af8f1ebf42d0"><code>9651465</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11516">#11516</a>)</li> 177 <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom">compare view</a></li> 178 </ul> 179 </details> 180 <br /> 181 182 183 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 184 185 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`. 186 187 [//]: # (dependabot-automerge-start) 188 [//]: # (dependabot-automerge-end) 189 190 --- 191 192 <details> 193 <summary>Dependabot commands and options</summary> 194 <br /> 195 196 You can trigger Dependabot actions by commenting on this PR: 197 - `@dependabot rebase` will rebase this PR 198 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 199 - `@dependabot merge` will merge this PR after your CI passes on it 200 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 201 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 202 - `@dependabot reopen` will reopen this PR if it is closed 203 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 204 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 205 - `@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) 206 - `@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) 207 - `@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) 208 209 210 </details> 211