Skip to content

Commit a9c2a5e

Browse files
fix(deps): update dependency react-redux to ^9.1.1 (#5271)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-redux](https://github.com/reduxjs/react-redux) | [`^9.1.0` -> `^9.1.1`](https://renovatebot.com/diffs/npm/react-redux/9.1.0/9.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-redux/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-redux/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-redux/9.1.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-redux/9.1.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reduxjs/react-redux (react-redux)</summary> ### [`v9.1.1`](https://github.com/reduxjs/react-redux/releases/tag/v9.1.1) [Compare Source](https://github.com/reduxjs/react-redux/compare/v9.1.0...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 [@&#8203;Connormiha](https://github.com/Connormiha) in [https://github.com/reduxjs/react-redux/pull/2122](https://github.com/reduxjs/react-redux/pull/2122) - Move `Equals` constraint into an intersection type. by [@&#8203;DanielRosenwasser](https://github.com/DanielRosenwasser) in [https://github.com/reduxjs/react-redux/pull/2123](https://github.com/reduxjs/react-redux/pull/2123) - Fix `useIsomorphicLayoutEffect` usage in React Native environments by [@&#8203;aryaemami59](https://github.com/aryaemami59) in [https://github.com/reduxjs/react-redux/pull/2156](https://github.com/reduxjs/react-redux/pull/2156) **Full Changelog**: reduxjs/react-redux@v9.1.0...v9.1.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de9f5b2 commit a9c2a5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"react-native-url-polyfill": "^1.3.0",
192192
"react-native-video": "^6.0.0-beta.8",
193193
"react-native-webview": "^13.8.2",
194-
"react-redux": "^9.1.0",
194+
"react-redux": "^9.1.1",
195195
"redux": "^5.0.1",
196196
"redux-persist": "^6.0.0",
197197
"redux-persist-fs-storage": "^1.3.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -15624,10 +15624,10 @@ [email protected]:
1562415624
whatwg-fetch "^3.0.0"
1562515625
ws "^6.2.2"
1562615626

15627-
react-redux@^9.1.0:
15628-
version "9.1.0"
15629-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.1.0.tgz#46a46d4cfed4e534ce5452bb39ba18e1d98a8197"
15630-
integrity sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==
15627+
react-redux@^9.1.1:
15628+
version "9.1.1"
15629+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.1.1.tgz#852ec13084bd7375e26db697d2fc9027ffada204"
15630+
integrity sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==
1563115631
dependencies:
1563215632
"@types/use-sync-external-store" "^0.0.3"
1563315633
use-sync-external-store "^1.0.0"

0 commit comments

Comments
 (0)