Skip to content

chore(deps)!: update dependency react-router-dom to v7#1802

Merged
SoonIter merged 6 commits intomainfrom
renovate/major-react-router-monorepo
Nov 21, 2025
Merged

chore(deps)!: update dependency react-router-dom to v7#1802
SoonIter merged 6 commits intomainfrom
renovate/major-react-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) ^6.30.2 -> ^7.9.6 age confidence

Release Notes

remix-run/react-router (react-router-dom)

v7.9.6

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.6

v7.9.5

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.5

v7.9.4

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.4

v7.9.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.3

v7.9.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.2

v7.9.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.1

v7.9.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.0

v7.8.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.2

v7.8.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.1

v7.8.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.0

v7.7.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.7.1

v7.7.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.7.0

v7.6.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.3

v7.6.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.2

v7.6.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.1

v7.6.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.0

v7.5.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.3

v7.5.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.2

v7.5.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.1

v7.5.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.0

v7.4.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.4.1

v7.4.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.4.0

v7.3.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.3.0

v7.2.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.2.0

v7.1.5

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.5

v7.1.4

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.4

v7.1.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.3

v7.1.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.2

v7.1.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.1

v7.1.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.0

v7.0.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.0.2

v7.0.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.0.1

v7.0.0

Compare Source

Major Changes
  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#​11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#​11469)

  • Remove single fetch future flag. (#​11522)

  • Remove future.v7_startTransition flag (#​11696)

  • Remove future.v7_normalizeFormMethod future flag (#​11697)

  • Allow returning undefined from actions and loaders (#​11680)

  • update minimum node version to 18 (#​11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#​11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#​11728)

  • Add exports field to all packages (#​11675)

  • node package no longer re-exports from react-router (#​11702)

  • updates the minimum React version to 18 (#​11689)

    • Remove the future.v7_partialHydration flag (#​11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#​11731)

Minor Changes
  • Add prefetching support to Link/NavLink when using Remix SSR (#​11402)
  • Enhance ScrollRestoration so it can restore properly on an SSR'd document load (#​11401)
  • Add built-in Remix-style hydration support to RouterProvider. When running from a Remix-SSR'd HTML payload with the proper window variables (__remixContext, __remixManifest, __remixRouteModules), you don't need to pass a router prop and RouterProvider will create the router for you internally. (#​11396) (#​11400)
Patch Changes
  • Memoize some RouterProvider internals to reduce uneccesary re-renders (#​11817)
  • Updated dependencies:
    • react-router@7.0.0

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify bot commented Feb 3, 2025

Deploy Preview for rspress failed. Why did it fail? →

Name Link
🔨 Latest commit aad3c7f
🔍 Latest deploy log https://app.netlify.com/projects/rspress/deploys/689c7b1649f90300085d56e8

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4058176 to 019326f Compare February 3, 2025 02:27
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 019326f to a03e047 Compare February 10, 2025 09:32
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a03e047 to 8284ce6 Compare February 18, 2025 23:00
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 8284ce6 to b8c7ea7 Compare March 6, 2025 22:55
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 6, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit fb61ea2
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/692017e9aa8f080008ecec2c
😎 Deploy Preview https://deploy-preview-1802--rspress-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 583e8a5 to a85ea6e Compare March 13, 2025 12:12
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a85ea6e to 85686d2 Compare March 19, 2025 15:04
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from d530bc3 to 7809509 Compare April 4, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 4 times, most recently from 0cc2500 to cd0fca2 Compare April 21, 2025 11:24
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 4 times, most recently from 414dffe to 4d6d222 Compare April 29, 2025 13:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from c11ec6d to 4da610f Compare May 12, 2025 03:50
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4da610f to e2bf04e Compare May 25, 2025 15:25
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from e2bf04e to 6b40b48 Compare June 4, 2025 03:52
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 6b40b48 to 9cb1681 Compare June 27, 2025 23:38
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 9cb1681 to 1183bdf Compare July 16, 2025 20:38
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 1183bdf to 066d533 Compare July 24, 2025 23:07
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 9c8408c to 4d0228a Compare August 7, 2025 21:51
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from b8303a0 to f1a8aa6 Compare November 10, 2025 17:53
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from f1a8aa6 to 09c7e37 Compare November 13, 2025 23:52
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from 1ea545b to 31d2bf6 Compare November 19, 2025 04:10
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Nov 19, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@SoonIter SoonIter force-pushed the renovate/major-react-router-monorepo branch from 279a146 to 1aafed4 Compare November 21, 2025 06:45
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 21, 2025

Rsdoctor Bundle Diff Analysis

📁 web

Path: website/doc_build/web/rsdoctor-data.json

Metric Current Baseline Change
📊 Total Size 14.4 MB 14.3 MB 19.1 KB (0.1%)
📄 JavaScript 13.8 MB 13.8 MB 19.5 KB (0.1%)
🎨 CSS 109.9 KB 109.9 KB 0 B (0.0%)
🌐 HTML 0 B 0 B N/A
📁 Other Assets 496.9 KB 497.3 KB -458.0 B (-0.1%)

📦 Download Diff Report: web Bundle Diff

Generated by Rsdoctor GitHub Action

@SoonIter SoonIter changed the title chore(deps): update dependency react-router-dom to v7 chore(deps)!: update dependency react-router-dom to v7 Nov 21, 2025
@SoonIter SoonIter requested review from Timeless0911 and chenjiahan and removed request for chenjiahan November 21, 2025 07:49
@SoonIter
Copy link
Copy Markdown
Member

Rspress will check the versions of react or react-router-dom installed in the user's package.json.

If they're installed, it'll default to using the user's versions.

  • react ^18 and ^19
  • react-dom ^18 and ^19
  • react-router-dom ^6 and ^7

@SoonIter SoonIter merged commit e76258a into main Nov 21, 2025
10 checks passed
@SoonIter SoonIter deleted the renovate/major-react-router-monorepo branch November 21, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants