fix(deps): update react-router monorepo to ^6.28.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
react-router (source) | dependencies | minor | ^6.26.2 -> ^6.28.2 |
react-router-dom (source) | dependencies | minor | ^6.26.2 -> ^6.28.2 |
Release Notes
remix-run/react-router (react-router)
v6.28.2
: v6.28.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6282
v6.28.1
: v6.28.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6281
v6.28.0
Minor Changes
-
- Log deprecation warnings for v7 flags (#11750)
- Add deprecation warnings to
json
/defer
in favor of returning raw objects- These methods will be removed in React Router v7
Patch Changes
- Update JSDoc URLs for new website structure (add /v6/ segment) (#12141)
- Updated dependencies:
@remix-run/router@1.21.0
v6.27.0
Minor Changes
- Stabilize
unstable_patchRoutesOnNavigation
(#11973)- Add new
PatchRoutesOnNavigationFunctionArgs
type for convenience (#11967)
- Add new
- Stabilize
unstable_dataStrategy
(#11974) - Stabilize the
unstable_flushSync
option for navigations and fetchers (#11989) - Stabilize the
unstable_viewTransition
option for navigations and the correspondingunstable_useViewTransitionState
hook (#11989)
Patch Changes
-
Fix bug when submitting to the current contextual route (parent route with an index child) when an
?index
param already exists from a prior submission (#12003) -
Fix
useFormAction
bug - when removing?index
param it would not keep other non-Remixindex
params (#12003) -
Fix types for
RouteObject
withinPatchRoutesOnNavigationFunction
'spatch
method so it doesn't expect agnostic route objects passed topatch
(#11967) -
Updated dependencies:
@remix-run/router@1.20.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.