chore(deps): bump react-router from 7.9.6 to 7.12.0 in /dev-packages/e2e-tests/test-applications/react-router-7-framework-spa-node-20-18#18751
Conversation
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.9.6 to 7.12.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@7.12.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-router": "7.9.6" | ||
| "react-router": "7.12.0" |
There was a problem hiding this comment.
Version mismatch between react-router and @react-router/* packages
Medium Severity
The react-router package is updated to 7.12.0 while @react-router/node, @react-router/serve, and @react-router/dev remain at 7.9.6. The React Router ecosystem packages are released in sync and designed to work together at matching versions. All other similar test applications in this repository (react-router-7-framework-node-20-18, hydrogen-react-router-7, react-router-7-framework-custom) keep these package versions aligned. This mismatch can cause API incompatibilities, type mismatches, or runtime errors in the E2E tests.
🔬 Verification Test
Test code:
# Check that all react-router-7-framework-spa-node-20-18 packages match
cat dev-packages/e2e-tests/test-applications/react-router-7-framework-spa-node-20-18/package.json | grep -E '"(react-router|@react-router)'Command run:
grep -E '"(react-router|@react-router)' dev-packages/e2e-tests/test-applications/react-router-7-framework-spa-node-20-18/package.json
Output:
"@react-router/node": "7.9.6",
"@react-router/serve": "7.9.6",
"react-router": "7.12.0"
"@react-router/dev": "7.9.6",
Why this proves the bug: The output shows react-router at version 7.12.0 while all @react-router/* packages remain at 7.9.6, confirming the version mismatch between packages that should be synchronized.
Additional Locations (2)
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps react-router from 7.9.6 to 7.12.0.
Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
26653a6chore: Update version for release (#14712)7ac2346chore: Update version for release (pre) (#14709)75b1ef5Add origin checks for UI route submissions (#14708)c05ef93Validate redirect locations (#14706)c89c32cEscape HTML in scroll restoration keys (#14705)cbcbf30fix: pass nonce to importmap script when using subResourceIntegrity (#14675)30f6c1dfix(react-router): handle parameters with static suffixes in generatePath (#1...7f140e0Handle data requests with trailing slash consistently (#14644)1954af6Preserve hydrate property on client loaders during instrumentation (#14674)5ce5cd4chore: formatDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.