Skip to content

fix(deps): update dependency @reduxjs/toolkit to v2.11.2#5873

Merged
abuyukyi101198 merged 1 commit into
mainfrom
renovate/redux-ecosystem
May 15, 2026
Merged

fix(deps): update dependency @reduxjs/toolkit to v2.11.2#5873
abuyukyi101198 merged 1 commit into
mainfrom
renovate/redux-ecosystem

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@reduxjs/toolkit (source) 2.10.12.11.2 age confidence

Release Notes

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.11.2

Compare Source

v2.11.1

Compare Source

This bugfix release fixes an issue with our internal AbortSignal handling that was reported as causing an error in a rare reset situation. We've also restructured our publishing process to use NPM Trusted Publishing, and updated our TS support matrix to only support TS 5.4+.

Changelog

Publishing Changes

We've previously done most of our releases semi-manually locally, with various release process CLI tools. With the changes to NPM publishing security and the recent wave of NPM attacks, we've updated our publishing process to solely use NPM Trusted Publishing via workflows. We've also done a hardening pass on our own CI setup.

We had done a couple releases via CI workflows previously, and later semi-manual releases caused PNPM to warn that RTK was no longer trusted. This release should be trusted and will resolve that issue.

Thanks to the e18e folks and their excellent guide at https://e18e.dev/docs/publishing for making this process easier!

TS Support Matrix Updates

We've previously mentioned rolling changes to our TS support matrix in release notes, but didn't officially document our support policy. We've added a description of the support policy (last 2 years of TS releases, matching DefinitelyTyped) and the current oldest TS version we support in the docs:

As of today, we've updated the support matrix to be TS 5.4+ . As always, it's possible RTK will work if you're using an earlier version of TS, but we don't test against earlier versions and don't support any issues with those versions.

We have run an initial test with the upcoming TS 7.0 native tsgo release. We found a couple minor issues with our own TS build and test setup, but no obvious issues with using RTK with TS 7.0.

Bug Fixes

A user reported a rare edge case where the combination of resetApiState and retry() could lead to an error calling an AbortController. We've restructured our AbortController handling logic to avoid that (and simplified a bit of our internals in the process).

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.0...v2.11.1

v2.11.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 5am on wednesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update dependency @reduxjs/toolkit to v2.11.1 fix(deps): update dependency @reduxjs/toolkit to v2.11.2 Dec 14, 2025
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 7668217 to 2edb7b4 Compare December 14, 2025 23:13
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 2edb7b4 to c941093 Compare December 31, 2025 18:25
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch 2 times, most recently from 5d2b884 to 871cd16 Compare January 8, 2026 17:05
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch 2 times, most recently from 95d4077 to 13d3b76 Compare January 23, 2026 20:53
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 13d3b76 to ec6d82a Compare February 2, 2026 18:51
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch 2 times, most recently from 3966ca5 to 17f4b51 Compare February 17, 2026 15:29
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 17f4b51 to a082c57 Compare March 5, 2026 17:15
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from a082c57 to 65626e0 Compare March 13, 2026 15:44
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch 2 times, most recently from aa69916 to 03c2f6e Compare April 1, 2026 21:42
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 03c2f6e to 8fdb6fe Compare April 8, 2026 18:15
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 8fdb6fe to 72df577 Compare April 29, 2026 14:51
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from 72df577 to b0d45f9 Compare May 9, 2026 14:48
@renovate renovate Bot changed the title fix(deps): update dependency @reduxjs/toolkit to v2.11.2 fix(deps): update redux ecosystem May 9, 2026
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from b0d45f9 to e598a7c Compare May 14, 2026 10:58
@renovate renovate Bot force-pushed the renovate/redux-ecosystem branch from e598a7c to a1ed191 Compare May 15, 2026 12:57
@renovate renovate Bot changed the title fix(deps): update redux ecosystem fix(deps): update dependency @reduxjs/toolkit to v2.11.2 May 15, 2026
@abuyukyi101198 abuyukyi101198 merged commit 6c9ecf1 into main May 15, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/redux-ecosystem branch May 15, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants