Skip to content

⬆️🪝 Update patch versions#833

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/all-patch
Feb 22, 2026
Merged

⬆️🪝 Update patch versions#833
renovate[bot] merged 2 commits into
mainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 21, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
adhtruong/mirrors-typos repository patch v1.43.4v1.43.5 age confidence
astral-sh/ruff-pre-commit repository patch v0.15.1v0.15.2 age confidence
astral-sh/uv-pre-commit repository patch 0.10.20.10.4 age confidence
henryiii/validate-pyproject-schema-store repository patch 2026.02.152026.02.22 age confidence
munich-quantum-toolkit/workflows action patch v1.17.11v1.17.12 age confidence
python-jsonschema/check-jsonschema repository patch 0.36.10.36.2 age confidence
ty (changelog) dependency-groups patch ==0.0.17==0.0.18 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.5

Compare Source

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

v0.15.2

Compare Source

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

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

v0.10.4

Compare Source

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

v0.10.3

Compare Source

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

henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)

v2026.02.22

Compare Source

v2026.02.21

Compare Source

v2026.02.20

Compare Source

munich-quantum-toolkit/workflows (munich-quantum-toolkit/workflows)

v1.17.12

Compare Source

📚 Refer to the GitHub Release Notes for previous changelogs.

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

Compare Source

Released on 2026-02-20.

Bug fixes
  • Support classes dynamically created via type(...) with cyclic bases (#​22792)
  • Fix incorrect types inferred when unpacking mixed tuples (#​23437)
  • Fix stack overflow for self-referential TypeOf in annotations (#​23407)
  • Fix several server panics that could occur when computing semantic tokens for the current file (#​23403), #​23398, #​23401)
LSP server
  • Add code folding support (#​23393)
  • Add warning message when running ty server interactively (#​23416)
  • Exclude test-related symbols from non-first-party packages in auto-import completions (#​23252)
  • Fix bug where diagnostics could disappear after opening an external file (#​23447)
  • Remove spurious destination for Go-To Definition on variables defined in a loop (#​23391)
  • Use the fully qualified name when "baking" an inlay hint into the source code if the scope already contains a variable with the same name as the unqualified name (#​23265)
  • Resolve TypeVars in call_signature_details parameter types (#​23149)
CLI
  • Add --output-format to ty version (#​23387)
Configuration
  • Add replace-imports-with-any option (#​23122)
  • Support shellexpand for configuration paths (#​23274)
Type checking
  • Add a new diagnostic to detect invalid class patterns in match statements (#​22939)
  • Allow Self in ClassVar type annotations (#​23362)
  • Consider synthesized methods and ClassVar-qualified declarations when determining whether an abstract method has been overridden in a subclass (#​23381)
  • Add a diagnostic when combining Final and ClassVar (#​23365)
  • Fix return type of assert_never (#​23389)
  • Fix assert_type diagnostic messages (#​23342)
  • Ban PEP-613 type alias values from containing type-qualifier special forms (#​23444)
  • Infer LiteralString for f"{literal_str_a} {literal_str_b}" (#​23346)
  • Infer precise types for bit-shift operations on integer literals (#​23301)
  • Make [abstract-method-in-final-class] diagnostics less verbose for classes with many abstract methods (#​23379)
  • Improve diagnostics for abstract @final classes (#​23376)
  • Only perform literal promotion for implicitly inferred literals (#​23107)
  • Parenthesize callable types when they appear in the return annotation of other callable types (#​23327)
  • Consider a call to a generic function returning Never to terminate control flow (#​23419)
  • Support calls to intersection types (#​22469)
  • Validate annotated assignments to attributes on self (#​23388)
  • Treat a bytes-literal type as a subtype of Sequence[<constituent integers in the bytestring>] (#​23329)
  • Allow a string-literal argument to match against an Iterable parameter in type variable inference. (#​23326)
  • Support narrowing from a Callable type returning a TypeGuard type (#​23280)
Performance
  • Consider all code paths as being ambiguously reachable in cases with pathologically large control-flow graphs (#​23399)
Typeshed
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 github-actions pre-commit python Pull requests that update Python code labels Feb 21, 2026
@github-project-automation github-project-automation Bot moved this to In Progress in MQT Applications Feb 21, 2026
@renovate renovate Bot added the python Pull requests that update Python code label Feb 21, 2026
@renovate renovate Bot enabled auto-merge (squash) February 21, 2026 00:45
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 21, 2026

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/mqt/bench/output.py 60.0% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/all-patch branch from ccbca9e to 43ea8a2 Compare February 21, 2026 13:53
@renovate renovate Bot merged commit 75f9e6d into main Feb 22, 2026
22 checks passed
@renovate renovate Bot deleted the renovate/all-patch branch February 22, 2026 22:15
@github-project-automation github-project-automation Bot moved this from In Progress to Done in MQT Applications Feb 22, 2026
@denialhaag denialhaag mentioned this pull request Feb 22, 2026
8 tasks
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 github-actions pre-commit python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant