Skip to content

Commit 75759c9

Browse files
Bump ty from 0.0.25 to 0.0.27 (#1970)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.25 to 0.0.27. <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.27</h2> <h2>Release Notes</h2> <p>Released on 2026-03-31.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic on debug builds when attempting to provide autocomplete suggestions for <code>list[int]&lt;CURSOR&gt;()</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24167">#24167</a>)</li> <li>Fix instance-attribute lookup in methods of protocol classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/24213">#24213</a>)</li> <li>Fix nested global and nonlocal lookups through forwarding scopes (<a href="https://redirect.github.com/astral-sh/ruff/pull/24279">#24279</a>)</li> <li>Fix panic on <code>list[Annotated[()]]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24303">#24303</a>)</li> <li>Fix stack overflow on <code>type A = TypeIs[Callable[[], A]]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24245">#24245</a>)</li> <li>Use <code>_cls</code> as the name of the first argument for synthesized <code>collections.namedtuple</code> constructor methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/24333">#24333</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix semantic token classification for properties accessed on instances (<a href="https://redirect.github.com/astral-sh/ruff/pull/24065">#24065</a>)</li> <li>Grey out unused bindings in the editor (<a href="https://redirect.github.com/astral-sh/ruff/pull/23305">#23305</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Add bidirectional type context for TypedDict <code>get()</code> defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/24231">#24231</a>)</li> <li>Add bidirectional type context for TypedDict <code>pop()</code> defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/24229">#24229</a>)</li> <li>Add support for functional TypedDict (<a href="https://redirect.github.com/astral-sh/ruff/pull/24174">#24174</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/24331">#24331</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/24295">#24295</a>)</li> <li>Ban type qualifiers in PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/24242">#24242</a>)</li> <li>Enforce <code>Final</code> attribute assignment rules for annotated and augmented writes (<a href="https://redirect.github.com/astral-sh/ruff/pull/23880">#23880</a>)</li> <li>Improve support for <code>Callable</code> type context (<a href="https://redirect.github.com/astral-sh/ruff/pull/23888">#23888</a>)</li> <li>Infer lambda expressions with <code>Callable</code> type context (<a href="https://redirect.github.com/astral-sh/ruff/pull/22633">#22633</a>)</li> <li>Don't incorrectly infer the type of a method as being a singleton type when it's accessed off an instance (<a href="https://redirect.github.com/astral-sh/ruff/pull/24039">#24039</a>)</li> <li>Propagate type context through <code>await</code> expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24256">#24256</a>)</li> <li>Resolve union-likes in emitting union attribute errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/24263">#24263</a>)</li> <li>Show the user where the variable was declared as <code>Final</code> when emitting a diagnostic about a <code>Final</code> variable being reassigned (<a href="https://redirect.github.com/astral-sh/ruff/pull/24194">#24194</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/mvanhorn"><code>@​mvanhorn</code></a></li> <li><a href="https://github.com/oconnor663"><code>@​oconnor663</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/zanieb"><code>@​zanieb</code></a></li> <li><a href="https://github.com/denyszhak"><code>@​denyszhak</code></a></li> <li><a href="https://github.com/Glyphack"><code>@​Glyphack</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> </ul> <h2>Install ty 0.0.27</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </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.27</h2> <p>Released on 2026-03-31.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic on debug builds when attempting to provide autocomplete suggestions for <code>list[int]&lt;CURSOR&gt;()</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24167">#24167</a>)</li> <li>Fix instance-attribute lookup in methods of protocol classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/24213">#24213</a>)</li> <li>Fix nested global and nonlocal lookups through forwarding scopes (<a href="https://redirect.github.com/astral-sh/ruff/pull/24279">#24279</a>)</li> <li>Fix panic on <code>list[Annotated[()]]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24303">#24303</a>)</li> <li>Fix stack overflow on <code>type A = TypeIs[Callable[[], A]]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24245">#24245</a>)</li> <li>Use <code>_cls</code> as the name of the first argument for synthesized <code>collections.namedtuple</code> constructor methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/24333">#24333</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix semantic token classification for properties accessed on instances (<a href="https://redirect.github.com/astral-sh/ruff/pull/24065">#24065</a>)</li> <li>Grey out unused bindings in the editor (<a href="https://redirect.github.com/astral-sh/ruff/pull/23305">#23305</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Add bidirectional type context for TypedDict <code>get()</code> defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/24231">#24231</a>)</li> <li>Add bidirectional type context for TypedDict <code>pop()</code> defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/24229">#24229</a>)</li> <li>Add support for functional TypedDict (<a href="https://redirect.github.com/astral-sh/ruff/pull/24174">#24174</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/24331">#24331</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/24295">#24295</a>)</li> <li>Ban type qualifiers in PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/24242">#24242</a>)</li> <li>Enforce <code>Final</code> attribute assignment rules for annotated and augmented writes (<a href="https://redirect.github.com/astral-sh/ruff/pull/23880">#23880</a>)</li> <li>Improve support for <code>Callable</code> type context (<a href="https://redirect.github.com/astral-sh/ruff/pull/23888">#23888</a>)</li> <li>Infer lambda expressions with <code>Callable</code> type context (<a href="https://redirect.github.com/astral-sh/ruff/pull/22633">#22633</a>)</li> <li>Don't incorrectly infer the type of a method as being a singleton type when it's accessed off an instance (<a href="https://redirect.github.com/astral-sh/ruff/pull/24039">#24039</a>)</li> <li>Propagate type context through <code>await</code> expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24256">#24256</a>)</li> <li>Resolve union-likes in emitting union attribute errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/24263">#24263</a>)</li> <li>Show the user where the variable was declared as <code>Final</code> when emitting a diagnostic about a <code>Final</code> variable being reassigned (<a href="https://redirect.github.com/astral-sh/ruff/pull/24194">#24194</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/mvanhorn"><code>@​mvanhorn</code></a></li> <li><a href="https://github.com/oconnor663"><code>@​oconnor663</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/zanieb"><code>@​zanieb</code></a></li> <li><a href="https://github.com/denyszhak"><code>@​denyszhak</code></a></li> <li><a href="https://github.com/Glyphack"><code>@​Glyphack</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> </ul> <h2>0.0.26</h2> <p>Released on 2026-03-26.</p> <h3>Bug fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/5c9e342c2ea67a0ac8749d32296dd3071974927a"><code>5c9e342</code></a> Bump version to 0.0.27 (<a href="https://redirect.github.com/astral-sh/ty/issues/3185">#3185</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/e6a57315251f37ab3516cb614f891ece91595393"><code>e6a5731</code></a> Update actions/cache action to v5.0.4 (<a href="https://redirect.github.com/astral-sh/ty/issues/3172">#3172</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c47b982b86bb599d016af1d235174391f618ff16"><code>c47b982</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/3173">#3173</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/657abcfc82221440481f9c9b76c6b6a3b89d5d00"><code>657abcf</code></a> Update astral-sh/setup-uv action to v8 (<a href="https://redirect.github.com/astral-sh/ty/issues/3174">#3174</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/9e582cb48e9c2306073091d554c04853091d612b"><code>9e582cb</code></a> Fetch the cargo-dist binary directly instead of using the installer (<a href="https://redirect.github.com/astral-sh/ty/issues/3160">#3160</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d5c51ea65be68cffcfa1afe204e5f6003fc06b02"><code>d5c51ea</code></a> docs: use content tabs (<a href="https://redirect.github.com/astral-sh/ty/issues/3146">#3146</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/9893776cbd744bec84a43463728ab3813b00968f"><code>9893776</code></a> Use the <code>release</code> environment in <code>publish-docs</code> (<a href="https://redirect.github.com/astral-sh/ty/issues/3147">#3147</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/94030512727f4320e8184f120c4330ed8f42ec6f"><code>9403051</code></a> Bump version to 0.0.26 (<a href="https://redirect.github.com/astral-sh/ty/issues/3145">#3145</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.25...0.0.27">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.25&new-version=0.0.27)](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 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 0c73800 commit 75759c9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

uv.lock

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

0 commit comments

Comments
 (0)