Skip to content

Bump react-router-dom from 5.3.4 to 6.30.4 - #270

Merged
rthaut merged 2 commits into
masterfrom
dependabot/npm_and_yarn/react-router-dom-6.30.4
Jul 27, 2026
Merged

Bump react-router-dom from 5.3.4 to 6.30.4#270
rthaut merged 2 commits into
masterfrom
dependabot/npm_and_yarn/react-router-dom-6.30.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps react-router-dom from 5.3.4 to 6.30.4.

Changelog

Sourced from react-router-dom's changelog.

v6.30.4

Patch Changes

6.30.3

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.23.2
    • react-router@6.30.3

6.30.2

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.23.1
    • react-router@6.30.2

6.30.1

Patch Changes

  • Updated dependencies:
    • react-router@6.30.1

6.30.0

Minor Changes

  • Add fetcherKey as a parameter to patchRoutesOnNavigation (#13109)

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.23.0
    • react-router@6.30.0

6.29.0

Minor Changes

  • Provide the request signal as a parameter to patchRoutesOnNavigation (#12900)

    • This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-router-dom since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2026
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.4 to 6.30.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.30.4/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.4/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 6.30.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-dom-6.30.4 branch from 25b254e to 97467f5 Compare July 27, 2026 02:55
@rthaut

rthaut commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Implemented the React Router v6 application migration on this PR branch:

  • Replaced the removed Switch API with Routes.
  • Converted nested route children to the v6 element prop.
  • Kept the existing HashRouter, navigation links, and location-based selection behavior unchanged.

Why: react-router-dom 6 removes Switch and no longer renders route children using the v5 API.

Validation: npm test passes on Node 24.18.0, including lint, Chrome/Edge/Firefox builds, manifest checks, all three package/zip builds, and Firefox extension lint (0 errors; existing warnings only).

Holding this PR open for owner review because this is a major-version behavioral dependency upgrade.

@rthaut
rthaut merged commit f8d1681 into master Jul 27, 2026
3 checks passed
@rthaut
rthaut deleted the dependabot/npm_and_yarn/react-router-dom-6.30.4 branch July 27, 2026 03:59
@github-actions github-actions Bot mentioned this pull request Jul 27, 2026
3 tasks
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant