Skip to content

Commit 502f070

Browse files
Bump ty from 0.0.10 to 0.0.11 (#1896)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.10 to 0.0.11. <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.11</h2> <h2>Release Notes</h2> <p>Released on 2026-01-09.</p> <h3>Bug fixes</h3> <ul> <li>Fix <code>super()</code> with TypeVar-annotated <code>self</code> and <code>cls</code> parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/22208">#22208</a>)</li> <li>Only consider fully static pivots when deriving transitive constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/22444">#22444</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Don't show diagnostics for excluded files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22455">#22455</a>)</li> <li>Fix goto definition for relative imports in third-party files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22457">#22457</a>)</li> <li>Improve completion ranking based on origin and exact match (<a href="https://redirect.github.com/astral-sh/ruff/pull/22460">#22460</a>)</li> <li>Rank top-level module symbols above most other symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/22465">#22465</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Enable <code>unused-type-ignore-comment</code> by default (<a href="https://redirect.github.com/astral-sh/ruff/pull/22474">#22474</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve <code>UnionBuilder</code> performance by changing <code>Type::is_subtype_of</code> calls to <code>Type::is_redundant_with</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22337">#22337</a>)</li> <li>Optimize union building for unions with many enum-literal members (<a href="https://redirect.github.com/astral-sh/ruff/pull/22363">#22363</a>)-</li> </ul> <h3>Other changes</h3> <ul> <li>Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/pull/2407">#2407</a>)</li> <li>Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/pull/2422">#2422</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/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> </ul> <h2>Install ty 0.0.11</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.11/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- 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.11</h2> <p>Released on 2026-01-09.</p> <h3>Bug fixes</h3> <ul> <li>Fix <code>super()</code> with TypeVar-annotated <code>self</code> and <code>cls</code> parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/22208">#22208</a>)</li> <li>Only consider fully static pivots when deriving transitive constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/22444">#22444</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Don't show diagnostics for excluded files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22455">#22455</a>)</li> <li>Fix goto definition for relative imports in third-party files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22457">#22457</a>)</li> <li>Improve completion ranking based on origin and exact match (<a href="https://redirect.github.com/astral-sh/ruff/pull/22460">#22460</a>)</li> <li>Rank top-level module symbols above most other symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/22465">#22465</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Enable <code>unused-type-ignore-comment</code> by default (<a href="https://redirect.github.com/astral-sh/ruff/pull/22474">#22474</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve <code>UnionBuilder</code> performance by changing <code>Type::is_subtype_of</code> calls to <code>Type::is_redundant_with</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22337">#22337</a>)</li> <li>Optimize union building for unions with many enum-literal members (<a href="https://redirect.github.com/astral-sh/ruff/pull/22363">#22363</a>)-</li> </ul> <h3>Other changes</h3> <ul> <li>Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/pull/2407">#2407</a>)</li> <li>Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/pull/2422">#2422</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/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/830cb9cc67435e18587b47c47ec005f993c55349"><code>830cb9c</code></a> Bump version to 0.0.11 (<a href="https://redirect.github.com/astral-sh/ty/issues/2425">#2425</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c5d2a86b451315c5e17d52fca352eed4ee62d754"><code>c5d2a86</code></a> Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/issues/2422">#2422</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/a3f7f6af6035541de6a2c54107c36944cc1610f1"><code>a3f7f6a</code></a> Add <code>language: golang</code> to actionlint pre-commit hook (<a href="https://redirect.github.com/astral-sh/ty/issues/2423">#2423</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d630988a4349beadd51c2a20f41293b02d83dffc"><code>d630988</code></a> Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/issues/2407">#2407</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/4f5197a4c0f5767a5fb133902d1fa6943d37c3f1"><code>4f5197a</code></a> pin maturin version to the same one uv uses (<a href="https://redirect.github.com/astral-sh/ty/issues/2387">#2387</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.10...0.0.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=uv&previous-version=0.0.10&new-version=0.0.11)](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 9161fff commit 502f070

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

uv.lock

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

0 commit comments

Comments
 (0)