Update dependency react-router-dom to v6.25.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
react-router-dom (source) | dependencies | minor | 6.24.1 -> 6.25.1 |
Release Notes
remix-run/react-router (react-router-dom)
v6.25.1
Patch Changes
- Memoize some
RouterProvider
internals to reduce unnecessary re-renders (#11803) - Updated dependencies:
react-router@6.25.1
v6.25.0
Minor Changes
-
Stabilize
future.unstable_skipActionErrorRevalidation
asfuture.v7_skipActionErrorRevalidation
(#11769)- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a
Response
with a4xx
/5xx
status code - You may still opt-into revalidation via
shouldRevalidate
- This also changes
shouldRevalidate
'sunstable_actionStatus
parameter toactionStatus
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a
Patch Changes
- Updated dependencies:
react-router@6.25.0
@remix-run/router@1.18.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot