react-router-bootstrap-starter
react-router-bootstrap-starter copied to clipboard
Update react-router-dom: 6.3.0 → 6.4.3 (minor)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ react-router-dom (6.3.0 → 6.4.3) · Repo · Changelog
Release Notes
6.4.3 (from changelog)
Patch Changes
- Fix hrefs generated for
createHashRouter(#9409)- fix encoding/matching issues with special chars (#9477, #9496)
- Properly support
indexroutes with apathinuseResolvedPath(#9486)- Respect
relative=pathprop onNavLink(#9453)- Fix
NavLinkbehavior for root urls (#9497)- Updated dependencies:
@remix-run/[email protected][email protected]
6.4.2 (from changelog)
Patch Changes
- Respect
basenameinuseFormAction(#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/RoutePropstypes to surface the error in TypeScript. (#9366)- Updated dependencies:
[email protected]@remix-run/[email protected]
6.4.1 (from changelog)
Patch Changes
- Updated dependencies:
[email protected]@remix-run/[email protected]
Does any of this look wrong? Please let us know.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)