Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency react-redux to ^9.2.0 (#6373)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-redux](https://redirect.github.com/reduxjs/react-redux) | [`^9.1.2` -> `^9.2.0`](https://renovatebot.com/diffs/npm/react-redux/9.1.2/9.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-redux/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-redux/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-redux/9.1.2/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-redux/9.1.2/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reduxjs/react-redux (react-redux)</summary> ### [`v9.2.0`](https://redirect.github.com/reduxjs/react-redux/releases/tag/v9.2.0) [Compare Source](https://redirect.github.com/reduxjs/react-redux/compare/v9.1.2...v9.2.0) This **feature release** updates the React peer dependency to work with React 19, and improves treeshakeability of our build artifacts. #### Changelog ##### React 19 Compat [React 19 was just released](https://react.dev/blog/2024/12/05/react-19)! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19. Also see [Redux Toolkit v2.5.0](https://redirect.github.com/reduxjs/redux-toolkit/releases/tag/v2.5.0) for the same peer dep update. ##### Treeshaking We've done some nitty-gritty optimization work to ensure bundlers correctly treeshake unused parts of the bundle. #### What's Changed - Improve treeshakeability of build artifacts by [@​aryaemami59](https://redirect.github.com/aryaemami59) in [https://github.com/reduxjs/react-redux/pull/2176](https://redirect.github.com/reduxjs/react-redux/pull/2176) - Migrate to React by [@​aryaemami59](https://redirect.github.com/aryaemami59) in [https://github.com/reduxjs/react-redux/pull/2172](https://redirect.github.com/reduxjs/react-redux/pull/2172) - Migrate to React 19 (take 2) by [@​markerikson](https://redirect.github.com/markerikson) in [https://github.com/reduxjs/react-redux/pull/2216](https://redirect.github.com/reduxjs/react-redux/pull/2216) - Clean up devdeps by [@​markerikson](https://redirect.github.com/markerikson) in [https://github.com/reduxjs/react-redux/pull/2217](https://redirect.github.com/reduxjs/react-redux/pull/2217) **Full Changelog**: reduxjs/react-redux@v9.1.2...v9.2.0 </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 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information