Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps): bump react-redux from 7.2.8 to 7.2.9 #1208

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps react-redux from 7.2.8 to 7.2.9.

Release notes

Sourced from react-redux's releases.

v7.2.9

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

Commits
  • 49f7680 Release 7.2.9
  • fbc3b70 Merge pull request #1952 from jspurlin/jspurlin/passOwnPropsToASE_v7
  • 81d2296 Connect: pass ownProps to areStatesEqual
  • fee8190 Update 7.x docs with edits from master
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners December 5, 2023 16:15
@dependabot dependabot bot added dependabot dependabot dependencies Pull requests that update a dependency file npm npm one app labels Dec 5, 2023
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.8 to 7.2.9.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v7.2.8...v7.2.9)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/5.x.x/react-redux-7.2.9 branch from c019e4e to 08d8210 Compare December 5, 2023 16:29
@10xLaCroixDrinker 10xLaCroixDrinker enabled auto-merge (squash) December 5, 2023 22:25
@10xLaCroixDrinker 10xLaCroixDrinker merged commit 9a171cd into 5.x.x Dec 5, 2023
7 checks passed
@10xLaCroixDrinker 10xLaCroixDrinker deleted the dependabot/npm_and_yarn/5.x.x/react-redux-7.2.9 branch December 5, 2023 22:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot dependabot dependencies Pull requests that update a dependency file npm npm one app one-app-team-review-requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants