Skip to content

chore(deps): bump @reduxjs/toolkit from 2.11.2 to 2.12.0 in /ui#5903

Merged
kodiakhq[bot] merged 1 commit into
v2from
dependabot/npm_and_yarn/ui/reduxjs/toolkit-2.12.0
May 25, 2026
Merged

chore(deps): bump @reduxjs/toolkit from 2.11.2 to 2.12.0 in /ui#5903
kodiakhq[bot] merged 1 commit into
v2from
dependabot/npm_and_yarn/ui/reduxjs/toolkit-2.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @reduxjs/toolkit from 2.11.2 to 2.12.0.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.12.0

This feature release adds RTK usage skills files (via TanStack Intent) exports the RTK Query hook options types for reusability, fixes issues with infinite query status flags and batching handling, and makes some small TS improvements.

Changelog

Skills Files

We've generated agent skill files that are now included in the RTK package itself in a skills folder. They cover using and migrating to modern RTK, client and server state management, and handling side effects. You can point your agent at these skills yourself, or use TanStack Intent to pick them up.

TypeScript Improvements

The types for our RTK Query hook options are now exported, which lets you stop using Parameters to extract those types for use in your own code.

The types for listener middleware matchers were tweaked to allow interface-based type guards, not just type-based definitions.

The internal IgnorePaths type was renamed to IgnoredPaths for consistency.

We now use the built-in NoInfer util that comes with TS 5.4+.

Fixes

We fixed handling of the isSuccess status flag when switching infinite query cache entries. This should prevent accidental UI flashes that were occurring due to this flag accidentally flipping.

We've added a 100ms timeout fallback to the autoBatch enhancer's requestAnimationFrame timer. We had several reports that rAF didn't work correctly when used in background tabs / opened windows, and that RTK never updated the UI. This should ensure that the updates flush correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0

Commits
  • 576a02f Release 2.12.0
  • de2d55e Merge pull request #5237 from aryaemami59/fix/codegen/generateEndpoints-retur...
  • ac807c3 fix(codegen): narrow generateEndpoints return type
  • 01ed3ba Merge pull request #5289 from aryaemami59/feat/toolkit/switch-to-native-NoInfer
  • 1f16db1 Merge pull request #5290 from aryaemami59/build/toolkit/exclude-test-files-fr...
  • 23783c1 build(toolkit): exclude test files from final bundle
  • 91b8b0a feat(toolkit)!: switch to native NoInfer utility type
  • 0b37f1a Merge pull request #5286 from aryaemami59/docs/toolkit/fix-typos
  • 3cd62c8 fix unforwardedActions
  • 64853cc chore: fix various typos
  • Additional commits viewable in compare view

@dependabot dependabot Bot added automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 25, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner May 25, 2026 02:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file automerge Used by Kodiak bot to automerge PRs javascript Pull requests that update Javascript code labels May 25, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 25, 2026
@codecov

codecov Bot commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.19%. Comparing base (01c058c) to head (d58d1be).
⚠️ Report is 7 commits behind head on v2.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2    #5903   +/-   ##
=======================================
  Coverage   61.19%   61.19%           
=======================================
  Files         141      141           
  Lines       14195    14195           
=======================================
  Hits         8686     8686           
  Misses       4777     4777           
  Partials      732      732           
Flag Coverage Δ
integrationtests 34.49% <ø> (ø)
unittests 52.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.11.2...v2.12.0)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/reduxjs/toolkit-2.12.0 branch from 94a3269 to d58d1be Compare May 25, 2026 03:07
@kodiakhq
kodiakhq Bot merged commit aaf93fd into v2 May 25, 2026
28 of 29 checks passed
@kodiakhq
kodiakhq Bot deleted the dependabot/npm_and_yarn/ui/reduxjs/toolkit-2.12.0 branch May 25, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants