Closed renovate[bot] closed 2 years ago
Base: 81.25% // Head: 81.25% // No change to project coverage :thumbsup:
Coverage data is based on head (
4f8ab89
) compared to base (c79da49
). Patch has no changes to coverable lines.:exclamation: Current head 4f8ab89 differs from pull request most recent head 50ec06d. Consider uploading reports for the commit 50ec06d to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
7.2.8
->7.2.9
Release Notes
reduxjs/react-redux
### [`v7.2.9`](https://togithub.com/reduxjs/react-redux/releases/tag/v7.2.9) [Compare Source](https://togithub.com/reduxjs/react-redux/compare/v7.2.8...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: ```ts { areStatesEqual?: ( nextState: State, prevState: State, nextOwnProps: TOwnProps, prevOwnProps: TOwnProps ) => boolean } ``` #### What's Changed - connect: pass ownProps to areStatesEqual by [@jspurlin](https://togithub.com/jspurlin) in [https://github.com/reduxjs/react-redux/pull/1952](https://togithub.com/reduxjs/react-redux/pull/1952) **Full Changelog**: https://github.com/reduxjs/react-redux/compare/v7.2.8...v7.2.9Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.