mui-x icon indicating copy to clipboard operation
mui-x copied to clipboard

Bump react-router-dom to ^6.4.1

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom ^6.3.0 -> ^6.4.1 age adoption passing confidence

Release Notes

remix-run/react-router

v6.4.1

Compare Source

Patch Changes

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


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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[bot] avatar Sep 18 '22 02:09 renovate[bot]

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 525.5 1,221.1 525.5 908.12 235.834
Sort 100k rows ms 721.8 1,212.4 1,212.4 1,004.34 187.514
Select 100k rows ms 166.6 391.7 297.5 282.36 72.831
Deselect 100k rows ms 150.3 316.2 220 236.64 60.389

Generated by :no_entry_sign: dangerJS against 12331971a8401efb753ccf9f59b0f11ee24c7fcf

mui-bot avatar Sep 18 '22 02:09 mui-bot

This pull request has conflicts, please resolve those before we can evaluate the pull request.

github-actions[bot] avatar Sep 19 '22 09:09 github-actions[bot]