chore(deps): bump react-router-dom from 6.30.3 to 7.14.1#112988
chore(deps): bump react-router-dom from 6.30.3 to 7.14.1#112988dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.30.3 to 7.14.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5caca08. Configure here.
| "react-mentions": "4.4.10", | ||
| "react-popper": "^2.3.0", | ||
| "react-router-dom": "6.30.3", | ||
| "react-router-dom": "7.14.1", |
There was a problem hiding this comment.
Sentry v6 router integration incompatible with react-router v7
High Severity
Bumping react-router-dom to v7 without updating the Sentry integrations breaks performance monitoring. The codebase uses wrapCreateBrowserRouterV6 (in main.tsx, pipelineView.tsx, gsAdmin/init.tsx) and reactRouterV6BrowserTracingIntegration (in initializeSdk.tsx), which are not compatible with react-router v7. These need to be migrated to wrapCreateBrowserRouterV7 and reactRouterV7BrowserTracingIntegration respectively, per Sentry's documentation.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 5caca08. Configure here.
| "react-mentions": "4.4.10", | ||
| "react-popper": "^2.3.0", | ||
| "react-router-dom": "6.30.3", | ||
| "react-router-dom": "7.14.1", |
There was a problem hiding this comment.
nuqs uses v6 adapter with react-router v7
High Severity
Bumping to react-router-dom v7 without updating the nuqs adapter import breaks query string management. static/app/main.tsx and static/gsAdmin/init.tsx both import from nuqs/adapters/react-router/v6, which is designed for react-router v6. The nuqs library provides a separate nuqs/adapters/react-router/v7 adapter specifically for v7, as the v6 and v7 adapters import hooks from different packages.
Reviewed by Cursor Bugbot for commit 5caca08. Configure here.


Bumps react-router-dom from 6.30.3 to 7.14.1.
Release notes
Sourced from react-router-dom's releases.
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
197674bRelease 7.14.1 (#14973)a87774fAdd new release process (#14916)e31077bchore: Update version for release (#14945)6683e85chore: Update version for release (pre) (#14943)aadb56fchore: Update version for release (#14908)c68a9b3chore: Update version for release (pre) (#14893)aa3f078chore: Update version for release (#14829)3207a5cchore: Update version for release (pre) (#14814)5557ba3chore: Update version for release (#14749)62c6e0echore: Update version for release (pre) (#14738)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)