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 v7.2.9 #91

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-redux 7.2.8 -> 7.2.9 age adoption passing confidence
@types/react-redux (source) 7.1.23 -> 7.1.33 age adoption passing confidence

Release Notes

reduxjs/react-redux (react-redux)

v7.2.9

Compare Source

This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional use in determining which pieces of state to compare if desired.

The new signature is:

{
  areStatesEqual?: (
    nextState: State,
    prevState: State,
    nextOwnProps: TOwnProps,
    prevOwnProps: TOwnProps
  ) => boolean
}

What's Changed

Full Changelog: reduxjs/react-redux@v7.2.8...v7.2.9


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 these updates 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 force-pushed the renovate/react-redux-7.x branch 4 times, most recently from e84a66e to ba51c30 Compare April 14, 2022 14:17
@renovate renovate bot force-pushed the renovate/react-redux-7.x branch from ba51c30 to e54f5ed Compare June 20, 2022 15:53
@renovate renovate bot changed the title Update dependency @types/react-redux to v7.1.24 Update dependency react-redux to v7.2.9 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/react-redux-7.x branch from 163b22f to b6edbe3 Compare August 22, 2023 21:40
@renovate renovate bot force-pushed the renovate/react-redux-7.x branch 2 times, most recently from ef815c3 to 093fba4 Compare November 7, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants