Conversation
6a0f416 to
9373959
Compare
a35d690 to
5878361
Compare
81bc27c to
5fa14c4
Compare
5fa14c4 to
49baa9c
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
8 tasks
fpigeonjr
approved these changes
Jan 16, 2026
jonnalley
approved these changes
Jan 16, 2026
|
🎉 This PR is included in version 1.258.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.2→2.11.21.4.4→1.6.6==1.17.2→==1.18.0==25.9.0→==25.12.015.5.0→15.8.2v5.8.0→v5.10.0v3.11.1→v3.12.07.13.6→7.15.4==25.10.21→==25.11.29==9.6.0→==9.9.0==9.6.0→==9.9.0==0.12.1→==0.13.0==2.41.6→==2.43.02.43.12.11.6→2.12.7==1.18.2→==1.19.1==2025.10.16→==2025.11.12v2.0.2→v2.1.03.6.2→3.7.4==1.1.1→==1.2.142.0.3→42.76.442.80.1(+9)4.52.5→4.55.11.93.3→1.97.26.1.19→6.2.06.3.5(+5)7.1.12→7.3.1Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.11.2Compare Source
v2.11.1Compare Source
This bugfix release fixes an issue with our internal
AbortSignalhandling 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
tsgorelease. 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
resetApiStateandretry()could lead to an error calling anAbortController. We've restructured ourAbortControllerhandling 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.0Compare Source
v2.10.1Compare Source
This bugfix release fixes an issue with
windowaccess breaking in SSR due to the byte-shaving work in 2.10.What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.10.0...v2.10.1
v2.10.0Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.6Compare Source
🚀 Features
View changes on GitHub
v1.6.5Compare Source
🚀 Features
🐞 Bug Fixes
vitestandvithe same - by @G-Rath in #851 (48aa6)View changes on GitHub
What's Changed
vitestandvithe same by @G-Rath in #851eslint-remote-testerby @G-Rath in #859New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5
v1.6.4Compare Source
🚀 Features
prefer-mock-return-shorthandrule - by @G-Rath in #848 (c0b72)🐞 Bug Fixes
vi.mocked- by @G-Rath in #849 (aa8af)View changes on GitHub
What's Changed
vi.mockedby @G-Rath in #849prefer-mock-return-shorthandrule by @G-Rath in #848New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4
v1.6.3Compare Source
🚀 Features
View changes on GitHub
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2
v1.6.1Compare Source
🐞 Bug Fixes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0
v1.5.4Compare Source
No significant changes
View changes on GitHub
v1.5.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0
psf/black (black)
v25.12.0Compare Source
Highlights
Stable style
# fmt: off/# fmt: onblocks were incorrectlyremoved, particularly affecting Jupytext's
# %% [markdown]comments (#4845)# fmt: skipcomments are used in a multi-part if-clause, onstring literals, or on dictionary entries with long lines (#4872)
fmt:directives aren't on the top level (#4856)Preview style
fmt: skipskipping the line after instead of the line it's on (#4855)magic trailing commas and intentional multiline formatting (#4865)
fix_fmt_skip_in_one_linerscrashing onwithstatements (#4853)fix_fmt_skip_in_one_linerscrashing on annotated parameters (#4854)# fmt: skipon them (#4894)Packaging
Integrations
output-fileinput to GitHub Actionpsf/blackto write formatter output to afile for artifact capture and log cleanliness (#4824)
v25.11.0Compare Source
Highlights
Stable style
# fmt: offand# fmt: onwere reformatted (#4811)being normalized (#4811)
Preview style
multiline_string_handlingfrom--unstableto--preview(#4760)comments (#4764)
# type: <value>(#4645)fix_fmt_skip_in_one_linerspreview feature to respect# fmt: skipfor compoundstatements with semicolon-separated bodies (#4800)
Configuration
no_cacheoption to control caching behavior. (#4803)Packaging
Output
(#4610)
Blackd
requests to blackd (#4774)
Integrations
psf/blackto support therequired-versionmajor-version-only"stability" format when using pyproject.toml (#4770)
cypress-io/cypress (cypress)
v15.8.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-8-2
v15.8.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-8-1
v15.8.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-8-0
v15.7.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-7-1
v15.7.0Compare Source
v15.6.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-6-0
docker/metadata-action (docker/metadata-action)
v5.10.0Compare Source
Full Changelog: docker/metadata-action@v5.9.0...v5.10.0
v5.9.0Compare Source
tag-namesoutput to return tag names without image base name by @crazy-max in #553Full Changelog: docker/metadata-action@v5.8.0...v5.9.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.12.0Compare Source
installinput by @crazy-max in #455Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v7.15.4Compare Source
Bug Fixes
typescript-eslintto v8.51.0 (#1171) (b8ef377)v7.15.3Compare Source
Bug Fixes
typescript-eslintto v8.50.0 (#1164) (c23f025)v7.15.2Compare Source
Bug Fixes
v7.15.1Compare Source
Bug Fixes
v7.15.0Compare Source
Features
v7.14.0Compare Source
Features
PyCQA/flake8-bugbear (flake8-bugbear)
v25.11.29Compare Source
ipython/ipython (ipython)
v9.9.0Compare Source
v9.8.0Compare Source
v9.7.0Compare Source
dpranke/pyjson5 (json5)
v0.13.0Compare Source
locustio/locust (locust)
v2.43.0Compare Source
Full Changelog
Closed issues:
Merged pull requests:
v2.42.6Compare Source
What's Changed
Full Changelog: locustio/locust@2.42.5...2.42.6
v2.42.5Compare Source
Full Changelog
Merged pull requests:
v2.42.4Compare Source
Full Changelog
Merged pull requests:
v2.42.3Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.42.2...2.42.3
v2.42.2Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.42.1...2.42.2
v2.42.1Compare Source
Full Changelog
Merged pull requests:
v2.42.0Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.41.6...2.42.0
mswjs/msw (msw)
v2.12.7Compare Source
v2.12.7 (2025-12-27)
Bug Fixes
GraphQLLinkHandlerstype (#2647) (cfab780) @kettanaitoTypedDocumentStringas request predicate (#2646) (494d5e8) @kettanaitoDocumentNodeunion (#2645) (0f6e28f) @kettanaitov2.12.6Compare Source
v2.12.6 (2025-12-26)
Bug Fixes
quietoption (#2644) (d50f73e) @kettanaitov2.12.5Compare Source
v2.12.5 (2025-12-26)
Bug Fixes
1266f61) @BSteffaniak @kettanaitov2.12.4Compare Source
v2.12.4 (2025-12-03)
Bug Fixes
localStoragein Node.js v25 (#2636) (3da2c76) @rvaggv2.12.3Compare Source
v2.12.3 (2025-11-23)
Bug Fixes
HttpHandler(#2560) (1af6cee) @SerkanSipahi @kettanaito9efe103) @kettanaito18d7d3d) @Enet4 @kettanaitov2.12.2Compare Source
v2.12.2 (2025-11-14)
Bug Fixes
browserandreact-nativeexport conditions lower (#2627) (102d85a) @vidschofelixv2.12.1Compare Source
v2.12.1 (2025-11-09)
Bug Fixes
response:*events (#2621) (7f48f21) @jbmsv2.12.0Compare Source
v2.12.0 (2025-11-05)
Features
d5a16d8) @kettanaito @Andarist<d