Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

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

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 7841585 to 88fa2b0 Compare November 22, 2024 15:47
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 88fa2b0 to c3d8215 Compare December 3, 2024 04:19
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from c3d8215 to bd7ba1e Compare December 20, 2024 22:51
@renovate renovate bot changed the title Update dependency react-router-dom from v6.28.0 to v7 Update dependency react-router-dom from v6.28.1 to v7 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 37b6489 to 174db22 Compare December 23, 2024 18:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 1962a19 to 8e22587 Compare January 16, 2025 23:00
@renovate renovate bot changed the title Update dependency react-router-dom from v6.28.1 to v7 Update dependency react-router-dom from v6.28.2 to v7 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 8e22587 to 214e03f Compare January 17, 2025 22:18
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 958e84e to ad4dcdb Compare January 30, 2025 22:40
@renovate renovate bot changed the title Update dependency react-router-dom from v6.28.2 to v7 Update dependency react-router-dom from v6.29.0 to v7 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from ad4dcdb to bbd7f81 Compare January 31, 2025 22:16
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from bbd7f81 to cb73ddc Compare February 18, 2025 21:26
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from cb73ddc to f04ad24 Compare February 27, 2025 21:08
@renovate renovate bot changed the title Update dependency react-router-dom from v6.29.0 to v7 Update dependency react-router-dom from v6.30.0 to v7 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from f04ad24 to 5f76d5c Compare March 6, 2025 21:24
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 5f76d5c to dc034b0 Compare March 19, 2025 17:38
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from dc034b0 to a4a40d7 Compare March 28, 2025 21:12
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a4a40d7 to fa659ee Compare April 5, 2025 19:46
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from a2f4c93 to a3f6234 Compare April 24, 2025 16:15
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a3f6234 to 1398185 Compare April 29, 2025 00:53
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 1398185 to c86664d Compare May 10, 2025 12:17
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from c86664d to 4c6110d Compare May 21, 2025 01:13
@renovate renovate bot changed the title Update dependency react-router-dom from v6.30.0 to v7 Update dependency react-router-dom from v6.30.1 to v7 May 21, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4c6110d to 7af72b3 Compare May 25, 2025 16:39
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 7af72b3 to 8f905b4 Compare June 3, 2025 22:50
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 8f905b4 to 0f19967 Compare June 27, 2025 17:42
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 0f19967 to 2f28324 Compare July 17, 2025 01:14
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 2f28324 to 7c6c92f Compare July 24, 2025 18:25
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 7c6c92f to 257c816 Compare August 7, 2025 22:35
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 257c816 to 9e03216 Compare August 15, 2025 22:51
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 9e03216 to 2b95377 Compare August 22, 2025 23:54
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 2b95377 to 0d672ee Compare August 31, 2025 11:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 0d672ee to 7109a59 Compare September 13, 2025 11:08
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 8f7d31f to 4711bbd Compare September 26, 2025 22:49
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4711bbd to 5894414 Compare October 8, 2025 19:31
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 5894414 to 1db87d7 Compare October 21, 2025 20:01
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 1db87d7 to 64474bd Compare October 29, 2025 20:06
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from 333ba1b to ff0fc12 Compare November 20, 2025 06:13
@renovate renovate bot changed the title Update dependency react-router-dom from v6.30.1 to v7 Update dependency react-router-dom from v6.30.2 to v7 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from cb03b69 to 695c71c Compare December 4, 2025 16:36
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 695c71c to c612256 Compare December 17, 2025 16:38
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from c612256 to 91a504d Compare December 31, 2025 18:13
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from ea28ff1 to a3434bf Compare January 8, 2026 02:55
@renovate renovate bot changed the title Update dependency react-router-dom from v6.30.2 to v7 Update dependency react-router-dom from v6.30.3 to v7 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from a37a0ab to 4faa93d Compare January 23, 2026 21:09
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4faa93d to 2f8f3ef Compare February 2, 2026 16:29
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2026

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