Skip to content

fix(deps): update minor dependencies#4559

Merged
jonnalley merged 3 commits intomainfrom
renovate/all-minor
Jan 16, 2026
Merged

fix(deps): update minor dependencies#4559
jonnalley merged 3 commits intomainfrom
renovate/all-minor

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@reduxjs/toolkit (source) 2.9.22.11.2 age confidence dependencies minor
@vitest/eslint-plugin 1.4.41.6.6 age confidence devDependencies minor
alembic (changelog) ==1.17.2==1.18.0 age confidence packages minor
black (changelog) ==25.9.0==25.12.0 age confidence dev-packages minor
cypress (source) 15.5.015.8.2 age confidence devDependencies minor
docker/metadata-action v5.8.0v5.10.0 age confidence action minor
docker/setup-buildx-action v3.11.1v3.12.0 age confidence action minor
eslint-plugin-testing-library 7.13.67.15.4 age confidence devDependencies minor
flake8-bugbear (changelog) ==25.10.21==25.11.29 age confidence dev-packages minor
ipython ==9.6.0==9.9.0 age confidence dev-packages minor
ipython ==9.6.0==9.9.0 age confidence packages minor
json5 (changelog) ==0.12.1==0.13.0 age confidence packages minor
locust ==2.41.6==2.43.0 age confidence dev-packages minor 2.43.1
msw (source) 2.11.62.12.7 age confidence devDependencies minor
mypy (changelog) ==1.18.2==1.19.1 age confidence packages minor
nox ==2025.10.16==2025.11.12 age confidence dev-packages minor
oven-sh/setup-bun v2.0.2v2.1.0 age confidence action minor
prettier (source) 3.6.23.7.4 age confidence devDependencies minor
python-dotenv ==1.1.1==1.2.1 age confidence packages minor
renovatebot/pre-commit-hooks 42.0.342.76.4 age confidence repository minor 42.80.1 (+9)
rollup (source) 4.52.54.55.1 age confidence overrides minor
sass 1.93.31.97.2 age confidence dependencies minor
styled-components (source) 6.1.196.2.0 age confidence dependencies minor 6.3.5 (+5)
vite (source) 7.1.127.3.1 age confidence devDependencies minor

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers 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.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

v2.10.1

Compare Source

This bugfix release fixes an issue with window access 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.0

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

  • docs(no-conditional-expect): add asymmetric matchers to example usage by @​wjhsf in #​847
  • fix(unbound-method): ignore functions passed to vi.mocked by @​G-Rath in #​849
  • feat: create new prefer-mock-return-shorthand rule by @​G-Rath in #​848

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4

v1.6.3

Compare 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.1

Compare 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.4

Compare Source

No significant changes

    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)

v25.11.0

Compare Source

Highlights
  • Enable base 3.14 support (#​4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#​4805)
Stable style
  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#​4811)
  • Comments containing fmt directives now preserve their exact formatting instead of
    being normalized (#​4811)
Preview style
  • Move multiline_string_handling from --unstable to --preview (#​4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by
    comments (#​4764)
  • Fix bug where python 3.12 generics syntax split line happens weirdly (#​4777)
  • Standardize type comments to form # type: <value> (#​4645)
  • Fix fix_fmt_skip_in_one_liners preview feature to respect # fmt: skip for compound
    statements with semicolon-separated bodies (#​4800)
Configuration
  • Add no_cache option to control caching behavior. (#​4803)
Packaging
  • Releases now include arm64 Linux binaries (#​4773)
Output
  • Write unchanged content to stdout when excluding formatting from stdin using pipes
    (#​4610)
Blackd
  • Implemented BlackDClient. This simple python client allows to easily send formatting
    requests to blackd (#​4774)
Integrations
  • Enable 3.14 base CI (#​4804)
  • Enhance GitHub Action psf/black to support the required-version major-version-only
    "stability" format when using pyproject.toml (#​4770)
  • Improve error message for vim plugin users. It now handles independently vim version
  • Vim: Warn on unsupported Vim and Python versions independently (#​4772)
  • Vim: Print the import paths when importing black fails (#​4675)
  • Vim: Fix handling of virtualenvs that have a different Python version (#​4675)
cypress-io/cypress (cypress)

v15.8.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-8-2

v15.8.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-8-1

v15.8.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-8-0

v15.7.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

v15.7.0

Compare Source

v15.6.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.12.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v7.15.4

Compare Source

Bug Fixes

v7.15.3

Compare Source

Bug Fixes

v7.15.2

Compare Source

Bug Fixes

v7.15.1

Compare Source

Bug Fixes

v7.15.0

Compare Source

Features

v7.14.0

Compare Source

Features
PyCQA/flake8-bugbear (flake8-bugbear)

v25.11.29

Compare Source

  • B043: Add new check to state don't call delattr with constant (#​514)
  • B042: ignore overloaded init, ignore if str+pickle dunder, improve README
ipython/ipython (ipython)

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.0

Compare Source

dpranke/pyjson5 (json5)

v0.13.0

Compare Source

locustio/locust (locust)

v2.43.0

Compare Source

Full Changelog

Closed issues:

  • Support for requests >=2.32.5 (compatibility with LangChain/AI ecosystem) #​3307
  • Multiple select in web UI for custom arguments #​3260
  • Suggestion to Add "iter_lines" Support for "FastHttpUser" in Locust #​3018

Merged pull requests:

v2.42.6

Compare Source

What's Changed

Full Changelog: locustio/locust@2.42.5...2.42.6

v2.42.5

Compare Source

Full Changelog

Merged pull requests:

v2.42.4

Compare Source

Full Changelog

Merged pull requests:

v2.42.3

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.42.2...2.42.3

v2.42.2

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.42.1...2.42.2

v2.42.1

Compare Source

Full Changelog

Merged pull requests:

v2.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.41.6...2.42.0

mswjs/msw (msw)

v2.12.7

Compare Source

v2.12.7 (2025-12-27)

Bug Fixes

v2.12.6

Compare Source

v2.12.6 (2025-12-26)

Bug Fixes

v2.12.5

Compare Source

v2.12.5 (2025-12-26)

Bug Fixes

v2.12.4

Compare Source

v2.12.4 (2025-12-03)

Bug Fixes

v2.12.3

Compare Source

v2.12.3 (2025-11-23)

Bug Fixes

v2.12.2

Compare Source

v2.12.2 (2025-11-14)

Bug Fixes

v2.12.1

Compare Source

v2.12.1 (2025-11-09)

Bug Fixes

v2.12.0

Compare Source

v2.12.0 (2025-11-05)

Features

<d

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from 6a0f416 to 9373959 Compare October 23, 2025 09:56
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.42.0 chore(deps): update minor dependencies Oct 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch 16 times, most recently from a35d690 to 5878361 Compare October 25, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor branch 18 times, most recently from 81bc27c to 5fa14c4 Compare January 13, 2026 01:46
@renovate renovate bot force-pushed the renovate/all-minor branch from 5fa14c4 to 49baa9c Compare January 13, 2026 03:37
@renovate
Copy link
Contributor Author

renovate bot commented Jan 13, 2026

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@jonnalley jonnalley mentioned this pull request Jan 15, 2026
8 tasks
@jonnalley jonnalley merged commit 92f59cd into main Jan 16, 2026
52 checks passed
@jonnalley jonnalley deleted the renovate/all-minor branch January 16, 2026 16:33
@github-actions
Copy link

🎉 This PR is included in version 1.258.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants