Bump @reduxjs/toolkit from 2.4.0 to 2.5.0
Bumps @reduxjs/toolkit from 2.4.0 to 2.5.0.
Release notes
Sourced from @reduxjs/toolkit's releases.
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! 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
serializeQueryArgscallbacks could be called withskipToken, potentially leading to errors. We've fixed an additional location in theuseQueryhooks where that could happen as well.What's Changed
- Migrate to React 19 by
@aryaemami59in reduxjs/redux-toolkit#4409- Handle additional
serializeQueryArgs+skipTokencase by@markeriksonin reduxjs/redux-toolkit#4762Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.4.0...v2.5.0
Commits
-
6590cecRelease 2.5.0 -
2047f54Handle additionalserializeQueryArgs+skipTokencase (#4762) -
40b8aedMigrate to React 19 (#4409) -
e848a55Merge pull request #4686 from isqua/act -
23a1c3fHarden optimisticUpserts test -
ef84607Tweak delay time -
0536468Silence "unhandled error" in ApiProvider error test -
f861244Fix "unhandled request" warning -
5255770Remove stray console log -
97f96adFix tests after upgrade@testing-library/react - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts