Commit 6a40a4a
authored
β¬οΈπ¨βπ» 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` |

|

|
| [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` |

|

|
---
### 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 ([#​1], [#​3],
[#​6], [#​14], [#​23], [#​25], [#​29],
[#​30], [#​32], [#​41]) ([**@​burgholzer**],
[**@​denialhaag**], [**@​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 -->
[#​51]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/51
[#​49]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/49
[#​47]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/47
[#​46]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/46
[#​43]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/43
[#​41]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/41
[#​32]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/32
[#​30]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/30
[#​29]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/29
[#​25]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/25
[#​23]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/23
[#​14]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/14
[#​6]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/6
[#​3]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/3
[#​1]:
https://redirect.github.com/munich-quantum-software/setup-mlir/pull/1
<!-- Contributor -->
[**@​burgholzer**]: https://redirect.github.com/burgholzer
[**@​denialhaag**]: https://redirect.github.com/denialhaag
[**@​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
([#​22175](https://redirect.github.com/astral-sh/ruff/pull/22175))
- Fix module resolution on network drives
([#​22173](https://redirect.github.com/astral-sh/ruff/pull/22173))
- Render the entire diagnostic message in all output formats
([#​22164](https://redirect.github.com/astral-sh/ruff/pull/22164))
##### Other changes
- Add a dedicated diagnostic for TypedDict deletions
([#​22123](https://redirect.github.com/astral-sh/ruff/pull/22123))
- Check `__delitem__` instead of `__getitem__` for `del x[k]`
([#​22121](https://redirect.github.com/astral-sh/ruff/pull/22121))
- Fix `@staticmethod` combined with other decorators incorrectly binding
`self`
([#​22128](https://redirect.github.com/astral-sh/ruff/pull/22128))
- Fix implementation of `Top[Callable[..., object]]`
([#​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`
([#​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
([#​22182](https://redirect.github.com/astral-sh/ruff/pull/22182))
- Include the specialization of a generic `TypedDict` as part of its
display
([#​22174](https://redirect.github.com/astral-sh/ruff/pull/22174))
- Support tuple narrowing based on member checks
([#​22167](https://redirect.github.com/astral-sh/ruff/pull/22167))
- Synthesize `__delitem__` for TypedDict to allow deleting non-required
keys
([#​22122](https://redirect.github.com/astral-sh/ruff/pull/22122))
##### Contributors
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
- [@​ntBre](https://redirect.github.com/ntBre)
- [@​AlexWaygood](https://redirect.github.com/AlexWaygood)
- [@​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
([#​22015](https://redirect.github.com/astral-sh/ruff/pull/22015))
- Support `type[T]` where `T` is a type alias to a union of types
([#​22115](https://redirect.github.com/astral-sh/ruff/pull/22115))
- Support `==` narrowing for tuples in unions with disjoint types
([#​22129](https://redirect.github.com/astral-sh/ruff/pull/22129))
- Respect debug text interpolation in f-strings
([#​22151](https://redirect.github.com/astral-sh/ruff/pull/22151))
- Fix panic from unstable union-type ordering in fixed-point iteration
([#​22070](https://redirect.github.com/astral-sh/ruff/pull/22070))
##### LSP server
- Add `ty.configuration` and `ty.configurationFile` options
([#​22053](https://redirect.github.com/astral-sh/ruff/pull/22053))
- Add `diagnosticMode: off` to disable diagnostics while retaining Go To
Definition, etc.
([#​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
([#​22139](https://redirect.github.com/astral-sh/ruff/pull/22139))
- Use Markdown for completions documentation if the LSP client supports
it
([#​21752](https://redirect.github.com/astral-sh/ruff/pull/21752))
##### CLI
- Abort printing diagnostics when pressing `Ctrl+C`
([#​22083](https://redirect.github.com/astral-sh/ruff/pull/22083))
##### Configuration
- Add `respect-type-ignore-comments` configuration option
([#​22137](https://redirect.github.com/astral-sh/ruff/pull/22137))
- Support custom builtins via `__builtins__.pyi`
([#​22021](https://redirect.github.com/astral-sh/ruff/pull/22021))
##### Other changes
- Bind self with instance in `__get__`
([#​22155](https://redirect.github.com/astral-sh/ruff/pull/22155))
- Support type inference between protocol instances
([#​22120](https://redirect.github.com/astral-sh/ruff/pull/22120))
- Synthesize a precise `_fields` attribute for NamedTuples
([#​22163](https://redirect.github.com/astral-sh/ruff/pull/22163))
- Synthesize a precise `_replace` method for NamedTuples
([#​22153](https://redirect.github.com/astral-sh/ruff/pull/22153))
- Narrow "tagged unions" of `TypedDict`s
([#​22104](https://redirect.github.com/astral-sh/ruff/pull/22104))
##### Contributors
- [@​mtshiba](https://redirect.github.com/mtshiba)
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
- [@​Wizzerinus](https://redirect.github.com/Wizzerinus)
- [@​oconnor663](https://redirect.github.com/oconnor663)
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
- [@​ibraheemdev](https://redirect.github.com/ibraheemdev)
- [@​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments