Commit 3e4a883
authored
Bump ty from 0.0.9 to 0.0.10 (#1885)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.9 to 0.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ty/releases">ty's
releases</a>.</em></p>
<blockquote>
<h2>0.0.10</h2>
<h2>Release Notes</h2>
<p>Released on 2026-01-07.</p>
<p>Due to an error in our wheel metadata, this release <a
href="https://github.com/astral-sh/ty/actions/runs/20797756758/job/59736672093">was
partially published</a> to PyPI and manually finished. Consequently,
PyPI temporarily did not include all of the artifacts and the GitHub
Release was published by a maintainer instead of GitHub Actions. The
artifacts from GitHub Actions were used without alteration. The GitHub
release attestations for the artifacts are not available for this
release.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix stack overflow due to too small stack size (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22433">#22433</a>)</li>
<li>Fix stale semantic tokens after opening the same document with new
content (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22414">#22414</a>)</li>
<li>Fix handling of <code>ParamSpec</code> in overloaded functions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22416">#22416</a>)</li>
<li>Fix comparisons and arithmetic with <code>NewType</code>s of
<code>float</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22105">#22105</a>)</li>
<li>Fix several issues with unannotated function return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22425">#22425</a>)</li>
<li>Fix handling of subclasses in Callables (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22411">#22411</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Add support for explicit markdown code fences in docstring rendering
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/22373">#22373</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/22408">#22408</a>)</li>
<li>Offer completions for <code>T</code> when a value has type
<code>Unknown | T</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22436">#22436</a>)</li>
<li>Sort keyword argument completions higher (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22297">#22297</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>@total_ordering</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22181">#22181</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/22183">#22183</a>)</li>
<li>Better simplification of intersections of tuples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22094">#22094</a>)</li>
<li>Support comparisons between variable-length tuples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21824">#21824</a>)</li>
<li>Emit diagnostics for method definitions and other invalid statements
in <code>TypedDict</code> class bodies (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22351">#22351</a>)</li>
<li>Improve type-narrowing in calls to <code>len()</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22330">#22330</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add <code>--add-ignore</code> CLI option (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21696">#21696</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>include = ["myscript"]</code> will now check
<code>myscript</code> even though it doesn't have a Python extension (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22243">#22243</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Optimize intersections with a single negated element (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22344">#22344</a>)</li>
<li>Optimize negated types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22402">#22402</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Link to <code>Callable</code> <code>__name__</code> FAQ directly
from <code>unresolved-attribute</code> diagnostic (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22437">#22437</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/dhruvmanila"><code>@dhruvmanila</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's
changelog</a>.</em></p>
<blockquote>
<h2>0.0.10</h2>
<p>Released on 2026-01-07.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix stack overflow due to too small stack size (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22433">#22433</a>)</li>
<li>Fix stale semantic tokens after opening the same document with new
content (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22414">#22414</a>)</li>
<li>Fix handling of <code>ParamSpec</code> in overloaded functions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22416">#22416</a>)</li>
<li>Fix comparisons and arithmetic with <code>NewType</code>s of
<code>float</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22105">#22105</a>)</li>
<li>Fix several issues with unannotated function return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22425">#22425</a>)</li>
<li>Fix handling of subclasses in Callables (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22411">#22411</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Add support for explicit markdown code fences in docstring rendering
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/22373">#22373</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/22408">#22408</a>)</li>
<li>Offer completions for <code>T</code> when a value has type
<code>Unknown | T</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22436">#22436</a>)</li>
<li>Sort keyword argument completions higher (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22297">#22297</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>@total_ordering</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22181">#22181</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/22183">#22183</a>)</li>
<li>Better simplification of intersections of tuples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22094">#22094</a>)</li>
<li>Support comparisons between variable-length tuples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21824">#21824</a>)</li>
<li>Emit diagnostics for method definitions and other invalid statements
in <code>TypedDict</code> class bodies (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22351">#22351</a>)</li>
<li>Improve type-narrowing in calls to <code>len()</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22330">#22330</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add <code>--add-ignore</code> CLI option (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21696">#21696</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>include = ["myscript"]</code> will now check
<code>myscript</code> even though it doesn't have a Python extension (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22243">#22243</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Optimize intersections with a single negated element (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22344">#22344</a>)</li>
<li>Optimize negated types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22402">#22402</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Link to <code>Callable</code> <code>__name__</code> FAQ directly
from <code>unresolved-attribute</code> diagnostic (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22437">#22437</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/dhruvmanila"><code>@dhruvmanila</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/oconnor663"><code>@oconnor663</code></a></li>
<li><a
href="https://github.com/BurntSushi"><code>@BurntSushi</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/d18902cdcc4d39badfad86c88e89b866a809c881"><code>d18902c</code></a>
Bump version to 0.0.10 (<a
href="https://redirect.github.com/astral-sh/ty/issues/2381">#2381</a>)</li>
<li>See full diff in <a
href="https://github.com/astral-sh/ty/compare/0.0.9...0.0.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 466770b commit 3e4a883
1 file changed
+18
-19
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments