fix(deps): update react-router monorepo to ^5.3.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
react-router (source) | dependencies | minor | ^5.2.0 -> ^5.3.4 |
react-router-dom (source) | dependencies | minor | ^5.2.0 -> ^5.3.4 |
Release Notes
remix-run/react-router (react-router)
v5.3.4
We removed the mini-create-react-context
dependency, moving it into an internal module to eliminate peer dependency warnings for users on React 18 (#9382).
Full Changelog: https://github.com/remix-run/react-router/compare/v5.3.3...v5.3.4
v5.3.3
This release fixes a bad version selector in react-router-native.
v5.3.2
- Fix: make v5 Router compatible with v18 StrictMode by @jgoz in https://github.com/remix-run/react-router/pull/8831
v5.3.1
This release adds missing LICENSE
files to the published build.
v5.2.1
This release fixes a bug with <Link>
so that, when the to
location is the same as the current, the history state entry is replaced instead of pushed to the stack. See https://github.com/remix-run/react-router/issues/5362 for details. 🥳
Thanks to @guidobouman for the MR and for everyone else who weighed in for the fix!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.