EtherealEngine / Blockchain-in-a-Box

A batteries-included ethereum blockchain for bootstrapping the Metaverse.🚀🚀🚀
MIT License
61 stars 37 forks source link

Update dependency react-router-dom to v6.4.5 #936

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom 6.4.2 -> 6.4.5 age adoption passing confidence

Release Notes

remix-run/react-router ### [`v6.4.5`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​645) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.4...react-router-dom@6.4.5) ##### Patch Changes - Updated dependencies: - `@remix-run/router@1.0.5` - `react-router@6.4.5` ### [`v6.4.4`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​644) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4) ##### Patch Changes - Fix issues with encoded characters in `NavLink` and descendant `` ([#​9589](https://togithub.com/remix-run/react-router/pull/9589), [#​9647](https://togithub.com/remix-run/react-router/pull/9647)) - Properly serialize/deserialize `ErrorResponse` instances when using built-in hydration ([#​9593](https://togithub.com/remix-run/react-router/pull/9593)) - Support `basename` in static data routers ([#​9591](https://togithub.com/remix-run/react-router/pull/9591)) - Updated dependencies: - `@remix-run/router@1.0.4` - `react-router@6.4.4` ### [`v6.4.3`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​643) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.2...react-router-dom@6.4.3) ##### Patch Changes - Fix hrefs generated for `createHashRouter` ([#​9409](https://togithub.com/remix-run/react-router/pull/9409)) - fix encoding/matching issues with special chars ([#​9477](https://togithub.com/remix-run/react-router/pull/9477), [#​9496](https://togithub.com/remix-run/react-router/pull/9496)) - Properly support `index` routes with a `path` in `useResolvedPath` ([#​9486](https://togithub.com/remix-run/react-router/pull/9486)) - Respect `relative=path` prop on `NavLink` ([#​9453](https://togithub.com/remix-run/react-router/pull/9453)) - Fix `NavLink` behavior for root urls ([#​9497](https://togithub.com/remix-run/react-router/pull/9497)) - Updated dependencies: - `@remix-run/router@1.0.3` - `react-router@6.4.3` ### [`v6.4.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​642) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.1...react-router-dom@6.4.2) ##### Patch Changes - Respect `basename` in `useFormAction` ([#​9352](https://togithub.com/remix-run/react-router/pull/9352)) - Enhance console error messages for invalid usage of data router hooks ([#​9311](https://togithub.com/remix-run/react-router/pull/9311)) - If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#​9366](https://togithub.com/remix-run/react-router/pull/9366)) - Updated dependencies: - `react-router@6.4.2` - `@remix-run/router@1.0.2` ### [`v6.4.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​641) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.0...react-router-dom@6.4.1) ##### Patch Changes - Updated dependencies: - `react-router@6.4.1` - `@remix-run/router@1.0.1` ### [`v6.4.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​640) [Compare Source](https://togithub.com/remix-run/react-router/compare/v6.3.0...react-router-dom@6.4.0) Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs over from Remix. Here's a quick high level overview, but it's recommended you go check out the [docs][rr-docs], especially the [feature overview][rr-feature-overview] and the [tutorial][rr-tutorial]. **New APIs** - Create your router with `createMemoryRouter`/`createBrowserRouter`/`createHashRouter` - Render your router with `` - Load data with a Route `loader` and mutate with a Route `action` - Handle errors with Route `errorElement` - Submit data with the new `
` component - Perform in-page data loads and mutations with `useFetcher()` - Defer non-critical data with `defer` and `Await` - Manage scroll position with `` **New Features** - Perform path-relative navigations with `` ([#​9160](https://togithub.com/remix-run/react-router/issues/9160)) **Bug Fixes** - Path resolution is now trailing slash agnostic ([#​8861](https://togithub.com/remix-run/react-router/issues/8861)) - `useLocation` returns the scoped location inside a `` component ([#​9094](https://togithub.com/remix-run/react-router/issues/9094)) - respect the `` prop if it is defined ([#​8779](https://togithub.com/remix-run/react-router/issues/8779)) **Updated Dependencies** - `react-router@6.4.0` [rr-docs]: https://reactrouter.com [rr-feature-overview]: https://reactrouter.com/start/overview [rr-tutorial]: https://reactrouter.com/start/tutorial ### [`v6.3.0`](https://togithub.com/remix-run/react-router/releases/tag/v6.3.0): react-router@v6.3.0 [Compare Source](https://togithub.com/remix-run/react-router/compare/v6.2.2...v6.3.0) #### What's Changed - Added the v5 to v6 backwards compatibility package 💜 ([https://github.com/remix-run/react-router/pull/8752](https://togithub.com/remix-run/react-router/pull/8752)). The official guide can be found [in this discussion](https://togithub.com/remix-run/react-router/discussions/8753) #### New Contributors - [@​mfijas](https://togithub.com/mfijas) made their first contribution in [https://github.com/remix-run/react-router/pull/8717](https://togithub.com/remix-run/react-router/pull/8717) - [@​ThornWu](https://togithub.com/ThornWu) made their first contribution in [https://github.com/remix-run/react-router/pull/8718](https://togithub.com/remix-run/react-router/pull/8718) - [@​janpaepke](https://togithub.com/janpaepke) made their first contribution in [https://github.com/remix-run/react-router/pull/8651](https://togithub.com/remix-run/react-router/pull/8651) - [@​rtmann](https://togithub.com/rtmann) made their first contribution in [https://github.com/remix-run/react-router/pull/8725](https://togithub.com/remix-run/react-router/pull/8725) **Full Changelog**: https://github.com/remix-run/react-router/compare/v6.2.2...v6.3.0

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.



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

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: packages/api/console/package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.3 -> 9.1.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.1.3>
npm notice Run `npm install -g npm@9.1.3` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@0.0.0
npm ERR! Found: react@18.0.0
npm ERR! node_modules/react
npm ERR!   react@"18.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.12.4
npm ERR! node_modules/@material-ui/core
npm ERR!   @material-ui/core@"4.12.4" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-12-07T18_52_12_081Z-debug-0.log