Skip to content

Commit 6a40a4a

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update patch updates (#1405)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [munich-quantum-software/setup-mlir](https://redirect.github.com/munich-quantum-software/setup-mlir) | action | patch | `v1.0.0` -> `v1.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/munich-quantum-software%2fsetup-mlir/v1.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/munich-quantum-software%2fsetup-mlir/v1.0.0/v1.0.1?slim=true) | | [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.5` -> `==0.0.7` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.5/0.0.7?slim=true) | --- ### Release Notes <details> <summary>munich-quantum-software/setup-mlir (munich-quantum-software/setup-mlir)</summary> ### [`v1.0.1`](https://redirect.github.com/munich-quantum-software/setup-mlir/blob/HEAD/CHANGELOG.md#100---2025-12-23) [Compare Source](https://redirect.github.com/munich-quantum-software/setup-mlir/compare/v1.0.0...v1.0.1) *This is the initial release of the `setup-mlir` project.* ##### Added - ✨ Add action and installation scripts ([#&#8203;1], [#&#8203;3], [#&#8203;6], [#&#8203;14], [#&#8203;23], [#&#8203;25], [#&#8203;29], [#&#8203;30], [#&#8203;32], [#&#8203;41]) ([**@&#8203;burgholzer**], [**@&#8203;denialhaag**], [**@&#8203;flowerthrower**]) <!-- Version links --> [unreleased]: https://redirect.github.com/munich-quantum-software/setup-mlir/compare/v1.0.1...HEAD [1.0.1]: https://redirect.github.com/munich-quantum-software/setup-mlir/releases/tag/v1.0.1 [1.0.0]: https://redirect.github.com/munich-quantum-software/setup-mlir/releases/tag/v1.0.0 <!-- PR links --> [#&#8203;51]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/51 [#&#8203;49]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/49 [#&#8203;47]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/47 [#&#8203;46]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/46 [#&#8203;43]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/43 [#&#8203;41]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/41 [#&#8203;32]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/32 [#&#8203;30]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/30 [#&#8203;29]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/29 [#&#8203;25]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/25 [#&#8203;23]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/23 [#&#8203;14]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/14 [#&#8203;6]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/6 [#&#8203;3]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/3 [#&#8203;1]: https://redirect.github.com/munich-quantum-software/setup-mlir/pull/1 <!-- Contributor --> [**@&#8203;burgholzer**]: https://redirect.github.com/burgholzer [**@&#8203;denialhaag**]: https://redirect.github.com/denialhaag [**@&#8203;flowerthrower**]: https://redirect.github.com/flowerthrower <!-- General links --> [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ [Common Changelog]: https://common-changelog.org [Semantic Versioning]: https://semver.org/spec/v2.0.0.html </details> <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.7`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#007) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.6...0.0.7) Released on 2025-12-24. ##### Bug fixes - Fix classification of modules in `import x as y` for semantic syntax highlighting ([#&#8203;22175](https://redirect.github.com/astral-sh/ruff/pull/22175)) - Fix module resolution on network drives ([#&#8203;22173](https://redirect.github.com/astral-sh/ruff/pull/22173)) - Render the entire diagnostic message in all output formats ([#&#8203;22164](https://redirect.github.com/astral-sh/ruff/pull/22164)) ##### Other changes - Add a dedicated diagnostic for TypedDict deletions ([#&#8203;22123](https://redirect.github.com/astral-sh/ruff/pull/22123)) - Check `__delitem__` instead of `__getitem__` for `del x[k]` ([#&#8203;22121](https://redirect.github.com/astral-sh/ruff/pull/22121)) - Fix `@staticmethod` combined with other decorators incorrectly binding `self` ([#&#8203;22128](https://redirect.github.com/astral-sh/ruff/pull/22128)) - Fix implementation of `Top[Callable[..., object]]` ([#&#8203;22145](https://redirect.github.com/astral-sh/ruff/pull/22145)) - Improve diagnostic when `callable` is used in a type expression instead of `collections.abc.Callable` or `typing.Callable` ([#&#8203;22180](https://redirect.github.com/astral-sh/ruff/pull/22180)) - Improve diagnostic when a user tries to access a function attribute on a `Callable` type ([#&#8203;22182](https://redirect.github.com/astral-sh/ruff/pull/22182)) - Include the specialization of a generic `TypedDict` as part of its display ([#&#8203;22174](https://redirect.github.com/astral-sh/ruff/pull/22174)) - Support tuple narrowing based on member checks ([#&#8203;22167](https://redirect.github.com/astral-sh/ruff/pull/22167)) - Synthesize `__delitem__` for TypedDict to allow deleting non-required keys ([#&#8203;22122](https://redirect.github.com/astral-sh/ruff/pull/22122)) ##### Contributors - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;ntBre](https://redirect.github.com/ntBre) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) ### [`v0.0.6`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#006) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.5...0.0.6) Released on 2025-12-23. ##### Bug fixes - FIx panic from unexpanded type aliases in implicit tuple aliases ([#&#8203;22015](https://redirect.github.com/astral-sh/ruff/pull/22015)) - Support `type[T]` where `T` is a type alias to a union of types ([#&#8203;22115](https://redirect.github.com/astral-sh/ruff/pull/22115)) - Support `==` narrowing for tuples in unions with disjoint types ([#&#8203;22129](https://redirect.github.com/astral-sh/ruff/pull/22129)) - Respect debug text interpolation in f-strings ([#&#8203;22151](https://redirect.github.com/astral-sh/ruff/pull/22151)) - Fix panic from unstable union-type ordering in fixed-point iteration ([#&#8203;22070](https://redirect.github.com/astral-sh/ruff/pull/22070)) ##### LSP server - Add `ty.configuration` and `ty.configurationFile` options ([#&#8203;22053](https://redirect.github.com/astral-sh/ruff/pull/22053)) - Add `diagnosticMode: off` to disable diagnostics while retaining Go To Definition, etc. ([#&#8203;22073](https://redirect.github.com/astral-sh/ruff/pull/22073)) - Set flag to avoid `type[T@f]` being inserted when you double-click on the inlay ([#&#8203;22139](https://redirect.github.com/astral-sh/ruff/pull/22139)) - Use Markdown for completions documentation if the LSP client supports it ([#&#8203;21752](https://redirect.github.com/astral-sh/ruff/pull/21752)) ##### CLI - Abort printing diagnostics when pressing `Ctrl+C` ([#&#8203;22083](https://redirect.github.com/astral-sh/ruff/pull/22083)) ##### Configuration - Add `respect-type-ignore-comments` configuration option ([#&#8203;22137](https://redirect.github.com/astral-sh/ruff/pull/22137)) - Support custom builtins via `__builtins__.pyi` ([#&#8203;22021](https://redirect.github.com/astral-sh/ruff/pull/22021)) ##### Other changes - Bind self with instance in `__get__` ([#&#8203;22155](https://redirect.github.com/astral-sh/ruff/pull/22155)) - Support type inference between protocol instances ([#&#8203;22120](https://redirect.github.com/astral-sh/ruff/pull/22120)) - Synthesize a precise `_fields` attribute for NamedTuples ([#&#8203;22163](https://redirect.github.com/astral-sh/ruff/pull/22163)) - Synthesize a precise `_replace` method for NamedTuples ([#&#8203;22153](https://redirect.github.com/astral-sh/ruff/pull/22153)) - Narrow "tagged unions" of `TypedDict`s ([#&#8203;22104](https://redirect.github.com/astral-sh/ruff/pull/22104)) ##### Contributors - [@&#8203;mtshiba](https://redirect.github.com/mtshiba) - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;Wizzerinus](https://redirect.github.com/Wizzerinus) - [@&#8203;oconnor663](https://redirect.github.com/oconnor663) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;ibraheemdev](https://redirect.github.com/ibraheemdev) - [@&#8203;MatthewMckee4](https://redirect.github.com/MatthewMckee4) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJweXRob24iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c89716 commit 6a40a4a

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

β€Ž.github/workflows/reusable-mlir-tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Set up MLIR
41-
uses: munich-quantum-software/setup-mlir@fe382b2b7f0fbe38d64ad72ddc83cbb7697b6765 # v1.0.0
41+
uses: munich-quantum-software/setup-mlir@81729fff6f2b938a65a059b7401cb9b0144afcaa # v1.0.1
4242
with:
4343
llvm-version: 21.1.8
4444

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,5 +360,5 @@ dev = [
360360
{include-group = "test"},
361361
"lit>=18.1.8",
362362
"nox>=2025.11.12",
363-
"ty==0.0.5",
363+
"ty==0.0.7",
364364
]

β€Žuv.lockβ€Ž

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)