Bump react-router-dom from 6.8.1 to 6.13.0 in /ui
Bumps react-router-dom from 6.8.1 to 6.13.0.
Release notes
Sourced from react-router-dom's releases.
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- 44bce3c6: Fix
react-router-dompeer dependency version[email protected]
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
6.13.0
Minor Changes
Move
React.startTransitionusage behind a future flag to avoid issues with existing incompatibleSuspenseusages. We recommend folks adopting this flag to be better compatible with React concurrent mode, but if you run into issues you can continue without the use ofstartTransitionuntil v7. Issues usually boils down to creating net-new promises during the render cycle, so if you run into issues you should either lift your promise creation out of the render cycle or put it behind auseMemo. (#10596)Existing behavior will no longer include
React.startTransition:<BrowserRouter> <Routes>{/*...*/}</Routes> </BrowserRouter><RouterProvider router={router} />
If you wish to enable
React.startTransition, pass the future flag to your component:<BrowserRouter future={{ v7_startTransition: true }}> <Routes>{/*...*/}</Routes> </BrowserRouter><RouterProvider router={router} future={{ v7_startTransition: true }}/>
Patch Changes
- Work around webpack/terser
React.startTransitionminification bug in production mode (#10588)- Updated dependencies:
6.12.1
Warning Please use version
6.13.0or later instead of6.12.1. This version suffers from awebpack/terserminification issue resulting in invalid minified code in your resulting production bundles which can cause issues in your application. See #10579 for more details.Patch Changes
- Adjust feature detection of
React.startTransitionto fix webpack + react 17 compilation error (#10569)- Updated dependencies:
6.12.0
Minor Changes
- Wrap internal router state updates with
React.startTransitionif it exists (#10438)Patch Changes
... (truncated)
Commits
ed17fcdchore: Update version for release (#10601)a0b53e3chore: Update version for release (pre) (#10597)5d9be06Add future.v7_startTransition flag (#10596)31bdd23chore: Update version for release (pre) (#10589)2f79bceFix webpack/terser startTransition minification bug in production mode (#10588)77d7182chore: Update version for release (#10577)e8d4301chore: Update version for release (pre) (#10575)c5d9e25Fix feature detection of React.startTransition (#10569)6c0bbb1chore: Update version for release (#10564)4cf2543chore: Update version for release (pre) (#10554)- 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)