Skip to content

chore(deps): bump react-router-dom from 6.30.3 to 7.14.2#114831

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps react-router-dom from 6.30.3 to 7.14.2.

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

Patch Changes

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

... (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.2.
- [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.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 7.14.2
  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 May 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 5, 2026 02:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.40%

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 3 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 cdfd4e5. 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.2",
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 adapter uses v6 path incompatible with v7

High Severity

Bumping react-router-dom to v7 without updating the nuqs adapter import path will break URL search params state management. static/app/main.tsx and static/gsAdmin/init.tsx both import from nuqs/adapters/react-router/v6, which is explicitly incompatible with React Router v7. The adapter needs to be changed to nuqs/adapters/react-router/v7.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cdfd4e5. 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.2",
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 router wrapper uses v6-specific function with v7

High Severity

static/app/main.tsx and static/gsAdmin/init.tsx use wrapCreateBrowserRouterV6 from @sentry/react to instrument the router. With react-router-dom bumped to v7, this needs to be wrapCreateBrowserRouterV7. The v6 wrapper may not correctly instrument the v7 router object, breaking Sentry performance monitoring and transaction tracking.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cdfd4e5. 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.2",
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 tracing integration targets wrong router version

Medium Severity

static/app/bootstrap/initializeSdk.tsx uses Sentry.reactRouterV6BrowserTracingIntegration for browser tracing. With react-router-dom bumped to v7, this needs to be Sentry.reactRouterV7BrowserTracingIntegration. While the underlying implementations are similar, using the wrong version-specific integration could result in incorrect route parameterization in traces.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cdfd4e5. 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