Skip to content

Update dependency react-router-dom to v7#796

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

Update dependency react-router-dom to v7#796
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-react-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 5, 2021

This PR contains the following updates:

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

Release Notes

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

v7.14.2

Compare Source

Patch Changes

v7.14.1

Compare Source

Patch Changes

v7.14.0

Compare Source

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

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

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

Compare Source

v6.4.3

Compare Source

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.2

Compare Source

✨ Features

  • Added the reloadDocument prop to <Link>. This allows <Link> to function like a normal anchor tag by reloading the document after navigation while maintaining the relative to resolution.

🗒️ Docs

  • Fixed several issues in docblocks and the docs themselves. See the full changelog for the deets!

🤝 New Contributors

Full Changelog

v6.0.1

Compare Source

🐛 Bug Fixes

  • Add a default <StaticRouter location> value (#​8243)
  • Add invariant for using <Route> inside <Routes> to help people make the change (#​8238)

v6.0.0

Compare Source

React Router v6 is here!

Please go read our blog post for more information on all the great stuff in v6 including notes about how to upgrade from React Router v5 and Reach Router.

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 5 times, most recently from be64f0a to 191f389 Compare November 10, 2021 11:50
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 7 times, most recently from a097bab to 555c230 Compare November 19, 2021 10:43
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 4 times, most recently from 7853e5c to 41c01e0 Compare November 27, 2021 23:22
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 9 times, most recently from 56bf213 to 23b2f15 Compare December 6, 2021 11:54
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 4 times, most recently from 3cacab7 to bb29fec Compare December 11, 2021 18:03
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from bb29fec to b8ddfc1 Compare December 17, 2021 19:13
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from c2aa020 to d4d0dc5 Compare June 30, 2023 20:30
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from d4d0dc5 to 812f32c Compare July 17, 2023 21:08
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 812f32c to aaa9a5c Compare August 10, 2023 17:22
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from aaa9a5c to 0de9035 Compare September 13, 2023 20:06
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 0de9035 to 50e9f7a Compare October 16, 2023 16:49
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 50e9f7a to 11bbc92 Compare October 31, 2023 14:55
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 8d23d1a to 269e80b Compare November 22, 2023 17:36
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 269e80b to 261e518 Compare December 1, 2023 23:16
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 261e518 to edbdb82 Compare December 13, 2023 22:24
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from edbdb82 to 8d08d3f Compare December 21, 2023 19:55
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 8d08d3f to 5632cdd Compare January 11, 2024 19:42
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 5632cdd to 063f931 Compare January 18, 2024 21:26
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 063f931 to 11511d3 Compare February 1, 2024 21:05
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 11511d3 to 37c7387 Compare February 16, 2024 21:10
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 37c7387 to 4586833 Compare February 28, 2024 21:36
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 4586833 to 4fa9d62 Compare March 7, 2024 17:45
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 4fa9d62 to 2e693ed Compare April 23, 2024 17:24
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 2e693ed to e9409b6 Compare May 10, 2024 19:50
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from e9409b6 to c83c84d Compare June 24, 2024 20:04
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from c83c84d to 75f9de0 Compare July 3, 2024 14:24
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from b6d0dcc to 0e2c171 Compare July 17, 2024 16:49
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 0e2c171 to 0f0b192 Compare August 1, 2024 15:25
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 0f0b192 to 4869ecf Compare August 15, 2024 16:50
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 4869ecf to ba25d48 Compare September 9, 2024 16:59
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from ba25d48 to b770dc0 Compare October 11, 2024 18:45
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from b770dc0 to d341ac9 Compare November 7, 2024 02:19
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