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 @reduxjs/toolkit to ^2.5.0 (#6366)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@reduxjs/toolkit](https://redux-toolkit.js.org) ([source](https://redirect.github.com/reduxjs/redux-toolkit)) | [`^2.4.0` -> `^2.5.0`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.4.0/2.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.4.0/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.4.0/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reduxjs/redux-toolkit (@​reduxjs/toolkit)</summary> ### [`v2.5.0`](https://redirect.github.com/reduxjs/redux-toolkit/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/reduxjs/redux-toolkit/compare/v2.4.0...v2.5.0) This **feature release** updates the React peer dependency to work with React 19, and fixes an additional skip token issue. #### 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 [React-Redux v9.2.0](https://redirect.github.com/reduxjs/react-redux/releases/tag/v9.2.0) for the same peer dep update. ##### Other Fixes We previously fixed an issue with the RTKQ core where `serializeQueryArgs` callbacks could be called with `skipToken`, potentially leading to errors. We've fixed an additional location in the `useQuery` hooks where that could happen as well. #### What's Changed - Migrate to React 19 by [@​aryaemami59](https://redirect.github.com/aryaemami59) in [https://github.com/reduxjs/redux-toolkit/pull/4409](https://redirect.github.com/reduxjs/redux-toolkit/pull/4409) - Handle additional `serializeQueryArgs` + `skipToken` case by [@​markerikson](https://redirect.github.com/markerikson) in [https://github.com/reduxjs/redux-toolkit/pull/4762](https://redirect.github.com/reduxjs/redux-toolkit/pull/4762) **Full Changelog**: reduxjs/redux-toolkit@v2.4.0...v2.5.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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information