Skip to content

chore(deps): update all dependencies#507

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all
Dec 29, 2025
Merged

chore(deps): update all dependencies#507
renovate[bot] merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
ansible-lint (changelog) 25.12.1 -> 25.12.2 age confidence dependency-groups patch
ansible/ansible-lint v25.12.1 -> v25.12.2 age confidence repository patch
astral-sh/ruff-pre-commit v0.14.9 -> v0.14.10 age confidence repository patch
astral-sh/uv-pre-commit 0.9.17 -> 0.9.18 age confidence repository patch
biomejs/pre-commit v2.3.8 -> v2.3.10 age confidence repository patch
mypy (changelog) 1.19.0 -> 1.19.1 age confidence dependency-groups patch
pre-commit 4.5.0 -> 4.5.1 age confidence dependency-groups patch
pre-commit/mirrors-mypy v1.19.0 -> v1.19.1 age confidence repository patch
streetsidesoftware/cspell-cli v9.3.3 -> v9.4.0 age confidence repository minor
tombi-toml/tombi-pre-commit v0.7.7 -> v0.7.11 age confidence repository patch v0.7.13 (+1)
All locks refreshed lockFileMaintenance
ruff (source, changelog) 0.14.9 -> 0.14.10 age confidence dependency-groups patch
uv (source, changelog) 0.9.17 -> 0.9.18 age confidence dependency-groups patch

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

ansible/ansible-lint (ansible-lint)

v25.12.2

Compare Source

Fixes

Maintenance

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.10

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.18

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.18

biomejs/pre-commit (biomejs/pre-commit)

v2.3.10

Compare Source

v2.3.9

Compare Source

python/mypy (mypy)

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.19.1

Compare Source

streetsidesoftware/cspell-cli (streetsidesoftware/cspell-cli)

v9.4.0

Compare Source

Features
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)

v0.7.11

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.11

v0.7.10

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.10

v0.7.9

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.9

v0.7.8

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.8

astral-sh/ruff (ruff)

v0.14.10

Compare Source

Released on 2025-12-18.

Preview features
  • [formatter] Fluent formatting of method chains (#​21369)
  • [formatter] Keep lambda parameters on one line and parenthesize the body if it expands (#​21385)
  • [flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) (#​21972)
  • [flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104, PTH105, PTH109, PTH115) (#​22009)
  • [refurb] Extend support for Path.open (FURB101, FURB103) (#​21080)
Bug fixes
  • [pyupgrade] Fix parsing named Unicode escape sequences (UP032) (#​21901)
Rule changes
  • [eradicate] Ignore ruff:disable and ruff:enable comments in ERA001 (#​22038)
  • [flake8-pytest-style] Allow match and check keyword arguments without an expected exception type (PT010) (#​21964)
  • [syntax-errors] Annotated name cannot be global (#​20868)
Documentation
  • Add uv and ty to the Ruff README (#​21996)
  • Document known lambda formatting deviations from Black (#​21954)
  • Update setup.md (#​22024)
  • [flake8-bandit] Fix broken link (S704) (#​22039)
Other changes
  • Fix playground Share button showing "Copied!" before clipboard copy completes (#​21942)
Contributors
astral-sh/uv (uv)

v0.9.18

Compare Source

Released on 2025-12-16.

Enhancements
  • Add value hints to command line arguments to improve shell completion accuracy (#​17080)
  • Improve error handling in uv publish (#​17096)
  • Improve rendering of multiline error messages (#​17132)
  • Support redirects in uv publish (#​17130)
  • Include Docker images with the alpine version, e.g., python3.x-alpine3.23 (#​17100)
Configuration
  • Accept --torch-backend in [tool.uv] (#​17116)
Performance
Bug fixes
  • Avoid panics due to reads on failed requests (#​17098)
  • Enforce latest-version in @latest requests (#​17114)
  • Explicitly set EntryType for file entries in tar (#​17043)
  • Ignore pyproject.toml index username in lockfile comparison (#​16995)
  • Relax error when using uv add with UV_GIT_LFS set (#​17127)
  • Support file locks on ExFAT on macOS (#​17115)
  • Change schema for exclude-newer into optional string (#​17121)
Documentation
  • Drop arm musl caveat from Docker documentation (#​17111)
  • Fix version reference in resolver example (#​17085)
  • Better documentation for exclude-newer* (#​17079)

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot merged commit d9154e9 into main Dec 29, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant