Bump react-router-dom to ^6.4.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-router-dom | ^6.3.0 -> ^6.4.1 |
Release Notes
remix-run/react-router
v6.4.1
Patch Changes
- Updated dependencies:
-
[email protected] -
@remix-run/[email protected]
-
v6.4.0
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
loaderand mutate with a Routeaction - 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
deferandAwait - 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)
-
useLocationreturns 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.
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
This pull request has conflicts, please resolve those before we can evaluate the pull request.