react-hackernews
react-hackernews copied to clipboard
fix(deps): update dependency react-redux to ^9.1.2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
react-redux | ^9.1.0 -> ^9.1.2 |
Release Notes
reduxjs/react-redux (react-redux)
v9.1.2
v9.1.1
This bugfix release fixes an issue with connect
and React Native caused by changes to our bundling setup in v9. Nested connect
calls should work correctly now.
What's Changed
- Remove unused isProcessingDispatch by @Connormiha in https://github.com/reduxjs/react-redux/pull/2122
- Move
Equals
constraint into an intersection type. by @DanielRosenwasser in https://github.com/reduxjs/react-redux/pull/2123 - Fix
useIsomorphicLayoutEffect
usage in React Native environments by @aryaemami59 in https://github.com/reduxjs/react-redux/pull/2156
Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.