chore(deps): bump react-router from 7.15.0 to 8.3.0#1314
chore(deps): bump react-router from 7.15.0 to 8.3.0#1314dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.15.0 to 8.3.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 8.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
guide | bfd906e | Jul 25 2026, 09:03 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bfd906ecbb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react-dom": "^19.2.4", | ||
| "react-markdown": "^10.1.0", | ||
| "react-router": "^7.15.0", | ||
| "react-router": "^8.3.0", |
There was a problem hiding this comment.
Upgrade the entire React Router framework stack together
When either site runs react-router build or the dev server, @react-router/dev and @react-router/node remain on 7.15.0 and require react-router 7.x (the latter requires exactly 7.15.0), while route modules now import 8.3.0; Yarn confirms this unsupported combination with YN0060 peer errors for both the docs and guide workspaces. Keep the core package on v7 or upgrade all framework packages, including react-router-dom, to compatible versions together.
AGENTS.md reference: AGENTS.md:L101-L101
Useful? React with 👍 / 👎.
| react: ">=19.2.7" | ||
| react-dom: ">=19.2.7" |
There was a problem hiding this comment.
Raise React to Router 8's minimum version
With immutable installs, the lockfile still resolves both React packages to 19.2.4, but the newly selected Router 8.3.0 declares react and react-dom peers of at least 19.2.7. Yarn consequently emits YN0060 for all three affected workspaces, and the deployed application would run Router 8 against an unsupported React version; update React, React DOM, and their lock entries alongside this bump.
Useful? React with 👍 / 👎.
Bumps react-router from 7.15.0 to 8.3.0.
Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
2edaca7Release v8.3.0 (#15294)687ab72Prep release notesd2f1f1bupdate changes files to use h4 instead of h3 (#15334)8186207fix(rsc): preserve component metadata for client loader revalidation (#15323)c26e431feat(rsc): support CSP nonces in document rendering (#15320)6286f90feat(rsc): reload stale clients after new deployments (#15318)3d83ad4docs: fix useLinkClickHandler defaultShouldRevalidate default description (#1...f75c89fUpdate docs links to v8 API reference (#15316)baa9ba6fix: encode path params per RFC 3986 path-segment rules in href/generatePath ...69debd1fix: apply NavLink pending state when the to prop has a trailing slash (#15300)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.