Skip to content

Commit dc3315f

Browse files
Bump react-router from 7.10.0 to 7.11.0 in /frontend (#1476)
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.10.0 to 7.11.0. <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.11.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110</a></p> <h2>v7.10.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101</a></p> </blockquote> </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.11.0</h2> <h3>Minor Changes</h3> <ul> <li>Stabilize <code>&lt;HydratedRouter onError&gt;</code>/<code>&lt;RouterProvider onError&gt;</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/14546">#14546</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>add support for throwing redirect Response's at RSC render time (<a href="https://redirect.github.com/remix-run/react-router/pull/14596">#14596</a>)</p> </li> <li> <p>Support for throwing <code>data()</code> and Response from server component render phase. Response body is not serialized as async work is not allowed as error encoding phase. If you wish to transmit data to the boundary, throw <code>data()</code> instead. (<a href="https://redirect.github.com/remix-run/react-router/pull/14632">#14632</a>)</p> </li> <li> <p>Fix <code>unstable_useTransitions</code> prop on <code>&lt;Router&gt;</code> component to permit omission for backewards compatibility (<a href="https://redirect.github.com/remix-run/react-router/pull/14646">#14646</a>)</p> </li> <li> <p><code>routeRSCServerRequest</code> replace <code>fetchServer</code> with <code>serverResponse</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/14597">#14597</a>)</p> </li> <li> <p>[UNSTABLE] Add a new <code>unstable_defaultShouldRevalidate</code> flag to various APIs to allow opt-ing out of standard revalidation behaviors. (<a href="https://redirect.github.com/remix-run/react-router/pull/14542">#14542</a>)</p> <p>If active routes include a <code>shouldRevalidate</code> function, then your value will be passed as <code>defaultShouldRevalidate</code> in those function so that the route always has the final revalidation determination.</p> <ul> <li><code>&lt;Form method=&quot;post&quot; unstable_defaultShouldRevalidate={false}&gt;</code></li> <li><code>submit(data, { method: &quot;post&quot;, unstable_defaultShouldRevalidate: false })</code></li> <li><code>&lt;fetcher.Form method=&quot;post&quot; unstable_defaultShouldRevalidate={false}&gt;</code></li> <li><code>fetcher.submit(data, { method: &quot;post&quot;, unstable_defaultShouldRevalidate: false })</code></li> </ul> <p>This is also available on non-submission APIs that may trigger revalidations due to changing search params:</p> <ul> <li><code>&lt;Link to=&quot;/&quot; unstable_defaultShouldRevalidate={false}&gt;</code></li> <li><code>navigate(&quot;/?foo=bar&quot;, { unstable_defaultShouldRevalidate: false })</code></li> <li><code>setSearchParams(params, { unstable_defaultShouldRevalidate: false })</code></li> </ul> </li> <li> <p>Allow redirects to be returned from client side middleware (<a href="https://redirect.github.com/remix-run/react-router/pull/14598">#14598</a>)</p> </li> <li> <p>Handle <code>dataStrategy</code> implementations that return insufficient result sets by adding errors for routes without any available result (<a href="https://redirect.github.com/remix-run/react-router/pull/14627">#14627</a>)</p> </li> </ul> <h2>7.10.1</h2> <h3>Patch Changes</h3> <ul> <li>Update the <code>useOptimistic</code> stub we provide for React 18 users to use a stable setter function to avoid potential <code>useEffect</code> loops - specifically when using <code>&lt;Link viewTransition&gt;</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/14628">#14628</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/b34a9cd1f74231ded97c1e6ca9dff8f09a1b87ca"><code>b34a9cd</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14668">#14668</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/48b1be47a4a827cef1d012f2f6e64003c93054b0"><code>48b1be4</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14662">#14662</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/4c34f87f44d035cac21ab024d3848594959073f4"><code>4c34f87</code></a> Merge branch 'main' into release-next</li> <li><a href="https://github.com/remix-run/react-router/commit/0206276a4fdf38fe7894c29d9c0ae762629b5d70"><code>0206276</code></a> Detect and handle partial dataStrategy results (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14627">#14627</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/ff50507a7db5e0e5b6fc36b7f5e73c10b722b21c"><code>ff50507</code></a> Update monorepo internal React deps (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14639">#14639</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c257ee169ce02e9b8bf8bd2fe6c531c50693cbdf"><code>c257ee1</code></a> feat(rsc): add support for custom entry files in RSC Framework Mode (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14643">#14643</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/8efde7affcc9f221695a6bbb92f475db465032b4"><code>8efde7a</code></a> Add callsite revalidation optout (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14542">#14542</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/6300a9fc60691a1ffc76d23555929aa7b54fcd23"><code>6300a9f</code></a> Stabilize client-side onError (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14546">#14546</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/3bc35f50ae9ec2d85b5e14b811885f1c7c2e2c35"><code>3bc35f5</code></a> Make unstable_useTransitions prop optional on Router component (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14646">#14646</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/8f6bfa0b9662a4b21f588bc4ff4db510a24b0a15"><code>8f6bfa0</code></a> Setup pnpm catalog for shared workspace deps (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14642">#14642</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=7.10.0&new-version=7.11.0)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4d4ee3 commit dc3315f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-i18next": "^16.5.0",
4141
"react-icons": "^5.5.0",
4242
"react-qr-code": "^2.0.12",
43-
"react-router": "^7.10.0",
43+
"react-router": "^7.11.0",
4444
"swr": "^2.3.0"
4545
},
4646
"devDependencies": {

frontend/pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)