Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-router-dom to v6 #2497

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom ^5.3.1 -> ^6.3.0 age adoption passing confidence

Release Notes

remix-run/react-router

v6.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: remix-run/react-router@v6.2.2...v6.3.0

v6.2.2

Compare Source

What's Changed

🐛 Bug Fixes
  • Fixed nested splat routes that begin with special URL-safe characters (#​8563)
  • Fixed a bug where index routes were missing route context in some cases (#​8497)

New Contributors

Full Changelog: remix-run/react-router@v6.2.1...v6.2.2

v6.2.1

Compare Source

This release updates the internal history dependency to 5.2.0.

Full Changelog: remix-run/react-router@v6.2.0...v6.2.1

v6.2.0

Compare Source

🐛 Bug fixes

  • Fixed the RouteProps element type, which should be a ReactNode (#​8473)
  • Fixed a bug with useOutlet for 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

Full Changelog: remix-run/react-router@v6.1.1...v6.2.0

v6.1.1

Compare Source

In v6.1.0 we inadvertently shipped a new, undocumented API that will likely introduce bugs (#​7586). We have flagged HistoryRouter as unstable_HistoryRouter, as this API will likely need to change before a new major release.

Full Changelog: remix-run/react-router@v6.1.0...v6.1.1

v6.1.0

Compare Source

🐛 Bug fixes

  • Fixed a bug that broke support for base64 encoded IDs on nested routes (#​8291)

✨ Features

  • <Outlet> can now receive a context prop. This value is passed to child routes and is accessible via the new useOutletContext hook. 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 useMatch and matchPath. For example, when you call useMatch("foo/:bar/:baz"), the path is parsed and the return type will be PathMatch<"bar" | "baz">. (#​8030)
  • A few error message improvements (#​8202)

New Contributors

Full Changelog: remix-run/react-router@v6.0.1...v6.1.0

v6.0.2

Compare Source

✨ Features

  • Added the reloadDocument prop to <Link>. This allows <Link> to function like a normal anchor tag by reloading the document after navigation while maintaining the relative to resolution.

🗒️ Docs

  • Fixed several issues in docblocks and the docs themselves. See the full changelog for the deets!

🤝 New Contributors

Full Changelog

v6.0.1

Compare Source

🐛 Bug Fixes

  • Add a default <StaticRouter location> value (#​8243)
  • Add invariant for using <Route> inside <Routes> to help people make the change (#​8238)

v6.0.0

Compare Source

React Router v6 is here!

Please go read our blog post for more information on all the great stuff in v6 including notes about how to upgrade from React Router v5 and Reach Router.

v5.3.3

Compare Source

This release fixes a bad version selector in react-router-native.

v5.3.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from dcb009b to 4fc33c1 Compare November 10, 2021 18:07
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 0718cc8 to d63bdcf Compare December 11, 2021 18:45
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from ca0ac32 to 2b9787c Compare December 17, 2021 22:39
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 2b9787c to 01419b9 Compare March 1, 2022 00:02
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 01419b9 to 724bfac Compare March 31, 2022 20:33
@renovate renovate bot changed the title Update dependency react-router-dom to v6 Update dependency react-router-dom to v6 - autoclosed Apr 17, 2022
@renovate renovate bot closed this Apr 17, 2022
@renovate renovate bot deleted the renovate/major-react-router-monorepo branch April 17, 2022 21:04
@renovate renovate bot changed the title Update dependency react-router-dom to v6 - autoclosed Update dependency react-router-dom to v6 Apr 18, 2022
@renovate renovate bot reopened this Apr 18, 2022
@renovate renovate bot restored the renovate/major-react-router-monorepo branch April 18, 2022 00:16
@renovate renovate bot changed the title Update dependency react-router-dom to v6 fix(deps): update dependency react-router-dom to v6 Apr 21, 2022
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from e28e6fb to 4424b51 Compare April 26, 2022 12:55
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 9 times, most recently from 47d7920 to a2689ea Compare July 28, 2022 12:33
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #2497 (a2689ea) into master (bd23813) will increase coverage by 50.26%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #2497       +/-   ##
===========================================
+ Coverage   39.05%   89.31%   +50.26%     
===========================================
  Files         612       76      -536     
  Lines       27390     9519    -17871     
  Branches     3990        0     -3990     
===========================================
- Hits        10697     8502     -2195     
+ Misses      15558     1017    -14541     
+ Partials     1135        0     -1135     
Flag Coverage Δ
api-python 90.71% <ø> (ø)
catalog ?
lambda 87.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../app/containers/Bucket/PackageTree/PackageTree.tsx
...g/app/components/SelectDropdown/SelectDropdown.tsx
catalog/app/containers/Bucket/PackageTree/index.ts
catalog/app/components/Preview/renderers/Video.tsx
catalog/app/utils/img2x.js
catalog/app/website/components/Backgrounds/Dots.js
catalog/app/utils/json-schema/json-schema.ts
catalog/app/containers/Admin/data.js
...talog/app/website/pages/Landing/LocalMode/index.js
catalog/app/utils/ReducerInjector.js
... and 526 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from a2689ea to 45c9c4b Compare July 28, 2022 13:09
@nl0 nl0 closed this Jul 28, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jul 28, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant