chore(deps-dev): bump react-router from 6.30.2 to 8.3.0 - #1254
chore(deps-dev): bump react-router from 6.30.2 to 8.3.0#1254dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
📦 NPM canary releaseDeployed canary version 0.0.0-canary-a57c8d0. |
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
493f970 to
a890039
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a890039. Configure here.
| "react": "^19.1.1", | ||
| "react-dom": "^19.1.1", | ||
| "react-router": "^6.22.3", | ||
| "react-router": "^8.3.0", |
There was a problem hiding this comment.
Unmet react-router version requirements
Medium Severity
Bumping react-router to ^8.3.0 introduces hard requirements of React/react-dom >=19.2.7 and Node >=22.22.0, but the project still resolves React to 19.1.1 and runs on Node 22.14 (.nvmrc) with engines.node set to >=22.0.0. The lockfile installs react-router@8.3.0 against those mismatched peers, so the dependency tree violates the package contract.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit a890039. Configure here.
a890039 to
4f0cbdd
Compare
4f0cbdd to
3c16510
Compare
3c16510 to
2cffdd1
Compare
2cffdd1 to
7405559
Compare
7405559 to
247fc8e
Compare
247fc8e to
3e8d557
Compare
3e8d557 to
9bd78e5
Compare
9bd78e5 to
d263244
Compare
d263244 to
4ca9033
Compare
4ca9033 to
8a60881
Compare
8a60881 to
8b9da7f
Compare
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
8b9da7f to
1d270bc
Compare
1d270bc to
a52b3cc
Compare
a52b3cc to
43ba8ee
Compare
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.30.2 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: 7.18.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
43ba8ee to
7bf13ca
Compare


Bumps react-router from 6.30.2 to 8.3.0.
Release notes
Sourced from react-router's releases.
... (truncated)
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)Note
Medium Risk
Major-version router bump in dev tooling may break Storybook routing APIs, and peer/engine requirements (React 19.2.7+, Node 22.22+) may not align with current devDependency pins until CI passes.
Overview
Bumps the devDependency
react-routerfrom v6 to v8 (^6.22.3→^8.3.0) and refreshespnpm-lock.yamlaccordingly. There are no application source changes in this diff—only dependency metadata and lockfile resolution.The lockfile reflects React Router 8’s new dependency graph:
@remix-run/routeris dropped,cookie-esis added, and several CodeMirror-related packages resolve to newer patch versions via@uiw/react-codemirror. React Router 8’s published constraints also require Node>=22.22.0and list React/React DOM>=19.2.7as peers (this repo still pins React 19.1.1 in devDependencies), which is worth noting when validating Storybook or any dev-only routing that uses this package.Reviewed by Cursor Bugbot for commit 7bf13ca. Bugbot is set up for automated code reviews on this repo. Configure here.