tomvothecoder / tomvo.me

Tom Vo's personal website.
https://www.tomvo.me
MIT License
0 stars 0 forks source link

Update dependency react-router-dom to v6.4.1 #40

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.1 age adoption passing confidence

Release Notes

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

Configuration

πŸ“… Schedule: Branch creation - "on monday" (UTC), 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 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (6.4.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.