Skip to content

⬆️🪝 Update patch versions#933

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/all-patch
Feb 17, 2026
Merged

⬆️🪝 Update patch versions#933
renovate[bot] merged 2 commits intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
adhtruong/mirrors-typos repository patch v1.43.2v1.43.4 age confidence
astral-sh/ruff-pre-commit repository patch v0.15.0v0.15.1 age confidence
astral-sh/uv-pre-commit repository patch 0.10.00.10.3 age confidence
python-jsonschema/check-jsonschema repository patch 0.36.10.36.2 age confidence
ty (changelog) dependency-groups patch ==0.0.15==0.0.17 age confidence

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

adhtruong/mirrors-typos (adhtruong/mirrors-typos)

v1.43.4

Compare Source

v1.43.3

Compare Source

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

v0.15.1

Compare Source

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

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

v0.10.3

Compare Source

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

v0.10.2

Compare Source

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

v0.10.1

Compare Source

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

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.36.2

Compare Source

  • Update vendored schemas: circle-ci, gitlab-ci, mergify, renovate, snapcraft,
    woodpecker-ci (2026-02-15)
astral-sh/ty (ty)

v0.0.17

Compare Source

Released on 2026-02-13.

Bug fixes
  • Avoid Literal promotion for constrained TypeVars with Literal bounds (#​23209)
  • Fix false positives in TypeVar shadowing checks (#​23222)
Core type checking
  • Support generic protocols (#​21902)
  • Perform control-flow analysis in loops (#​22794)
  • Support typing.Self in attribute annotations (#​23108)
  • Support type narrowing in situations with calls to NoReturn functions (#​23109)
  • Support type narrowing and reachability analysis based on os.name checks (#​23230)
  • Detect overrides of Final class variables in subclasses (#​23180)
  • Fix bound method access on None (#​23246)
  • Fix method calls on subclasses of Any (#​23248)
  • Disallow type variables within PEP-695 type variable bounds and constraints (#​22982)
  • Emit error for attribute access on union where some elements lack the attribute (#​23042)
  • Emit error for invalid typevar defaults (#​23194)
  • Improve display of ParamSpecs in some situations (#​23211)
LSP server
  • Add hover and go-to-declaration support for subscript literals (#​22837)
  • Assign lower completion ranking to deprecated names in auto import (#​23188)
  • Improve spans of references to submodules imported in an __init__.py (#​21795)
  • Include conditional symbols (like datetime.UTC) in auto-import in more cases (#​23249)
  • Support auto-import for symbols in inlay hints (#​22111)
  • Include overload declarations in find-references (#​23215)
Performance
  • Avoid UnionBuilder overhead when creating a new union from the filtered elements of an existing union (#​22352)
Other changes
  • Allow discovering dependencies in system Python environments (#​22994)
  • Apply workspace settings to virtual files (#​23228)
  • Add support for --output-format=junit (#​22125)
  • Use a smaller diagnostic range for inconsistent-mro diagnostics (#​23213)
Contributors

v0.0.16

Compare Source

Released on 2026-02-10.

Bug fixes
  • Allow stringified argument in PEP-613 alias to Optional (#​23200)
  • Fix fuzzer panic on slice expression in unclosed comprehension (#​23146)
  • Fix combinatorial explosion due to fixed-length tuple expansion in overload matching (#​23190)
  • Respect @no_type_check when combined with other decorators (#​23177)
  • Fix diagnostic location for an incorrect sub-call to a specialized ParamSpec (#​23036)
LSP server
  • Assign lower completions ranking to deprecated functions and classes (#​23089)
  • Change goto-def for class constructors to always go to class definition (#​23071)
  • Ensure diagnostic mode is consistent across projects inside the LSP server (#​23121)
  • Don't include the class Foo in autocomplete suggestions when the user is typing out Foo's bases (#​23141)
  • Fix parameter references across files via keyword args (#​23012)
  • Fix wrong inlay hints for overloaded function arguments (#​23179)
  • Support diagnostics in newly created files inside neovim (#​23095)
  • Exclude already-included classes when providing completion suggestions for class bases (#​23085)
CLI
  • Add support for TY_OUTPUT_FORMAT environment variable (#​23123)
  • Fall back to python3 found in $PATH if no environment is found (#​22843)
Type checking
  • Add inconsistent-mro autofix to move Generic[] to the end of the bases list (#​22998)
  • Add precise return-type inference for struct.unpack (#​22562, #​23130)
  • Disallow TypeVars within ClassVars (#​23184)
  • Emit diagnostic on unbound call to abstract @classmethod or @staticmethod (#​23182)
  • Fix false-positive diagnostics when providing the total= keyword to TypedDict classes that had PEP-695 type parameters (#​23114)
  • Narrow both left- and right-hand operands where possible (#​23084)
  • Narrow chained operators (#​23093)
  • Narrow equality subscripts on either operand (#​23104)
  • Recognize __dataclass_transform__ to support SQLModel (#​23070)
  • Relax the attribute narrowing condition to support deeper-nested attribute type narrowing (#​22440)
  • Support constrained TypeVar compatibility across function boundaries (#​23103)
  • Support comparison methods (__gt__, etc.) where a parameter is annotated with a Literal type (#​23100)
  • Support partially specialized type context (#​22748)
  • Use type context when inferring constructor argument types (#​23139)
  • Validate TypedDict constructor calls for generic aliases and type[...] targets (#​23113)
Performance
  • Conservative narrowing places optimization (#​22734)
Contributors

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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 added dependencies Pull requests that update a dependency file pre-commit python Anything related to Python code labels Feb 14, 2026
@renovate renovate bot enabled auto-merge (squash) February 14, 2026 01:53
@github-project-automation github-project-automation bot moved this to In Progress in MQT Compilation Feb 14, 2026
@renovate renovate bot force-pushed the renovate/all-patch branch from 520ab26 to f8b67c2 Compare February 15, 2026 16:43
@denialhaag denialhaag self-assigned this Feb 16, 2026
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 3f2d842 to bc270dd Compare February 16, 2026 10:30
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-patch branch from bc270dd to 7050ebc Compare February 16, 2026 13:53
@renovate renovate bot merged commit aca8af4 into main Feb 17, 2026
23 checks passed
@renovate renovate bot deleted the renovate/all-patch branch February 17, 2026 00:58
@github-project-automation github-project-automation bot moved this from In Progress to Done in MQT Compilation Feb 17, 2026
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 pre-commit python Anything related to Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant