Skip to content

fix(deps): update dependency react-router-dom to v7#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-react-router-monorepo
Open

fix(deps): update dependency react-router-dom to v7#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-react-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) 6.26.17.13.2 age confidence

Release Notes

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

v7.13.2

Compare Source

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

v7.13.1

Compare Source

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

v7.13.0

Compare Source

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

v7.12.0

Compare Source

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

v7.11.0

Compare Source

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

v7.10.1

Compare Source

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

v7.10.0

Compare Source

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

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

v6.30.3

Compare Source

v6.30.2

Compare Source

v6.30.1

Compare Source

v6.30.0

Compare Source

v6.29.0

Compare Source

v6.28.2

Compare Source

v6.28.1

Compare Source

v6.28.0

Compare Source

v6.27.0

Compare Source

v6.26.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every 2 weeks on Monday before 7am"
  • 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 this update again.


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

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

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 9b92869 to 31785cd Compare February 20, 2025 00:04
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 31785cd to da9f72a Compare March 7, 2025 07:57
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from da9f72a to 6d6b5ce Compare March 20, 2025 04:14
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 6d6b5ce to 59ddef9 Compare March 28, 2025 23:52
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 59ddef9 to 9ff64db Compare April 4, 2025 23:59
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 9ff64db to e756f98 Compare April 19, 2025 00:02
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 8a005d0 to f6868e2 Compare April 29, 2025 11:42
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from f6868e2 to a958774 Compare May 10, 2025 15:26
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a958774 to 3c84cdd Compare May 27, 2025 04:12
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 3c84cdd to 020efdb Compare June 6, 2025 14:33
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 020efdb to 4248165 Compare June 28, 2025 19:52
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4248165 to ff0feee Compare July 19, 2025 20:14
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from ff0feee to ca895fa Compare July 28, 2025 00:12
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from ca895fa to bb0ba16 Compare August 8, 2025 10:57
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from bb0ba16 to 6f0f89d Compare August 16, 2025 07:52
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 6f0f89d to 362b90e Compare August 23, 2025 19:39
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 362b90e to 3db15eb Compare September 14, 2025 11:11
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 6b2e2c9 to 4d44377 Compare September 27, 2025 11:06
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4d44377 to 024bd93 Compare October 9, 2025 02:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 024bd93 to efeacab Compare November 2, 2025 07:57
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from c1694d8 to 7316bbb Compare November 19, 2025 04:06
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 7316bbb to 1956da5 Compare December 4, 2025 22:35
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 1956da5 to bbb0b33 Compare December 18, 2025 16:05
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from bbb0b33 to d5f4b09 Compare January 1, 2026 03:22
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d5f4b09 to 20f83e8 Compare January 21, 2026 19:47
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 20f83e8 to af5c5bb Compare February 7, 2026 08:05
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from af5c5bb to 3dbbcf9 Compare March 14, 2026 22:13
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 3dbbcf9 to 9e4680e Compare April 15, 2026 13:56
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.

0 participants