Skip to content

Update dependency react-router-dom from v5.3.4 to v7#44

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

Update dependency react-router-dom from v5.3.4 to v7#44
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-react-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 10, 2022

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) 5.3.47.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.


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 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 a9f6de1 to ecdd501 Compare March 31, 2022 19:53
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from ecdd501 to d5f2dad Compare April 12, 2022 21:13
@renovate renovate Bot changed the title Update dependency react-router-dom to v6 Update dependency react-router-dom to v6 - autoclosed Apr 17, 2022
@renovate renovate Bot closed this Apr 17, 2022
@renovate renovate Bot deleted the renovate/major-react-router-monorepo branch April 17, 2022 17:13
@renovate renovate Bot changed the title Update dependency react-router-dom to v6 - autoclosed Update dependency react-router-dom to v6 Apr 17, 2022
@renovate renovate Bot reopened this Apr 17, 2022
@renovate renovate Bot restored the renovate/major-react-router-monorepo branch April 17, 2022 23:47
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from d5f2dad to 4c47bcb Compare April 17, 2022 23:49
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 4c47bcb to 5c78645 Compare May 25, 2022 10:04
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 5c78645 to 13b05d8 Compare June 17, 2022 11:11
@renovate renovate Bot changed the title Update dependency react-router-dom to v6 Update dependency react-router-dom from v5.3.3 to v6 Jun 17, 2022
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 13b05d8 to e28a8bf Compare June 27, 2022 19:14
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from e28a8bf to 4900fc4 Compare July 5, 2022 05:28
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 6a4e215 to f32100e Compare August 21, 2022 10:16
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from f32100e to 8f1040b Compare August 27, 2022 07:31
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 8f1040b to a7165cb Compare September 6, 2022 06:45
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from a7165cb to 19d7ad0 Compare September 13, 2022 22:23
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 19d7ad0 to 8170498 Compare September 21, 2022 21:43
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from f707d55 to a870e25 Compare October 2, 2022 21:04
@renovate renovate Bot changed the title Update dependency react-router-dom from v5.3.3 to v6 Update dependency react-router-dom from v5.3.4 to v6 Oct 2, 2022
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from a870e25 to b2ee4f4 Compare October 5, 2022 21:44
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 705770a to db3d2ae Compare October 17, 2022 08:57
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from db3d2ae to b4289e0 Compare November 1, 2022 18:08
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from b4289e0 to cb42e40 Compare November 29, 2022 17:46
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 10375c4 to 2f0d219 Compare April 17, 2023 22:10
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from c9a9548 to b5641d0 Compare May 3, 2023 22:30
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from b5641d0 to 1d07b8c Compare May 17, 2023 15:57
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 1d07b8c to 15ffa47 Compare May 28, 2023 17:17
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 4 times, most recently from 86da3db to fdba8b3 Compare June 12, 2023 09:34
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from fdba8b3 to 87593c8 Compare June 14, 2023 19:28
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from ae4711e to aacccb6 Compare June 30, 2023 19:39
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from aacccb6 to 1ed734e Compare July 17, 2023 23:21
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 1ed734e to 36951f6 Compare August 10, 2023 16:56
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 36951f6 to 660bc7d Compare September 13, 2023 19:45
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 660bc7d to e7f746c Compare October 16, 2023 16:53
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from e7f746c to 6889b1e Compare October 31, 2023 14:56
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 73f7d9d to c77071a Compare November 22, 2023 18:05
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from 75f53a5 to cd53a83 Compare December 4, 2023 21:54
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from cd53a83 to 004f3b9 Compare December 13, 2023 22:54
@renovate renovate Bot force-pushed the renovate/major-react-router-monorepo branch from 004f3b9 to 9a3e34e Compare December 21, 2023 18:41
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Sep 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
12.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

1 similar comment
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Nov 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
12.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

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