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 #566

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Update react dependencies #566

merged 1 commit into from
Jun 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 4.29.14 -> 4.29.15 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.29.14 -> 4.29.15 age adoption passing confidence
react-redux 8.1.0 -> 8.1.1 age adoption passing confidence

Release Notes

tanstack/query

v4.29.15

Compare Source

Version 4.29.15 - 6/20/2023, 4:52 PM

Changes

Refactor
Docs

Packages

reduxjs/react-redux

v8.1.1

Compare Source

This bugfix release tweaks the recent lazy context setup logic to ensure a single React context instance per React version, and removes the recently added RTK peerdep to fix an issue with Yarn workspaces.

Changelog

React Context Singletons

React Context has always relied on reference identity. If you have two different copies of React or a library in a page, that can cause multiple versions of a context instance to be created, leading to problems like the infamous "Could not find react-redux context" error.

In v8.1.0, we reworked the internals to lazily create our single ReactReduxContext instance to avoid issues in a React Server Components environment.

This release further tweaks that to stash a single context instance per React version found in the page, thus hopefully avoiding the "multiple copies of the same context" error in the future.

What's Changed

Full Changelog: reduxjs/react-redux@v8.1.0...v8.1.1


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.

@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 417f8c0 to 915c1b6 Compare June 20, 2023 17:44
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 915c1b6 to e67b457 Compare June 20, 2023 22:09
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from e67b457 to 563d007 Compare June 20, 2023 22:10
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 563d007 to e91c5c8 Compare June 20, 2023 23:02
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from e91c5c8 to 87a38b5 Compare June 20, 2023 23:02
@renovate renovate bot changed the title Update react dependencies to v4.29.15 Update react dependencies Jun 21, 2023
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 87a38b5 to 8db1e9b Compare June 21, 2023 03:50
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 8db1e9b to ba9724a Compare June 21, 2023 03:50
@buberdds buberdds closed this Jun 21, 2023
@buberdds buberdds reopened this Jun 21, 2023
@github-actions
Copy link

github-actions bot commented Jun 21, 2023

Deployed to Cloudflare Pages

Latest commit: ba9724af1e2b9627d8b33f52d51d4f836a9e072b
Status:✅ Deploy successful!
Preview URL: https://d076dd82.oasis-explorer.pages.dev

@buberdds buberdds merged commit c6699ed into master Jun 21, 2023
@buberdds buberdds deleted the renovate/react-dependencies branch June 21, 2023 07:52
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.

1 participant