Skip to content

Commit 9b0726f

Browse files
Bump ty from 0.0.24 to 0.0.26 (#39)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.24 to 0.0.26. <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.26</h2> <h2>Release Notes</h2> <p>Released on 2026-03-26.</p> <h3>Bug fixes</h3> <ul> <li>Prevent &quot;too many cycle iteration&quot; panics in more situations (<a href="https://redirect.github.com/astral-sh/ruff/pull/24061">#24061</a>)</li> <li>Fix false positives and false negatives when unpacking a union of tuples into a function call (<a href="https://redirect.github.com/astral-sh/ruff/pull/23298">#23298</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Add support for <code>typing.Concatenate</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/23689">#23689</a>)</li> <li>Validate the return type of generator functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24026">#24026</a>)</li> <li>Support dataclass field <code>converter</code>s (<a href="https://redirect.github.com/astral-sh/ruff/pull/23088">#23088</a>)</li> <li>Disallow <code>Self</code> in metaclass and static methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/23231">#23231</a>)</li> <li>Improve call inference for keyword-only <code>dict()</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24103">#24103</a>)</li> <li>Respect non-explicitly defined <code>dataclass_transform</code> params (<a href="https://redirect.github.com/astral-sh/ruff/pull/24170">#24170</a>)</li> <li>Unconditionally silence diagnostics in unreachable code (<a href="https://redirect.github.com/astral-sh/ruff/pull/24179">#24179</a>)</li> <li>Respect terminal-function-call narrowing in global scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/23245">#23245</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Fix performance regression for narrowing on a larger <code>Literal</code> type(<a href="https://redirect.github.com/astral-sh/ruff/pull/24185">#24185</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</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/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/choucavalier"><code>@​choucavalier</code></a></li> </ul> <h2>Install ty 0.0.26</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.26/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://releases.astral.sh/github/ty/releases/download/0.0.26/ty-installer.ps1 | iex&quot; </code></pre> <h2>Download ty 0.0.26</h2> <!-- 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.26</h2> <p>Released on 2026-03-26.</p> <h3>Bug fixes</h3> <ul> <li>Prevent &quot;too many cycle iteration&quot; panics in more situations (<a href="https://redirect.github.com/astral-sh/ruff/pull/24061">#24061</a>)</li> <li>Fix false positives and false negatives when unpacking a union of tuples into a function call (<a href="https://redirect.github.com/astral-sh/ruff/pull/23298">#23298</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Add support for <code>typing.Concatenate</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/23689">#23689</a>)</li> <li>Validate the return type of generator functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24026">#24026</a>)</li> <li>Support dataclass field <code>converter</code>s (<a href="https://redirect.github.com/astral-sh/ruff/pull/23088">#23088</a>)</li> <li>Disallow <code>Self</code> in metaclass and static methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/23231">#23231</a>)</li> <li>Improve call inference for keyword-only <code>dict()</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24103">#24103</a>)</li> <li>Respect non-explicitly defined <code>dataclass_transform</code> params (<a href="https://redirect.github.com/astral-sh/ruff/pull/24170">#24170</a>)</li> <li>Unconditionally silence diagnostics in unreachable code (<a href="https://redirect.github.com/astral-sh/ruff/pull/24179">#24179</a>)</li> <li>Respect terminal-function-call narrowing in global scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/23245">#23245</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Fix performance regression for narrowing on a larger <code>Literal</code> type(<a href="https://redirect.github.com/astral-sh/ruff/pull/24185">#24185</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</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/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/choucavalier"><code>@​choucavalier</code></a></li> </ul> <h2>0.0.25</h2> <p>Released on 2026-03-24.</p> <h3>Breaking changes</h3> <ul> <li>Support <code>type:ignore[ty:code]</code> suppressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24096">#24096</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid eager TypedDict diagnostics in <code>TypedDict | dict</code> unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24151">#24151</a>)</li> <li>Fix Salsa panic propagation (<a href="https://redirect.github.com/astral-sh/ruff/pull/24141">#24141</a>)</li> <li>Fix folding ranges of comments separated by statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/24132">#24132</a>)</li> <li>Fix loop-header reachability cycles in conditional unpacking (<a href="https://redirect.github.com/astral-sh/ruff/pull/24006">#24006</a>)</li> <li>Fix subtyping of intersections containing <code>NewType</code>s of unions vs. unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/24087">#24087</a>)</li> <li>Fix untracked reads in Salsa queries that can lead to backdating panics (<a href="https://redirect.github.com/astral-sh/ruff/pull/24051">#24051</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/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><a href="https://github.com/astral-sh/ty/commit/d60899a14f6fe368e477c17f4205483aebdf84a8"><code>d60899a</code></a> Bump version to 0.0.25 (<a href="https://redirect.github.com/astral-sh/ty/issues/3125">#3125</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/db65b3e118a705be2694032fd2df613ea11565f1"><code>db65b3e</code></a> Update documentation to reflect <code>type:ignore</code> changes (<a href="https://redirect.github.com/astral-sh/ty/issues/3121">#3121</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/9e464322e6a00a651861ec63af09f4e82fc903be"><code>9e46432</code></a> Use ty in Emacs with Eglot (<a href="https://redirect.github.com/astral-sh/ty/issues/3107">#3107</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/1f30d7c82c0ce9d99533cd5924180a4365941c06"><code>1f30d7c</code></a> Update artifact github actions dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/3113">#3113</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/255ef63825d35fb03f2755f05f2fd66b96a2c873"><code>255ef63</code></a> Revert &quot;Update Artifact GitHub Actions dependencies&quot; (<a href="https://redirect.github.com/astral-sh/ty/issues/3112">#3112</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/5fe54ca92587d69ac83fc5614b4e9566f692ae34"><code>5fe54ca</code></a> Update Artifact GitHub Actions dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/3108">#3108</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/a0cf1e7f3cacec90225b6b99d239ca43739d2800"><code>a0cf1e7</code></a> Update Swatinem/rust-cache action to v2.9.1 (<a href="https://redirect.github.com/astral-sh/ty/issues/3110">#3110</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/fd2acb44500fb65fa33e1e6b6c27daeaed382467"><code>fd2acb4</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/3109">#3109</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.24...0.0.26">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 553a2d3 commit 9b0726f

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

uv.lock

Lines changed: 18 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)