-
-
Notifications
You must be signed in to change notification settings - Fork 48
β¬οΈπ¨βπ» Update patch versions (backport #1476) #1489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+27
β28
Conversation
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
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.1` β `v6.0.2` |  |  | | [adhtruong/mirrors-typos](https://redirect.github.com/adhtruong/mirrors-typos) | repository | patch | `v1.42.0` β `v1.42.1` |  |  | | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.14.13` β `v0.14.14` |  |  | | [henryiii/validate-pyproject-schema-store](https://redirect.github.com/henryiii/validate-pyproject-schema-store) | repository | patch | `2026.01.10` β `2026.01.22` |  |  | | [rbubley/mirrors-prettier](https://redirect.github.com/rbubley/mirrors-prettier) | repository | patch | `v3.8.0` β `v3.8.1` |  |  | | [ty](https://redirect.github.com/astral-sh/ty) ([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md)) | dependency-groups | patch | `==0.0.12` β `==0.0.13` |  |  | 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](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2) - Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2356](https://redirect.github.com/actions/checkout/pull/2356) </details> <details> <summary>adhtruong/mirrors-typos (adhtruong/mirrors-typos)</summary> ### [`v1.42.1`](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.0...v1.42.1) [Compare Source](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.0...v1.42.1) </details> <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.14.14`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.14) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.13...v0.14.14) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.14> </details> <details> <summary>henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)</summary> ### [`v2026.01.22`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.01.10...2026.01.22) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.01.10...2026.01.22) </details> <details> <summary>rbubley/mirrors-prettier (rbubley/mirrors-prettier)</summary> ### [`v3.8.1`](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.8.0...v3.8.1) [Compare Source](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.8.0...v3.8.1) </details> <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.13`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0013) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.12...0.0.13) Released on 2026-01-21. ##### Bug fixes - Fix `--force-exclude` when excluding entire directories ([#​22595](https://redirect.github.com/astral-sh/ruff/pull/22595)) - Fix missing syntax highlighting for aliased import names ([#​22675](https://redirect.github.com/astral-sh/ruff/pull/22675)) - Highlight interpolated-parts in t-strings ([#​22674](https://redirect.github.com/astral-sh/ruff/pull/22674)) - Fix the inferred MRO of functional namedtuple classes ([#​22722](https://redirect.github.com/astral-sh/ruff/pull/22722)) - Make special cases for subscript inference exhaustive, ensuring that the special casing for tuple subscripts is applied when a union of tuples or an alias to a tuple type is subscripted ([#​22035](https://redirect.github.com/astral-sh/ruff/pull/22035)) ##### LSP server - Improve completion suggestions inside class definitions ([#​22571](https://redirect.github.com/astral-sh/ruff/pull/22571)) - Improve performance of completions ([#​22630](https://redirect.github.com/astral-sh/ruff/pull/22630)) - Remove completion suggestions for redundant re-exports that share the same top-most module ([#​22581](https://redirect.github.com/astral-sh/ruff/pull/22581)) ##### Core type checking - Add basic support for overloads in `ParamSpec` ([#​21946](https://redirect.github.com/astral-sh/ruff/pull/21946)) - Allow `...` as a default value for any parameter if the function is in an `if TYPE_CHECKING` block ([#​22624](https://redirect.github.com/astral-sh/ruff/pull/22624)) - Allow `if type(x) is Y` narrowing for types other than class-literal types ([#​22729](https://redirect.github.com/astral-sh/ruff/pull/22729)) - Avoid overload errors when detecting dataclass-on-tuple ([#​22687](https://redirect.github.com/astral-sh/ruff/pull/22687)) - Avoid reporting overload errors for successful union variants ([#​22688](https://redirect.github.com/astral-sh/ruff/pull/22688)) - Ban `NewType`s with generic bases ([#​22653](https://redirect.github.com/astral-sh/ruff/pull/22653)) - Fix PEP 695 type aliases not expanding in overload resolution ([#​22589](https://redirect.github.com/astral-sh/ruff/pull/22589)) - Fix the return type for synthesized `NamedTuple.__new__` methods ([#​22625](https://redirect.github.com/astral-sh/ruff/pull/22625)) - Emit diagnostics for `NamedTuple`, `TypedDict`, `Enum` or `Protocol` classes decorated with `@dataclass` ([#​22672](https://redirect.github.com/astral-sh/ruff/pull/22672)) - Emit `invalid-type-form` diagnostics for stringified annotations where the quoted expression is invalid ([#​22752](https://redirect.github.com/astral-sh/ruff/pull/22752)) - Infer the implicit type of `cls` in `__new__` methods ([#​22584](https://redirect.github.com/astral-sh/ruff/pull/22584)) - Make `ModuleType` and `object` attributes available on namespace packages ([#​22606](https://redirect.github.com/astral-sh/ruff/pull/22606)) - Make `NamedTuple(...)` and `namedtuple(...)` calls stricter ([#​22601](https://redirect.github.com/astral-sh/ruff/pull/22601)) - Narrow on bool and byte subscripts ([#​22684](https://redirect.github.com/astral-sh/ruff/pull/22684)) - Narrow on negative subscript indexing ([#​22682](https://redirect.github.com/astral-sh/ruff/pull/22682)) - Override `__file__` to `str` when applicable on imported modules ([#​22333](https://redirect.github.com/astral-sh/ruff/pull/22333)) - Add bidirectional inference for comprehensions ([#​22564](https://redirect.github.com/astral-sh/ruff/pull/22564)) - Recognize string-literal types as subtypes of `Sequence[Literal[chars]]` ([#​22415](https://redirect.github.com/astral-sh/ruff/pull/22415)) - Add right-hand-side narrowing for `if Foo is type(x)` expressions ([#​22608](https://redirect.github.com/astral-sh/ruff/pull/22608)) - Add simple syntactic validation for the right-hand side of PEP-613 type aliases ([#​22652](https://redirect.github.com/astral-sh/ruff/pull/22652)) - Add support for passing `typename` and `field_names` by keyword argument to `collections.namedtuple()` calls ([#​22660](https://redirect.github.com/astral-sh/ruff/pull/22660)) - Add support for starred unpacking in class bases ([#​22591](https://redirect.github.com/astral-sh/ruff/pull/22591)) - Validate constructor arguments when a class is used as a decorator ([#​22377](https://redirect.github.com/astral-sh/ruff/pull/22377)) - Validate field names for `typing.NamedTuple(...)` ([#​22599](https://redirect.github.com/astral-sh/ruff/pull/22599)) - Add diagnostic on overridden `__setattr__` and `__delattr__` in frozen dataclasses ([#​21430](https://redirect.github.com/astral-sh/ruff/pull/21430)) - Fix unary operators on `NewType`s of `float` or `complex` ([#​22605](https://redirect.github.com/astral-sh/ruff/pull/22605)) ##### Configuration - Support overriding `respect-type-ignore-comments` ([#​22615](https://redirect.github.com/astral-sh/ruff/pull/22615)) ##### Diagnostics - Don't add a subdiagnostic pointing to the TypeVar definition if the TypeVar is `Self` ([#​22646](https://redirect.github.com/astral-sh/ruff/pull/22646)) - Show final search path instead of "and 1 more paths" ([#​22776](https://redirect.github.com/astral-sh/ruff/pull/22776)) - Group `type[]` elements together when displaying union types ([#​22592](https://redirect.github.com/astral-sh/ruff/pull/22592)) ##### Performance - Cache `ClassType::nearest_disjoint_base` ([#​22065](https://redirect.github.com/astral-sh/ruff/pull/22065)) ##### Other changes - Sync vendored typeshed stubs ([#​22590](https://redirect.github.com/astral-sh/ruff/pull/22590), [Typeshed diff](https://redirect.github.com/python/typeshed/compare/d1d5fe58664b30a0c2dde3cd5c3dc8091f0f16ae...cd8b26b0ceef26cd84ab614088140d48680ac7f7) ##### Contributors - [@​bxff](https://redirect.github.com/bxff) - [@​jhartum](https://redirect.github.com/jhartum) - [@​thejchap](https://redirect.github.com/thejchap) - [@​AlexWaygood](https://redirect.github.com/AlexWaygood) - [@​charliermarsh](https://redirect.github.com/charliermarsh) - [@​RasmusNygren](https://redirect.github.com/RasmusNygren) - [@​mswart](https://redirect.github.com/mswart) - [@​MatthewMckee4](https://redirect.github.com/MatthewMckee4) - [@​11happy](https://redirect.github.com/11happy) - [@​ibraheemdev](https://redirect.github.com/ibraheemdev) - [@​sinon](https://redirect.github.com/sinon) - [@​MichaReiser](https://redirect.github.com/MichaReiser) - [@​carljm](https://redirect.github.com/carljm) - [@​BurntSushi](https://redirect.github.com/BurntSushi) - [@​dhruvmanila](https://redirect.github.com/dhruvmanila) - [@​oconnor663](https://redirect.github.com/oconnor663) - [@​zanieb](https://redirect.github.com/zanieb) </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJwcmUtY29tbWl0IiwicHl0aG9uIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 45ed9ab)
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
Changes that have been backported to a stable release branch
dependencies
Pull requests that update a dependency file
github-actions
Pull requests that update GitHub actions code
pre-commit
Any updates related to pre-commit
python
Anything related to Python code
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:
v6.0.1βv6.0.2v1.42.0βv1.42.1v0.14.13βv0.14.142026.01.10β2026.01.22v3.8.0βv3.8.1==0.0.12β==0.0.13Note: 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
actions/checkout (actions/checkout)
v6.0.2Compare Source
adhtruong/mirrors-typos (adhtruong/mirrors-typos)
v1.42.1Compare Source
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.14.14Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.14
henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)
v2026.01.22Compare Source
rbubley/mirrors-prettier (rbubley/mirrors-prettier)
v3.8.1Compare Source
astral-sh/ty (ty)
v0.0.13Compare Source
Released on 2026-01-21.
Bug fixes
--force-excludewhen excluding entire directories (#β22595)LSP server
Core type checking
ParamSpec(#β21946)...as a default value for any parameter if the function is in anif TYPE_CHECKINGblock (#β22624)if type(x) is Ynarrowing for types other than class-literal types (#β22729)NewTypes with generic bases (#β22653)NamedTuple.__new__methods (#β22625)NamedTuple,TypedDict,EnumorProtocolclasses decorated with@dataclass(#β22672)invalid-type-formdiagnostics for stringified annotations where the quoted expression is invalid (#β22752)clsin__new__methods (#β22584)ModuleTypeandobjectattributes available on namespace packages (#β22606)NamedTuple(...)andnamedtuple(...)calls stricter (#β22601)__file__tostrwhen applicable on imported modules (#β22333)Sequence[Literal[chars]](#β22415)if Foo is type(x)expressions (#β22608)typenameandfield_namesby keyword argument tocollections.namedtuple()calls (#β22660)typing.NamedTuple(...)(#β22599)__setattr__and__delattr__in frozen dataclasses (#β21430)NewTypes offloatorcomplex(#β22605)Configuration
respect-type-ignore-comments(#β22615)Diagnostics
Self(#β22646)type[]elements together when displaying union types (#β22592)Performance
ClassType::nearest_disjoint_base(#β22065)Other changes
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.
This PR was generated by Mend Renovate. View the repository job log.
(cherry picked from commit 45ed9ab)