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(deps): update react-router #962

Merged
merged 1 commit into from
Aug 13, 2024
Merged

fix(deps): update react-router #962

merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router (source) 6.25.1 -> 6.26.0 age adoption passing confidence
react-router-dom (source) 6.25.1 -> 6.26.0 age adoption passing confidence
react-router-dom (source) ~6.25.0 -> ~6.26.0 age adoption passing confidence

Release Notes

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

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:
remix-run/react-router (react-router-dom)

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:

Configuration

📅 Schedule: Branch creation - "on sunday" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 requested a review from a team as a code owner August 4, 2024 04:35
@renovate renovate bot added dependencies Pull requests that update a dependency file minor yarn labels Aug 4, 2024
@renovate renovate bot temporarily deployed to github-pages August 4, 2024 04:39 Inactive
Copy link

github-actions bot commented Aug 4, 2024

Storybook for this build: https://ds.equisoft.io/pr-962/

@renovate renovate bot temporarily deployed to github-pages August 4, 2024 04:39 Inactive
Copy link

github-actions bot commented Aug 4, 2024

Webapp for this build: https://ds.equisoft.io/pr-962/webapp/

@renovate renovate bot force-pushed the renovate/react-router branch from fc9c160 to 7f31ebb Compare August 9, 2024 14:48
@renovate renovate bot temporarily deployed to github-pages August 9, 2024 14:51 Inactive
@renovate renovate bot temporarily deployed to github-pages August 9, 2024 14:52 Inactive
@meriouma meriouma enabled auto-merge (squash) August 13, 2024 19:50
@meriouma meriouma merged commit 17f7c78 into master Aug 13, 2024
22 checks passed
@meriouma meriouma deleted the renovate/react-router branch August 13, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor yarn
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant