dependabot[bot] opened a new pull request, #16459:
URL: https://github.com/apache/lucene/pull/16459

   Bumps [ty](https://github.com/astral-sh/ty) from 0.0.53 to 0.0.63.
   <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.63</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-07-23.</p>
   <h3>Core type checking</h3>
   <ul>
   <li>Handle generic stringified PEP 613 (<code>typing.TypeAlias</code>) type 
aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27092";>#27092</a>)</li>
   <li>Allow equality narrowing across non-final classes (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27031";>#27031</a>)</li>
   <li>Allow interpolated string literals to be promoted to <code>str</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27104";>#27104</a>)</li>
   <li>Fix double specialization of generic type aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27058";>#27058</a>)</li>
   <li>Fix intersections of <code>type</code> and <code>TypeForm</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27099";>#27099</a>)</li>
   <li>When narrowing from a <code>match</code> statement leads a variable 
<code>x</code> to be inferred as <code>A &amp; B</code>, infer the type of 
<code>x.attr</code> as <code>&lt;type of A.attr&gt; &amp; &lt;type of 
B.attr&gt;</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27103";>#27103</a>)</li>
   </ul>
   <h3>Library support</h3>
   <ul>
   <li>Pydantic: Stricter validation of sub-model fields in lax mode (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27091";>#27091</a>)</li>
   <li>Pydantic: Support special underscore parameters in 
<code>BaseSettings</code> models (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27098";>#27098</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Avoid exponential narrowing of optional dynamic <code>match</code> 
subjects (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27100";>#27100</a>)</li>
   <li>Avoid normalizing cached absolute file paths (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26998";>#26998</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/charliermarsh";><code>@​charliermarsh</code></a></li>
   <li><a 
href="https://github.com/ibraheemdev";><code>@​ibraheemdev</code></a></li>
   <li><a href="https://github.com/carljm";><code>@​carljm</code></a></li>
   </ul>
   <h2>Install ty 0.0.63</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.63/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.63/ty-installer.ps1 
| iex&quot;
   </code></pre>
   <h2>Download ty 0.0.63</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Platform</th>
   <th>Checksum</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ty/releases/download/0.0.63/ty-aarch64-apple-darwin.tar.gz";>ty-aarch64-apple-darwin.tar.gz</a></td>
   <td>Apple Silicon macOS</td>
   <td><a 
href="https://releases.astral.sh/github/ty/releases/download/0.0.63/ty-aarch64-apple-darwin.tar.gz.sha256";>checksum</a></td>
   </tr>
   </tbody>
   </table>
   <!-- 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.63</h2>
   <p>Released on 2026-07-23.</p>
   <h3>Core type checking</h3>
   <ul>
   <li>Handle generic stringified PEP 613 (<code>typing.TypeAlias</code>) type 
aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27092";>#27092</a>)</li>
   <li>Allow equality narrowing across non-final classes (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27031";>#27031</a>)</li>
   <li>Allow interpolated string literals to be promoted to <code>str</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27104";>#27104</a>)</li>
   <li>Fix double specialization of generic type aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27058";>#27058</a>)</li>
   <li>Fix intersections of <code>type</code> and <code>TypeForm</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27099";>#27099</a>)</li>
   <li>When narrowing from a <code>match</code> statement leads a variable 
<code>x</code> to be inferred as <code>A &amp; B</code>, infer the type of 
<code>x.attr</code> as <code>&lt;type of A.attr&gt; &amp; &lt;type of 
B.attr&gt;</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27103";>#27103</a>)</li>
   </ul>
   <h3>Library support</h3>
   <ul>
   <li>Pydantic: Stricter validation of sub-model fields in lax mode (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27091";>#27091</a>)</li>
   <li>Pydantic: Support special underscore parameters in 
<code>BaseSettings</code> models (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27098";>#27098</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Avoid exponential narrowing of optional dynamic <code>match</code> 
subjects (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27100";>#27100</a>)</li>
   <li>Avoid normalizing cached absolute file paths (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26998";>#26998</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/charliermarsh";><code>@​charliermarsh</code></a></li>
   <li><a 
href="https://github.com/ibraheemdev";><code>@​ibraheemdev</code></a></li>
   <li><a href="https://github.com/carljm";><code>@​carljm</code></a></li>
   </ul>
   <h2>0.0.62</h2>
   <p>Released on 2026-07-21.</p>
   <h3>Bug fixes</h3>
   <ul>
   <li>Guard recursive <code>Protocol</code> and <code>TypedDict</code> 
relations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26990";>#26990</a>)</li>
   <li>Prevent stack overflows in recursive type relation checks (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26503";>#26503</a>)</li>
   <li>Recover from cancelled file indexing (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26876";>#26876</a>)</li>
   </ul>
   <h3>Diagnostics</h3>
   <ul>
   <li>Avoid editing ignore comments with trailing reasons (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26939";>#26939</a>)</li>
   <li>Prefer innermost inline suppressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26940";>#26940</a>)</li>
   <li>Remove unused own-line ignore comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27013";>#27013</a>)</li>
   <li>Reuse applicable own-line suppressions in <code>--add-ignore</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26925";>#26925</a>)</li>
   </ul>
   <h3>Configuration</h3>
   <ul>
   <li>Respect <code>rules</code> and <code>analysis</code> in PEP 723 script 
metadata configurations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26671";>#26671</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/46f4915e67aad965b1b4e7478a75378e8e52ff6d";><code>46f4915</code></a>
 Bump version to 0.0.63 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4071";>#4071</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/df75992e7fd0cc73cb0f66e864df3f6e4fc4e1a6";><code>df75992</code></a>
 Bump version to 0.0.62 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4057";>#4057</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/48dd1fdf8a5bd504a19e06046c3be4f3fe378747";><code>48dd1fd</code></a>
 Update prek dependencies (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4059";>#4059</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/f53a95ed5fbce64e01558d643ccd4f19c9c51c72";><code>f53a95e</code></a>
 Update astral-sh/setup-uv action to v9 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4060";>#4060</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/17d179163cd5fa6707a388de9840ed9c5b4f3f1e";><code>17d1791</code></a>
 Update dependency prek to v0.4.9 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4058";>#4058</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/eb7e7ba2daa892e67d1449e2489a1176e6a48711";><code>eb7e7ba</code></a>
 Update documentation on mypy/pyright <code>--strict</code> parity, and 
achieving maximum...</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/56b2c249200a76c384f0c194328e0a50bef297ba";><code>56b2c24</code></a>
 Update changelog for 0.0.61 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4028";>#4028</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/4c865c8285814582898d17aebb76b32e46f06daf";><code>4c865c8</code></a>
 Bump version to 0.0.61 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4027";>#4027</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/ae554ec78e195a51e89ef1d01b517914e186b544";><code>ae554ec</code></a>
 Bump version to 0.0.60 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4008";>#4008</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/4f78ec596f4c0b8a65ab5966d0791f57c39b69a2";><code>4f78ec5</code></a>
 Update astral-sh/setup-uv action to v8.3.2 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/3997";>#3997</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ty/compare/0.0.53...0.0.63";>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.53&new-version=0.0.63)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to