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 dependency react-redux to v8.1.1 #347

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-redux 8.1.0 -> 8.1.1 age adoption passing confidence

Release Notes

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: 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.


  • 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 requested a review from a team as a code owner June 21, 2023 03:38
@renovate renovate bot temporarily deployed to staging June 21, 2023 03:38 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 03:38 Inactive
@renovate renovate bot temporarily deployed to staging June 21, 2023 03:38 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 03:41 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 03:41 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 03:41 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 03:41 Inactive
@cypress
Copy link

cypress bot commented Jun 21, 2023

1 failed tests on run #429 ↗︎

1 198 0 0 Flakiness 0

Details:

Update dependency react-redux to v8.1.1
Project: The Rhapsodies Commit: a6f83dbb2c
Status: Failed Duration: 02:08 💡
Started: Jun 21, 2023 9:29 AM Ended: Jun 21, 2023 9:31 AM
Failed  cypress/e2e/account/sign-out.cy.ts • 1 failed test

View Output Video

Test Artifacts
Sign-out > Should change route to sign in page after signing out Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@fkoulen fkoulen enabled auto-merge June 21, 2023 07:09
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:09 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:11 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:11 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:11 Inactive
@renovate renovate bot force-pushed the renovate/react-redux-8.x-lockfile branch from 79669ab to c3bf41a Compare June 21, 2023 07:42
@renovate renovate bot temporarily deployed to staging June 21, 2023 07:42 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:42 Inactive
@renovate renovate bot temporarily deployed to staging June 21, 2023 07:42 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:45 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:45 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 07:45 Inactive
@renovate renovate bot force-pushed the renovate/react-redux-8.x-lockfile branch from c3bf41a to a6f83db Compare June 21, 2023 09:22
@renovate renovate bot temporarily deployed to staging June 21, 2023 09:22 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 09:22 Inactive
@renovate renovate bot temporarily deployed to staging June 21, 2023 09:23 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 09:26 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 09:26 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 09:26 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 09:26 Inactive
@renovate renovate bot force-pushed the renovate/react-redux-8.x-lockfile branch from a6f83db to abe00d1 Compare June 21, 2023 10:18
@renovate renovate bot temporarily deployed to staging June 21, 2023 10:18 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 10:18 Inactive
@renovate renovate bot temporarily deployed to staging June 21, 2023 10:18 Inactive
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot temporarily deployed to dev June 21, 2023 10:20 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 10:20 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 10:20 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 10:20 Inactive
@renovate renovate bot temporarily deployed to dev June 21, 2023 10:20 Inactive
@github-actions
Copy link

Preview can be found at https://the-rhapsodies-1jse0xwv6-the-rhapsodies.vercel.app

@fkoulen fkoulen merged commit 918538b into dev Jun 21, 2023
@fkoulen fkoulen deleted the renovate/react-redux-8.x-lockfile branch June 21, 2023 10:25
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