Update all dependencies #418

Merged
kjuulh merged 1 commits from renovate/all into main 2024-12-12 06:59:59 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@reduxjs/toolkit (source) dependencies minor 2.4.0 -> 2.5.0
@types/node (source) devDependencies patch 22.10.1 -> 22.10.2
react-redux dependencies minor 9.1.2 -> 9.2.0

Release Notes

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.5.0

Compare Source

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! 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 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

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.4.0...v2.5.0

reduxjs/react-redux (react-redux)

v9.2.0

Compare Source

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! 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 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

Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.2...v9.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@reduxjs/toolkit](https://redux-toolkit.js.org) ([source](https://github.com/reduxjs/redux-toolkit)) | dependencies | minor | [`2.4.0` -> `2.5.0`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.4.0/2.5.0) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`22.10.1` -> `22.10.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.10.1/22.10.2) | | [react-redux](https://github.com/reduxjs/react-redux) | dependencies | minor | [`9.1.2` -> `9.2.0`](https://renovatebot.com/diffs/npm/react-redux/9.1.2/9.2.0) | --- ### Release Notes <details> <summary>reduxjs/redux-toolkit (@&#8203;reduxjs/toolkit)</summary> ### [`v2.5.0`](https://github.com/reduxjs/redux-toolkit/releases/tag/v2.5.0) [Compare Source](https://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://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 [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/reduxjs/redux-toolkit/pull/4409 - Handle additional `serializeQueryArgs` + `skipToken` case by [@&#8203;markerikson](https://github.com/markerikson) in https://github.com/reduxjs/redux-toolkit/pull/4762 **Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v2.4.0...v2.5.0 </details> <details> <summary>reduxjs/react-redux (react-redux)</summary> ### [`v9.2.0`](https://github.com/reduxjs/react-redux/releases/tag/v9.2.0) [Compare Source](https://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://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 [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/reduxjs/react-redux/pull/2176 - Migrate to React by [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/reduxjs/react-redux/pull/2172 - Migrate to React 19 (take 2) by [@&#8203;markerikson](https://github.com/markerikson) in https://github.com/reduxjs/react-redux/pull/2216 - Clean up devdeps by [@&#8203;markerikson](https://github.com/markerikson) in https://github.com/reduxjs/react-redux/pull/2217 **Full Changelog**: https://github.com/reduxjs/react-redux/compare/v9.1.2...v9.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-11 07:04:18 +01:00
Update all dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
58fa0e6b24
kjuulh force-pushed renovate/all from 58fa0e6b24 to 95a94fa238 2024-12-12 03:10:27 +01:00 Compare
kjuulh merged commit 95a94fa238 into main 2024-12-12 06:59:59 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/vidow#418
No description provided.