Skip to content

Commit 2d8ffb3

Browse files
chore(deps): Bump react-router from 5.3.4 to 7.5.2 (#1577)
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 5.3.4 to 7.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router's releases</a>.</em></p> <blockquote> <h2>v7.5.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v752">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v752</a></p> <h2>v7.5.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v751">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v751</a></p> <h2>v7.5.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v750">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v750</a></p> <h2>v7.4.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v741">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v741</a></p> <h2>v7.4.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740</a></p> <h2>v7.3.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v730">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v730</a></p> <h2>v6.30.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6300">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6300</a></p> <h2>v7.2.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v720">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v720</a></p> <h2>v.7.1.5</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715</a></p> <h2>v7.1.4</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714</a></p> <h2>v6.29.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6290">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6290</a></p> <h2>v7.1.3</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713</a></p> <h2>v7.1.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v712">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v712</a></p> <h2>v6.28.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6282">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6282</a></p> <h2>v7.1.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v711">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v711</a></p> <h2>v7.1.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v710">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v710</a></p> <h2>v6.28.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6281">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6281</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md">react-router's changelog</a>.</em></p> <blockquote> <h2>7.5.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Update Single Fetch to also handle the 204 redirects used in <code>?_data</code> requests in Remix v2 (<a href="https://redirect.github.com/remix-run/react-router/pull/13364">#13364</a>)</p> <ul> <li>This allows applications to return a redirect on <code>.data</code> requests from outside the scope of React Router (i.e., an <code>express</code>/<code>hono</code> middleware)</li> <li>⚠️ Please note that doing so relies on implementation details that are subject to change without a SemVer major release</li> <li>This is primarily done to ease upgrading to Single Fetch for existing Remix v2 applications, but the recommended way to handle this is redirecting from a route middleware</li> </ul> </li> <li> <p>Adjust approach for Prerendering/SPA Mode via headers (<a href="https://redirect.github.com/remix-run/react-router/pull/13453">#13453</a>)</p> </li> </ul> <h2>7.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix single fetch bug where no revalidation request would be made when navigating upwards to a reused parent route (<a href="https://redirect.github.com/remix-run/react-router/pull/13253">#13253</a>)</p> </li> <li> <p>When using the object-based <code>route.lazy</code> API, the <code>HydrateFallback</code> and <code>hydrateFallbackElement</code> properties are now skipped when lazy loading routes after hydration. (<a href="https://redirect.github.com/remix-run/react-router/pull/13376">#13376</a>)</p> <p>If you move the code for these properties into a separate file, you can use this optimization to avoid downloading unused hydration code. For example:</p> <pre lang="ts"><code>createBrowserRouter([ { path: &quot;/show/:showId&quot;, lazy: { loader: async () =&gt; (await import(&quot;./show.loader.js&quot;)).loader, Component: async () =&gt; (await import(&quot;./show.component.js&quot;)).Component, HydrateFallback: async () =&gt; (await import(&quot;./show.hydrate-fallback.js&quot;)).HydrateFallback, }, }, ]); </code></pre> </li> <li> <p>Properly revalidate prerendered paths when param values change (<a href="https://redirect.github.com/remix-run/react-router/pull/13380">#13380</a>)</p> </li> <li> <p>UNSTABLE: Add a new <code>unstable_runClientMiddleware</code> argument to <code>dataStrategy</code> to enable middleware execution in custom <code>dataStrategy</code> implementations (<a href="https://redirect.github.com/remix-run/react-router/pull/13395">#13395</a>)</p> </li> <li> <p>UNSTABLE: Add better error messaging when <code>getLoadContext</code> is not updated to return a <code>Map</code>&quot; (<a href="https://redirect.github.com/remix-run/react-router/pull/13242">#13242</a>)</p> </li> <li> <p>Do not automatically add <code>null</code> to <code>staticHandler.query()</code> <code>context.loaderData</code> if routes do not have loaders (<a href="https://redirect.github.com/remix-run/react-router/pull/13223">#13223</a>)</p> <ul> <li>This was a Remix v2 implementation detail inadvertently left in for React Router v7</li> <li>Now that we allow returning <code>undefined</code> from loaders, our prior check of <code>loaderData[routeId] !== undefined</code> was no longer sufficient and was changed to a <code>routeId in loaderData</code> check - these <code>null</code> values can cause issues for this new check</li> <li>⚠️ This could be a &quot;breaking bug fix&quot; for you if you are doing manual SSR with <code>createStaticHandler()</code>/<code>&lt;StaticRouterProvider&gt;</code>, and using <code>context.loaderData</code> to control <code>&lt;RouterProvider&gt;</code> hydration behavior on the client</li> </ul> </li> <li> <p>Fix prerendering when a loader returns a redirect (<a href="https://redirect.github.com/remix-run/react-router/pull/13365">#13365</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/5819e0c45df69a0b4ac582497e5adb1c089385b5"><code>5819e0c</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13456">#13456</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/d0cac3395f004424e6afd17248d6ff166ecb6fa6"><code>d0cac33</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13454">#13454</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111"><code>c843029</code></a> Adjust approach for prerendering/SPA mode via headers (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13453">#13453</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/8e4963faece8dda24bf40dd04dd547c9959509d0"><code>8e4963f</code></a> Restore handling of 204 &quot;soft&quot; redirects on data requests (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13364">#13364</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/ed77157ed5a9faeb53787c3fbb092557e28e1872"><code>ed77157</code></a> update session documentation links (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13448">#13448</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/4281172339337fa449a98e93b2abeae18f055283"><code>4281172</code></a> Missed refactor updates</li> <li><a href="https://github.com/remix-run/react-router/commit/b166e483b2134ef67d6630521eb3fdb40d64e448"><code>b166e48</code></a> Minor refactors to support RSC (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13423">#13423</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/5dd7c1580f2d782bded3f906a66d57005b083db9"><code>5dd7c15</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13422">#13422</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/6ce4a79774f6f9734b7457463768bc2860398263"><code>6ce4a79</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13412">#13412</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/cd5681bd2fd66b8b9958deb1c1fb6bdb9af08366"><code>cd5681b</code></a> Slight refactor of fetchAndDecode for RSC (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/13409">#13409</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router&package-manager=npm_and_yarn&previous-version=5.3.4&new-version=7.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/looker-open-source/sdk-codegen/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd6990a commit 2d8ffb3

File tree

3 files changed

+36
-12
lines changed

3 files changed

+36
-12
lines changed

packages/api-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"react-dom": "^17.0.2",
9292
"react-is": "^17.0.2",
9393
"react-redux": "^7.2.9",
94-
"react-router": "^5.3.4",
94+
"react-router": "^7.5.2",
9595
"react-router-dom": "^5.3.4",
9696
"redux": "^4.0.5",
9797
"styled-components": "^5.3.1",

packages/embed-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react": "^17.0.2",
4949
"react-dom": "^17.0.2",
5050
"react-redux": "^7.2.9",
51-
"react-router": "^5.3.4",
51+
"react-router": "^7.5.2",
5252
"react-router-dom": "^5.3.4",
5353
"styled-components": "^5.3.1"
5454
},

yarn.lock

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6330,6 +6330,11 @@ [email protected]:
63306330
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
63316331
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
63326332

6333+
cookie@^1.0.1:
6334+
version "1.0.2"
6335+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
6336+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
6337+
63336338
copy-concurrently@^1.0.0:
63346339
version "1.0.5"
63356340
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -13666,9 +13671,9 @@ parse-passwd@^1.0.0:
1366613671
integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==
1366713672

1366813673
parse-path@^7.0.0:
13669-
version "7.0.1"
13670-
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.1.tgz#ae548cd36315fd8881a3610eae99fa08123ee0e2"
13671-
integrity sha512-6ReLMptznuuOEzLoGEa+I1oWRSj2Zna5jLWC+l6zlfAI4dbbSaIES29ThzuPkbhNahT65dWzfoZEO6cfJw2Ksg==
13674+
version "7.1.0"
13675+
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.1.0.tgz#41fb513cb122831807a4c7b29c8727947a09d8c6"
13676+
integrity sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==
1367213677
dependencies:
1367313678
protocols "^2.0.0"
1367413679

@@ -14370,21 +14375,21 @@ [email protected]:
1437014375
"@babel/runtime" "^7.13.6"
1437114376
html-parse-stringify "^3.0.1"
1437214377

14373-
react-is@^16.12.0, "react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
14378+
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
1437414379
version "16.13.1"
1437514380
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1437614381
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1437714382

14383+
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0:
14384+
version "18.2.0"
14385+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
14386+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
14387+
1437814388
react-is@^17.0.0, react-is@^17.0.1, react-is@^17.0.2:
1437914389
version "17.0.2"
1438014390
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1438114391
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1438214392

14383-
react-is@^18.0.0:
14384-
version "18.2.0"
14385-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
14386-
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
14387-
1438814393
react-lifecycles-compat@^3.0.4:
1438914394
version "3.0.4"
1439014395
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -14439,7 +14444,7 @@ react-router-dom@^5.3.4:
1443914444
tiny-invariant "^1.0.2"
1444014445
tiny-warning "^1.0.0"
1444114446

14442-
[email protected], react-router@^5.3.4:
14447+
1444314448
version "5.3.4"
1444414449
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
1444514450
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
@@ -14454,6 +14459,15 @@ [email protected], react-router@^5.3.4:
1445414459
tiny-invariant "^1.0.2"
1445514460
tiny-warning "^1.0.0"
1445614461

14462+
react-router@^7.5.2:
14463+
version "7.5.2"
14464+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.5.2.tgz#889137b9ce91dadc06eb40997f57f08199845973"
14465+
integrity sha512-9Rw8r199klMnlGZ8VAsV/I8WrIF6IyJ90JQUdboupx1cdkgYqwnrYjH+I/nY/7cA1X5zia4mDJqH36npP7sxGQ==
14466+
dependencies:
14467+
cookie "^1.0.1"
14468+
set-cookie-parser "^2.6.0"
14469+
turbo-stream "2.4.0"
14470+
1445714471
react-shallow-renderer@^16.13.1:
1445814472
version "16.15.0"
1445914473
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457"
@@ -15411,6 +15425,11 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
1541115425
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
1541215426
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
1541315427

15428+
set-cookie-parser@^2.6.0:
15429+
version "2.7.1"
15430+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
15431+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
15432+
1541415433
set-function-length@^1.2.1:
1541515434
version "1.2.2"
1541615435
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
@@ -16755,6 +16774,11 @@ tunnel-agent@^0.6.0:
1675516774
dependencies:
1675616775
safe-buffer "^5.0.1"
1675716776

16777+
16778+
version "2.4.0"
16779+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
16780+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
16781+
1675816782
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1675916783
version "0.14.5"
1676016784
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"

0 commit comments

Comments
 (0)