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.4.37.11.0 age confidence

Release Notes

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

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

v6.26.1

Compare Source

v6.26.0

Compare Source

v6.25.1

Compare Source

v6.25.0

Compare Source

v6.24.1

Compare Source

v6.24.0

Compare Source

v6.23.1

Compare Source

v6.23.0

Compare Source

v6.22.3

Compare Source

v6.22.2

Compare Source

v6.22.1

Compare Source

v6.22.0

Compare Source

v6.21.3

Compare Source

v6.21.2

Compare Source

v6.21.1

Compare Source

v6.21.0

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.2

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.0

Compare Source

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.2

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

v6.8.2

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

v6.7.0

Compare Source

v6.6.2

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.5

Compare Source

v6.4.4: v6.4.4

Compare Source

What's Changed

  • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure your loader/action returns a value, and you may return null if you don't wish to return anything. (#​9511)
  • Properly handle redirects to external domains (#​9590, #​9654)
  • Preserve the HTTP method on 307/308 redirects (#​9597)
  • Support basename in static data routers (#​9591)
  • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Fix issues with encoded characters in NavLink and descendant <Routes> (#​9589, #​9647)
  • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#​9593)
  • Support basename in static data routers (#​9591)
  • Updated dependencies:
    • @remix-run/router@1.0.4
    • react-router@6.4.4

Full Changelog: https://github.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4


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 3677fdc to bb6ae94 Compare November 22, 2024 16:33
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from bb6ae94 to 4024183 Compare December 3, 2024 03:41
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from d762bc1 to c54c16c Compare December 23, 2024 17:45
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 4776b44 to 6f56ad9 Compare January 19, 2025 09:35
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from da14094 to da048b6 Compare January 31, 2025 21:48
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from da048b6 to 9c4281d Compare February 18, 2025 22:00
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 9c4281d to 27ac3ce Compare March 6, 2025 21:33
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 27ac3ce to 909e23e Compare March 19, 2025 15:49
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 909e23e to c2900d6 Compare March 28, 2025 22:09
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from c2900d6 to 0efa01a Compare April 4, 2025 22:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 0efa01a to 0f3c639 Compare April 17, 2025 15:48
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from d35fc38 to 37b1cf9 Compare April 28, 2025 22:15
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 37b1cf9 to 039c3d8 Compare May 8, 2025 19:01
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 039c3d8 to 6552a82 Compare May 25, 2025 14:25
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 6552a82 to d0422b4 Compare June 3, 2025 22:27
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d0422b4 to b87234e Compare June 27, 2025 23:06
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from b87234e to 2dab219 Compare July 16, 2025 22:59
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 2dab219 to f5f1d68 Compare July 24, 2025 20:35
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from f5f1d68 to 5ea3bdf Compare August 7, 2025 20:54
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 606c8fa to 2e7b499 Compare August 22, 2025 19:50
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 2e7b499 to beaf9f6 Compare September 13, 2025 22:57
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 1601a7b to 3fbff88 Compare September 26, 2025 21:01
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 3fbff88 to 1cc1bd4 Compare October 8, 2025 18:33
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 1cc1bd4 to b72dc4e Compare October 30, 2025 00:50
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from b72dc4e to 2c263d1 Compare November 13, 2025 20:35
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 7061642 to d702893 Compare December 4, 2025 18:46
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d702893 to dbe2a34 Compare December 17, 2025 20:07
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.

1 participant