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

Update react dependencies #982

Merged
merged 1 commit into from Nov 2, 2023
Merged

Update react dependencies #982

merged 1 commit into from Nov 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.2.31 -> 18.2.34 age adoption passing confidence
react-router-dom 6.17.0 -> 6.18.0 age adoption passing confidence

Release Notes

remix-run/react-router (react-router-dom)

v6.18.0

Compare Source

Minor Changes
  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#​10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#​10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere
Patch Changes
  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#​10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#​10962)
  • Updated dependencies:
    • @remix-run/router@1.11.0
    • react-router@6.18.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/react-dependencies branch from e60097d to 87eaad0 Compare October 30, 2023 16:32
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 4fc77d9 to 55c92cc Compare October 30, 2023 16:48
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 16208a2 to e9be6d3 Compare October 30, 2023 16:59
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 43a010b to 68cc226 Compare October 30, 2023 17:20
@renovate renovate bot force-pushed the renovate/react-dependencies branch from b038b28 to 512708a Compare October 30, 2023 17:50
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 5c6235a to 3223a1c Compare October 30, 2023 17:56
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 1165a86 to 2ff456d Compare October 31, 2023 08:12
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 03b5db6 to 16bbaf2 Compare October 31, 2023 08:24
@renovate renovate bot force-pushed the renovate/react-dependencies branch from dc327c2 to d76610c Compare October 31, 2023 13:50
@renovate renovate bot changed the title Update dependency @types/react to v18.2.33 Update react dependencies Oct 31, 2023
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 3f98cdc to 1ee642c Compare October 31, 2023 17:37
@renovate renovate bot force-pushed the renovate/react-dependencies branch from ee62c40 to b18c947 Compare October 31, 2023 22:05
@renovate renovate bot force-pushed the renovate/react-dependencies branch from b449869 to 3a31410 Compare November 1, 2023 22:00
@renovate renovate bot force-pushed the renovate/react-dependencies branch from bec719e to 4b0df37 Compare November 2, 2023 00:17
@renovate renovate bot force-pushed the renovate/react-dependencies branch from ddf95bd to 342603b Compare November 2, 2023 10:09
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 5df138a to 17b858d Compare November 2, 2023 10:40
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 3da65a3 to e8910b2 Compare November 2, 2023 10:58
@buberdds buberdds closed this Nov 2, 2023
@buberdds buberdds reopened this Nov 2, 2023
Copy link

github-actions bot commented Nov 2, 2023

Deployed to Cloudflare Pages

Latest commit: 1d3530e98380474a00bbf28918b45aa0b11d7755
Status:✅ Deploy successful!
Preview URL: https://ad629231.oasis-explorer.pages.dev

@buberdds buberdds merged commit a536799 into master Nov 2, 2023
6 checks passed
@buberdds buberdds deleted the renovate/react-dependencies branch November 2, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant