chore(deps): bump react-router from 7.14.0 to 7.15.1#162
chore(deps): bump react-router from 7.14.0 to 7.15.1#162dependabot[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.14.0 to 7.15.1. - [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.15.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
✅ Approve
0 findings
Review assessment
No findings — nothing to assess.
TL;DR
The pull request updates the react-router dependency from version 7.14.0 to 7.15.1. This is a routine dependency bump with no direct code changes in the repository, but the changelog indicates fixes for flickering UI, stale SSR data, and error handling improvements. No findings were identified in the supplied diff, but downstream usage of the updated react-router APIs should be reviewed for compatibility with the new version.
Findings
✅ No blocking issues found.
File-by-file
No changed files with findings.
Compliance & provenance
Compliance & audit
Model: mistral / mistral-large-latest
Prompt sha256: 9dfdeba0c2ea27092e47bda41257a57a95cdbe78cb6abb9311d64e5fe15ee2d1
No signed audit trail is attached
Tokens: 4703 in / 459 out · Estimated cost: $0.0030 (mistral mistral-large-latest)
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Merging this PR will not alter performance
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | from_status_code_500 |
125.3 ns | 154.4 ns | -18.88% |
| ❌ | from_status_code_404 |
154.7 ns | 183.9 ns | -15.86% |
| ⚡ | normalize_link_check_parallelism |
150 ns | 120.8 ns | +24.14% |
| ⚡ | normalize_max_concurrent |
150 ns | 120.8 ns | +24.14% |
| ⚡ | reject_invalid |
610.3 ns | 493.6 ns | +23.64% |
| ⚡ | split |
501.1 ns | 442.8 ns | +13.17% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/npm_and_yarn/react-router-7.15.1 (0fcb1ad) with main (46d16cb)


Bumps react-router from 7.14.0 to 7.15.1.
Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
587d08fRelease v7.15.1 (#15038)89996bdFire onError for initial-load errors when RouterProvider mounts late (#15039)4322e58Update docs for useRouterStatefadd6c4Merge branch 'main' into release6bf91cechore: format44c3478fix: prevent fetcher formData flicker and eliminate state.fetchers mutations ...7e6725aCleanup lint issues (#15030)aabd30cUse shared isMutationMethod check (#15033)954a4a6Fix stale SSR data when hydration is aborted by a same-route navigation (#15022)041cd32fix(react-router): Internal preloads refactor to preserve types (#14860)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.
Summary by cubic
Bump
react-routerfrom 7.14.0 to 7.15.1 to pick up bug fixes that reduce fetcher UI flicker, fix stale SSR data after aborted hydration, and ensureRouterProvideronError fires in SPA mode.react-router: 7.14.0 -> 7.15.1Written for commit 0fcb1ad. Summary will update on new commits.