Skip to content

Commit

Permalink
renovatebot(deps): update dependency react-redux to v9
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.2/9.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-redux/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-redux/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-redux/8.1.2/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-redux/8.1.2/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>reduxjs/react-redux (react-redux)</summary>

### [`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)

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

[Compare Source](https://togithub.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), 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/apereo/cas).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent a98b83a commit 1837235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/cas-server-support-palantir/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-redux": "^9.0.0",
"react-router-dom": "^6.11.1",
"sass": "^1.62.1",
"yarn": "^1.22.19"
Expand Down

0 comments on commit 1837235

Please sign in to comment.