Bump @reduxjs/toolkit from 2.2.5 to 2.2.6
Bumps @reduxjs/toolkit from 2.2.5 to 2.2.6.
Release notes
Sourced from @reduxjs/toolkit
's releases.
v2.2.6
This bugfix release:
- Brings internal
useIsomorphicLayoutEffect
usage in line with React Redux in React Native environments- Exports
FetchBaseQueryArgs
type- Fixes an issue in recent
createEntityAdapter
sorting perf improvements that could (in specific cases) cause Immer to throw an errorWhat's Changed
- Fix
useIsomorphicLayoutEffect
usage in React Native environments by@aryaemami59
in reduxjs/redux-toolkit#4436- Add export for FetchBaseQueryArgs by
@WilsonCWong
in reduxjs/redux-toolkit#4465- Fix Immer current usage when calling addManyMutably more than once by
@JacobShafer
in reduxjs/redux-toolkit#4420- Golf a few pieces of entity adapter code by
@EskiMojo14
in reduxjs/redux-toolkit#4485Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6
Commits
-
a9362fb
v2.2.6 -
20d5d2b
Merge pull request #4485 from reduxjs/entity-golf -
93b29e1
remove a couple more unnecessary assertions -
d114f81
type getCurrent to remove Draft type -
f0088d3
golf a few things -
09c36a2
Merge pull request #4420 from JacobShafer/fix/4411_fix_sorted_ids -
b1b845a
remove unused imports -
dc0cb57
Merge pull request #4475 from aryaemami59/fix-ci-tests -
9371a4c
Fix CI tests -
07614dd
Merge pull request #4468 from aryaemami59/bump-vitest - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts