Skip to content

Commit

Permalink
Update dependency react-redux to v9 (#573)
Browse files Browse the repository at this point in the history
[![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://togithub.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://togithub.com/reduxjs/react-redux/releases/tag/v9.0.2)

[Compare
Source](https://togithub.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://togithub.com/aryaemami59) in
[https://github.com/reduxjs/react-redux/pull/2102](https://togithub.com/reduxjs/react-redux/pull/2102)

**Full Changelog**:
reduxjs/react-redux@v9.0.1...v9.0.2

###
[`v9.0.1`](https://togithub.com/reduxjs/react-redux/releases/tag/v9.0.1)

[Compare
Source](https://togithub.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://togithub.com/markerikson) in
[https://github.com/reduxjs/react-redux/pull/2100](https://togithub.com/reduxjs/react-redux/pull/2100)

**Full Changelog**:
reduxjs/react-redux@v9.0.0...v9.0.1

###
[`v9.0.0`](https://togithub.com/reduxjs/react-redux/compare/v8.1.3...v9.0.0)

[Compare
Source](https://togithub.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-->
  • Loading branch information
fkoulen authored Dec 9, 2023
2 parents 27318e2 + 443f3ba commit 9ebc3cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 79 deletions.
97 changes: 19 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-onesignal": "^3.0.1",
"react-redux": "^8.0.5",
"react-redux": "^9.0.0",
"react-toastify": "^9.1.3",
"remark": "^15.0.1",
"remark-html": "^16.0.0",
Expand Down

0 comments on commit 9ebc3cb

Please sign in to comment.