Commit e1fd08e
authored
⬆️🐍 Update dependency ty to v0.0.5 (#803)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [ty](https://redirect.github.com/astral-sh/ty)
([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md))
| `==0.0.4` -> `==0.0.5` |

|

|
---
### Release Notes
<details>
<summary>astral-sh/ty (ty)</summary>
###
[`v0.0.5`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#005)
[Compare
Source](https://redirect.github.com/astral-sh/ty/compare/0.0.4...0.0.5)
Released on 2025-12-20.
##### Bug fixes
- Fix debug-mode server panic when a user typed a class definition by
ensuring class arguments are visited in source order for semantic tokens
([#​22063](https://redirect.github.com/astral-sh/ruff/pull/22063))
##### LSP server
- Classify docstrings in semantic tokens during syntax highlighting
([#​22031](https://redirect.github.com/astral-sh/ruff/pull/22031))
##### CLI
- Add `--force-exclude` option
([#​22076](https://redirect.github.com/astral-sh/ruff/pull/22076))
- Only clear output between two successful checks
([#​22078](https://redirect.github.com/astral-sh/ruff/pull/22078))
##### Other changes
- Add support for `dict(...)` calls in `TypedDict` contexts
([#​22113](https://redirect.github.com/astral-sh/ruff/pull/22113))
- Speedup bidirectional type-checking involving large unions by avoiding
narrowing on non-generic calls
([#​22102](https://redirect.github.com/astral-sh/ruff/pull/22102))
- Simplify inferred types by avoiding storing multi-inference attempts
([#​22062](https://redirect.github.com/astral-sh/ruff/pull/22062),
[#​22103](https://redirect.github.com/astral-sh/ruff/pull/22103))
- Improve union builder performance
([#​22048](https://redirect.github.com/astral-sh/ruff/pull/22048))
- Only prefer declared types in non-covariant positions
([#​22068](https://redirect.github.com/astral-sh/ruff/pull/22068))
- Respect intersections in iterations
([#​21965](https://redirect.github.com/astral-sh/ruff/pull/21965))
- Sync vendored typeshed stubs
([#​22091](https://redirect.github.com/astral-sh/ruff/pull/22091)).
[Typeshed
diff](https://redirect.github.com/python/typeshed/compare/ef2b90c67e5c668b91b3ae121baf00ee5165c30b...3c2dbb1fde8e8d1d59b10161c8bf5fd06c0011cd)
- Understand that the type of `X` on an enum class will be `int` if `X`
is defined using `enum.nonmember` in the class definition
([#​22025](https://redirect.github.com/astral-sh/ruff/pull/22025))
##### Contributors
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
- [@​ibraheemdev](https://redirect.github.com/ibraheemdev)
- [@​RasmusNygren](https://redirect.github.com/RasmusNygren)
- [@​Hugo-Polloli](https://redirect.github.com/Hugo-Polloli)
- [@​carljm](https://redirect.github.com/carljm)
- [@​Gankra](https://redirect.github.com/Gankra)
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
</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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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/qcec).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19-->
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 d82ef5b commit e1fd08e
2 files changed
+23
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments