snowdensb / caseflow

Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Other
0 stars 0 forks source link

Update dependency react-router to v6 #285

Open mend-for-github-com[bot] opened 2 months ago

mend-for-github-com[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
react-router (source) dependencies major ^5.1.2 -> ^6.0.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.5 CVE-2024-45296 #284

Release Notes

remix-run/react-router (react-router) ### [`v6.0.0`](https://redirect.github.com/remix-run/react-router/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.4...v6.0.0) React Router v6 is here! Please go read [our blog post for more information on all the great stuff in v6](https://remix.run/blog/react-router-v6) including [notes about how to upgrade from React Router v5](https://remix.run/blog/react-router-v6#upgrading-to-react-router-v6) and Reach Router. ### [`v5.3.4`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.4) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.3...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](https://redirect.github.com/remix-run/react-router/issues/9382)). **Full Changelog**: https://github.com/remix-run/react-router/compare/v5.3.3...v5.3.4 ### [`v5.3.3`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.3) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.2...v5.3.3) This release fixes a bad version selector in react-router-native. ### [`v5.3.2`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.2) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.1...v5.3.2) - Fix: make v5 Router compatible with v18 StrictMode by [@​jgoz](https://redirect.github.com/jgoz) in [https://github.com/remix-run/react-router/pull/8831](https://redirect.github.com/remix-run/react-router/pull/8831) ### [`v5.3.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.1) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.1...v5.3.1) This release adds missing `LICENSE` files to the published build. ### [`v5.2.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.1) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.0...v5.2.1) This release fixes a bug with `` 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](https://redirect.github.com/remix-run/react-router/issues/5362) for details. 🥳 Thanks to [@​guidobouman](https://redirect.github.com/guidobouman) for the PR and for everyone else who weighed in for the fix! ### [`v5.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.1.2...v5.2.0) This release includes a notable performance boost by separating the "Router" context from the "History" context internally. We also allow every element type for `Link`'s `component` prop and support a `sensitive` prop on NavLink for control over case sensitive matching. Enjoy! #### [Changes](https://redirect.github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.0) - Add `sensitive` prop on NavLink ([#​7251](https://redirect.github.com/remix-run/react-router/issues/7251) by [@​caseywebdev](https://redirect.github.com/caseywebdev)) - Fix Link `component` prop type check ([#​7276](https://redirect.github.com/remix-run/react-router/issues/7276) by [@​ypyakymiv](https://redirect.github.com/ypyakymiv)) - Update `mini-create-react-context` ([#​7288](https://redirect.github.com/remix-run/react-router/issues/7288) by [@​patricksmms](https://redirect.github.com/patricksmms)) - Separate `history` to its own context ([#​7103](https://redirect.github.com/remix-run/react-router/issues/7103) by [@​illuminist](https://redirect.github.com/illuminist))