Skip to content

Bump @reduxjs/toolkit from 1.8.5 to 1.8.6

Dependabot requested to merge dependabot-npm_and_yarn-reduxjs-toolkit-1.8.6 into master

Bumps @reduxjs/toolkit from 1.8.5 to 1.8.6.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v1.8.6

This bugfix release fixes a couple of issues with RTKQ endpoint tags not invalidating correctly, and tweaks the dispatch type inference to handle more variations of arrays.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v1.8.5...v1.8.6

Commits
  • 16f5691 Release 1.8.6
  • 1dd128b Merge pull request #2721 from manceau-jb/bugfix/invalidate-tags
  • e628ed6 Merge pull request #2702 from Bezmehrabi/bugfix/provided-tags
  • c4c3477 Remove previous api tags before adding new provided tags
  • 4f55c3a Merge pull request #2745 from VinceOPS/fix/export-type-thunk-middleware-from-...
  • 1cd4bb2 Merge pull request #2629 from dokmic/bugfix/dispatch-type-inference
  • 76dc1f1 fix(toolkit): export "ThunkMiddleware"
  • ba1ba8a Fix invalidateTags
  • 27cf109 Fix invalidateTags
  • 7c3129c Merge pull request #2696 from PauloRSF/clarify-overrideexisting-docs
  • 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

Merge request reports