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 dependency react-router-dom to ~6.4.0 - autoclosed #731

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom ~6.2.2 -> ~6.4.0 age adoption passing confidence

Release Notes

remix-run/react-router

v6.4.2

Compare Source

Patch Changes
  • Respect basename in useFormAction (#​9352)
  • Enhance console error messages for invalid usage of data router hooks (#​9311)
  • If an index route has children, it will result in a runtime error. We have strengthened our RouteObject/RouteProps types to surface the error in TypeScript. (#​9366)
  • Updated dependencies:
    • react-router@6.4.2
    • @remix-run/router@1.0.2

v6.4.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@6.4.1
    • @remix-run/router@1.0.1

v6.4.0

Compare Source

Whoa this is a big one! 6.4.0 brings all the data loading and mutation APIs over from Remix. Here's a quick high level overview, but it's recommended you go check out the docs, especially the feature overview and the tutorial.

New APIs

  • Create your router with createMemoryRouter/createBrowserRouter/createHashRouter
  • Render your router with <RouterProvider>
  • Load data with a Route loader and mutate with a Route action
  • Handle errors with Route errorElement
  • Submit data with the new <Form> component
  • Perform in-page data loads and mutations with useFetcher()
  • Defer non-critical data with defer and Await
  • Manage scroll position with <ScrollRestoration>

New Features

  • Perform path-relative navigations with <Link relative="path"> (#​9160)

Bug Fixes

  • Path resolution is now trailing slash agnostic (#​8861)
  • useLocation returns the scoped location inside a <Routes location> component (#​9094)
  • respect the <Link replace> prop if it is defined (#​8779)

Updated Dependencies

  • react-router@6.4.0

v6.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: remix-run/react-router@v6.2.2...v6.3.0


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 3 times, most recently from 7a862cb to ed8b88e Compare April 7, 2022 18:57
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 3 times, most recently from e208339 to 6c55dc1 Compare April 15, 2022 16:05
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from 71cde56 to d83649c Compare April 22, 2022 15:40
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 3 times, most recently from 63724f1 to 8f41854 Compare April 29, 2022 12:59
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from 2a56896 to 0c1d1d4 Compare May 11, 2022 05:35
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 0c1d1d4 to dd5b97b Compare May 13, 2022 10:38
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from dd5b97b to 5007747 Compare May 28, 2022 17:29
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from ae95d69 to 81c228c Compare June 15, 2022 14:58
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from de7f33e to 01e0bf6 Compare June 23, 2022 01:11
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 3 times, most recently from e1d0c9b to e128bd0 Compare August 29, 2022 00:58
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from e128bd0 to 113336f Compare September 2, 2022 16:27
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 113336f to b504192 Compare September 13, 2022 22:31
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ~6.3.0 fix(deps): update dependency react-router-dom to ~6.4.0 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from b504192 to d9881a1 Compare September 20, 2022 07:33
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ~6.4.0 fix(deps): update dependency react-router-dom to ~6.4.0 - autoclosed Oct 10, 2022
@renovate renovate bot closed this Oct 10, 2022
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.

None yet

0 participants