chore(deps): bump react-router from 7.15.0 to 7.15.1#1308
chore(deps): bump react-router from 7.15.0 to 7.15.1#1308dependabot[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 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>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 743bfc4 | Commit Preview URL Branch Preview URL |
Jun 17 2026, 08:04 AM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 743bfc4d6f
ℹ️ 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": "^7.15.1", |
There was a problem hiding this comment.
Align @react-router/node with react-router
In the docs and guide workspaces this bump resolves react-router to 7.15.1, but the lockfile still keeps @react-router/node at 7.15.0, whose peer dependency is exactly react-router: 7.15.0 (yarn.lock lines 2305-2311). I checked yarn install --immutable and Yarn reports YN0060 for these workspaces because the project now provides 7.15.1 where @react-router/node requests 7.15.0. Since these apps build in React Router framework mode through @react-router/dev/@react-router/node, please bump the companion @react-router/* packages and lockfile together so the framework package set stays on one patch version.
Useful? React with 👍 / 👎.
Bumps react-router from 7.15.0 to 7.15.1.
Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
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.