frontend
frontend copied to clipboard
Bump react-router-dom from 5.3.0 to 6.2.1
Bumps react-router-dom from 5.3.0 to 6.2.1.
Release notes
Sourced from react-router-dom's releases.
v6.2.1
This release updates the internal
historydependency to5.2.0.Full Changelog: https://github.com/remix-run/react-router/compare/v6.2.0...v6.2.1
v6.2.0
🐛 Bug fixes
- Fixed the
RoutePropselementtype, which should be aReactNode(#8473)- Fixed a bug with
useOutletfor top-level routes (#8483)✨ Features
- We now use statically analyzable CJS exports. This enables named imports in Node ESM scripts (See the commit).
New Contributors
@thisiskartikmade their first contribution in remix-run/react-router#8487@vijaypushkinmade their first contribution in remix-run/react-router#8491Full Changelog: https://github.com/remix-run/react-router/compare/v6.1.1...v6.2.0
v6.1.1
In v6.1.0 we inadvertently shipped a new, undocumented API that will likely introduce bugs (#7586). We have flagged
HistoryRouterasunstable_HistoryRouter, as this API will likely need to change before a new major release.Full Changelog: https://github.com/remix-run/react-router/compare/v6.1.0...v6.1.1
v6.1.0
🐛 Bug fixes
- Fixed a bug that broke support for base64 encoded IDs on nested routes (#8291)
✨ Features
<Outlet>can now receive acontextprop. This value is passed to child routes and is accessible via the newuseOutletContexthook. See the API docs for details. (#8461)<NavLink>can now receive a child function for access to its props. (#8164)💅 Enhancements
- Improved TypeScript signature for
useMatchandmatchPath. For example, when you calluseMatch("foo/:bar/:baz"), the path is parsed and the return type will bePathMatch<"bar" | "baz">. (#8030)- A few error message improvements (#8202)
New Contributors
@rwieruchmade their first contribution in remix-run/react-router#8244@codeioticmade their first contribution in remix-run/react-router#8247@Sannnaomade their first contribution in remix-run/react-router#8263@mattmazzolamade their first contribution in remix-run/react-router#8255@ngokevinmade their first contribution in remix-run/react-router#8267@TimisRobertmade their first contribution in remix-run/react-router#8269@mikeldkingmade their first contribution in remix-run/react-router#8279@fishmandevmade their first contribution in remix-run/react-router#8289@rjeruemade their first contribution in remix-run/react-router#8304@rockingskiermade their first contribution in remix-run/react-router#8314@arinthrosmade their first contribution in remix-run/react-router#8337@noisypigeonmade their first contribution in remix-run/react-router#8361@elylucasmade their first contribution in remix-run/react-router#8368
... (truncated)
Commits
9cc4213Version 6.2.111a3068chore: bump history depf16c549Version 6.2.029c7fc8fix: Use statically analyzable CJS exportscc433e0Version 6.1.18e3fdb5chore: comments746a614fix: flagHistoryRouteras unstablef909895Version 6.1.017f8e8eUsePickinstead ofOmit(#8374)75f8e2dfeat: Allow NavLink to receive a children function (#8164)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
A newer version of react-router-dom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Closing due to migration to renovate bot.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.