build(deps): update dependency @generouted/react-router to ^1.20.0 #258
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.18.4->^1.20.0Release Notes
oedotme/generouted (@generouted/react-router)
v1.20.0Compare Source
Breaking changes - React Router integration ONLY
To avoid runtime errors due to React Router versions mismatch, it's now recommended to:
react-router-domtov7+react-router-dompackage withreact-routerHere are the upgrade steps from the upgrade guide to v7 at React Router docs:
Commits
react-router-domwithreact-router0d314b0by @oedotmereact-router-dom@7c42a12bby @oedotme403b0fdby @oedotmeChangelog: oedotme/generouted@v1.19.11...v1.20.0
v1.19.11Compare Source
Commits
f15b696by @oedotmed370467by @denyncrawfordChangelog: oedotme/generouted@v1.19.10...v1.19.11
v1.19.10Compare Source
Commits
2a61adbby @oedotme757bbdaby @oedotme2f12ab9by @jemmyw closes #188Changelog: oedotme/generouted@v1.19.9...v1.19.10
v1.19.9Compare Source
Commits
fdfb5d4by @oedotmeb8f2c65by @parasbansalChangelog: oedotme/generouted@v1.19.8...v1.19.9
v1.19.8Compare Source
Commits
8faed5aby @ethanwu10 fixes #181Changelog: oedotme/generouted@v1.19.7...v1.19.8
v1.19.7Compare Source
Commits
57b6697by @oedotmeedafb69by @oedotme fixes #180a3fb166by @oedotmeb025ca5by @oedotme3dde75fby @henrikvilhelmberglund7926bdeby @oedotmea3b4971by @oedotmeChangelog: oedotme/generouted@v1.19.6...v1.19.7
v1.19.6Compare Source
Commits
bbd27cdby @oedotme closes #172e2d48c1by @oedotme7af8307by @oedotme6ab3389by @oedotme5e39abeby @oedotmeChangelog: oedotme/generouted@v1.19.5...v1.19.6
v1.19.5Compare Source
Commits
d870b8dby @oedotmeChangelog: oedotme/generouted@v1.19.4...v1.19.5
v1.19.4Compare Source
Commits
752f9acby @oedotme7fa8587by @oedotme closes #1680d99971by @oedotmeChangelog: oedotme/generouted@v1.19.3...v1.19.4
v1.19.3Compare Source
Commits
8dfbc63by @oedotme closes #13356d6402by @oedotme22beeaaby @oedotmeChangelog: oedotme/generouted@v1.19.2...v1.19.3
v1.19.2Compare Source
Commits
03d4b27by @oedotme closes #163b3dd185by @oedotmeChangelog: oedotme/generouted@v1.19.1...v1.19.2
v1.19.1Compare Source
Commits
2261d56by @oedotmeChangelog: oedotme/generouted@v1.19.0...v1.19.1
v1.19.0Compare Source
Breaking Changes 🚨
Modalsexport is now removed from the following integrations:@generouted/react-router@generouted/react-router/lazy@generouted/solid-router@generouted/solid-router/lazy<Modals />component is now included internally within the<Routes />component by defaultThis export was usually used at the highest available layout route
src/pages/_app.tsx(as it requires the router context) but it was causing initialization/circular errors as the_app.tsxfile is imported by the file that exportsModalscomponent. This is reproducible by triggering HMR updates when_app.tsxis modified. Also in some cases it cause kind of infinite revalidation triggered by this error.Commits
741a5e8by @oedotme3d75bddby @oedotmeChangelog: oedotme/generouted@v1.18.8...v1.19.0
v1.18.8Compare Source
Commits
303123eby @oedotmeChangelog: oedotme/generouted@v1.18.7...v1.18.8
v1.18.7Compare Source
Commits
c75793cby @oedotme closes #1599b0f7c1by @oedotmeChangelog: oedotme/generouted@v1.18.6...v1.18.7
v1.18.6Compare Source
Commits
73d1c62by @oedotme closes #16045bb2fbby @oedotme82c05baby @oedotme4a71a1cby @oedotmeChangelog: oedotme/generouted@v1.18.5...v1.18.6
v1.18.5Compare Source
Commits
935aef9by @oedotme255f4beby @oedotmeaf2ae09by @timothympace11534c6by @gregfentonChangelog: oedotme/generouted@v1.18.4...v1.18.5
Configuration
📅 Schedule: Branch creation - On day 1 of the month, every 12 months ( * * 1 */12 * ) in timezone Asia/Shanghai, 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.
This PR was generated by Mend Renovate. View the repository job log.