Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency react-router-dom to v6.28.0 #1776

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

freiheit-kuberpult-upgrader
Copy link
Collaborator

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader commented Jul 18, 2024

This PR contains the following updates:

Package Type Update Change
react-router-dom dependencies minor 6.25.0 -> 6.28.0

Release Notes

remix-run/react-router

v6.28.0

Compare Source

Minor Changes
    • Log deprecation warnings for v7 flags (#​11750)
    • Add deprecation warnings to json/defer in favor of returning raw objects
      • These methods will be removed in React Router v7
Patch Changes

v6.27.0

Compare Source

Minor Changes
  • Stabilize unstable_patchRoutesOnNavigation (#​11973)
    • Add new PatchRoutesOnNavigationFunctionArgs type for convenience (#​11967)
  • Stabilize unstable_dataStrategy (#​11974)
  • Stabilize the unstable_flushSync option for navigations and fetchers (#​11989)
  • Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#​11989)
Patch Changes
  • Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#​12003)

  • Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#​12003)

  • Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#​11967)

  • Updated dependencies:

v6.26.2

Compare Source

Patch Changes

v6.26.1

Compare Source

Patch Changes

v6.26.0

Compare Source

Minor Changes
  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#​11811)
Patch Changes
  • Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#​11838)
    • During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
  • Updated dependencies:

v6.25.1

Compare Source

Patch Changes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/react-router-monorepo branch 2 times, most recently from 938653b to ebf1a1e Compare August 2, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title fix: update dependency react-router-dom to v6.25.1 fix: update dependency react-router-dom to v6.26.0 Aug 2, 2024
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title fix: update dependency react-router-dom to v6.26.0 fix: update dependency react-router-dom to v6.26.1 Aug 16, 2024
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title fix: update dependency react-router-dom to v6.26.1 fix: update dependency react-router-dom to v6.26.2 Sep 10, 2024
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title fix: update dependency react-router-dom to v6.26.2 fix: update dependency react-router-dom to v6.27.0 Oct 12, 2024
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title fix: update dependency react-router-dom to v6.27.0 fix: update dependency react-router-dom to v6.28.0 Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants