choisohyun / react-vite-ts-boilerplate

Very Fast React Boilerplate(React + Vite + Typescript + scss)
https://www.npmjs.com/package/react-vite-ts-boilerplate
99 stars 8 forks source link

fix(deps): update dependency react-router-dom to v6.4.0 #56

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

remix-run/react-router ### [`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/en/6.4.0/start/overview [rr-tutorial]: https://reactrouter.com/en/6.4.0/start/tutorial

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.