Bump @reduxjs/toolkit from 1.9.4 to 1.9.5
Bumps @reduxjs/toolkit from 1.9.4 to 1.9.5.
Release notes
Sourced from @reduxjs/toolkit
's releases.
v1.9.5
This bugfix release includes notable improvements to TS type inference when using the
enhancers
option inconfigureStore
, and updates the listener middleware to only check predicates if the dispatched value is truly an action object.What's Changed
- update to latest remark-typescript-tools by
@EskiMojo14
in reduxjs/redux-toolkit#3311- add isAction helper function, and ensure listener middleware only runs for actions by
@EskiMojo14
in reduxjs/redux-toolkit#3372- Allow inference of enhancer state extensions, and fix inference when using callback form by
@EskiMojo14
in reduxjs/redux-toolkit#3207Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v1.9.4...v1.9.5
Commits
-
d3bb412
Release 1.9.5 -
1f87ac2
Merge pull request #3207 from EskiMojo14/enhancer-array -
da3f6ed
Merge pull request #3372 from EskiMojo14/listener-action -
ebe1777
Merge pull request #3311 from EskiMojo14/remark-typescript-update -
0c6cd6e
add test -
482270e
add isAction helper function, and ensure listener middleware only runs for ac... -
eb586b6
Merge pull request #3366 from n-ii-ma/patch-1 -
811dd47
Fix typo -
d746bee
no transpile docblocks too -
3ed1aad
add no-transpile for all TSX snippets (matches previous behaviour) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts