Skip to content

chore(deps): bump react-router-dom from 6.30.3 to 7.14.1#112988

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-router-dom-7.14.1
Open

chore(deps): bump react-router-dom from 6.30.3 to 7.14.1#112988
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-router-dom-7.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps react-router-dom from 6.30.3 to 7.14.1.

Release notes

Sourced from react-router-dom's releases.

v7.1.3

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713

Changelog

Sourced from react-router-dom's changelog.

v7.14.1

Patch Changes

7.14.0

Patch Changes

  • Updated dependencies:
    • react-router@7.14.0

7.13.2

Patch Changes

  • Updated dependencies:
    • react-router@7.13.2

7.13.1

Patch Changes

  • Updated dependencies:
    • react-router@7.13.1

7.13.0

Patch Changes

  • Updated dependencies:
    • react-router@7.13.0

7.12.0

Patch Changes

  • Updated dependencies:
    • react-router@7.12.0

7.11.0

Patch Changes

  • Updated dependencies:
    • react-router@7.11.0

7.10.1

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2026 22:12
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Apr 14, 2026
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 14, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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.

Comment thread package.json
"react-mentions": "4.4.10",
"react-popper": "^2.3.0",
"react-router-dom": "6.30.3",
"react-router-dom": "7.14.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5caca08. Configure here.

Comment thread package.json
"react-mentions": "4.4.10",
"react-popper": "^2.3.0",
"react-router-dom": "6.30.3",
"react-router-dom": "7.14.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5caca08. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants