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

   Bumps 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 from 8.62.1 to 8.63.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";>@​typescript-eslint/eslint-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.63.0</h2>
   <h2>8.63.0 (2026-07-06)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-misused-promises] detect async usage 
of a sync dispose usage (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12426";>#12426</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [method-signature-style] suggest 
converting readonly function properties instead of emitting invalid syntax (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12447";>#12447</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12446";>#12446</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] handle 
optional-chained calls to overloaded functions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12491";>#12491</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12485";>#12485</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-base-to-string] don't flag a 
shadowed String() call (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12492";>#12492</a>)</li>
   <li><strong>scope-manager:</strong> export ClassStaticBlockScope (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12460";>#12460</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Evyatar Daud <a 
href="https://github.com/StyleShit";><code>@​StyleShit</code></a></li>
   <li>Kristjan <a 
href="https://github.com/KristjanTammekivi";><code>@​KristjanTammekivi</code></a></li>
   <li>Michael Naumov <a 
href="https://github.com/mnaoumov";><code>@​mnaoumov</code></a></li>
   <li>Serhii Leniv <a 
href="https://github.com/Serhii-Leniv";><code>@​Serhii-Leniv</code></a></li>
   <li>송재욱</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md";>@​typescript-eslint/eslint-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.63.0 (2026-07-06)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-misused-promises] detect async usage 
of a sync dispose usage (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12426";>#12426</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-base-to-string] don't flag a 
shadowed String() call (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12492";>#12492</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] handle 
optional-chained calls to overloaded functions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12491";>#12491</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12485";>#12485</a>)</li>
   <li><strong>eslint-plugin:</strong> [method-signature-style] suggest 
converting readonly function properties instead of emitting invalid syntax (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12447";>#12447</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12446";>#12446</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Evyatar Daud <a 
href="https://github.com/StyleShit";><code>@​StyleShit</code></a></li>
   <li>Kristjan <a 
href="https://github.com/KristjanTammekivi";><code>@​KristjanTammekivi</code></a></li>
   <li>Michael Naumov <a 
href="https://github.com/mnaoumov";><code>@​mnaoumov</code></a></li>
   <li>Serhii Leniv <a 
href="https://github.com/Serhii-Leniv";><code>@​Serhii-Leniv</code></a></li>
   <li>송재욱</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/290cf6cdcc5ffb00c5b8f3e1e0e9f2fd8cc96374";><code>290cf6c</code></a>
 chore(release): publish 8.63.0</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/8d8fda638b9cb5874c5bfd8b13da7ec8b74dd0f8";><code>8d8fda6</code></a>
 feat(eslint-plugin): [no-misused-promises] detect async usage of a sync 
dispo...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/fec4f4f0fb8fa7318c60ec59f59bf2b710314b34";><code>fec4f4f</code></a>
 fix(eslint-plugin): [no-base-to-string] don't flag a shadowed String() call 
(...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/fb3da7974e00d119493a7170e34b76b2a9051f85";><code>fb3da79</code></a>
 fix(eslint-plugin): [no-unnecessary-type-assertion] handle optional-chained 
c...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/dd020578ed417b844b1d03a70be42a126d51cbb5";><code>dd02057</code></a>
 docs: [no-base-to-string] clarify ignoredTypeNames description (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12488";>#12488</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/5b224e79c59897a5580540a561a492f83b6d8836";><code>5b224e7</code></a>
 docs: [ban-ts-comment] clarify that <code>@ts-expect-error</code> is allowed 
by default ...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/a9a9d431017bd081a55f1d63d91c00ee901b7205";><code>a9a9d43</code></a>
 docs: [restrict-template-expressions] clarify <code>allowArray</code> option 
behavior (#...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/091fe8241275300f022d521c2ac74f920b55a024";><code>091fe82</code></a>
 fix(eslint-plugin): [method-signature-style] suggest converting readonly 
func...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/d5502f9367c90f0e599cef47b3e090a1de343d40";><code>d5502f9</code></a>
 docs: clarify consistent-type-imports guidance for verbatimModuleSyntax (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12194";>#12194</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/61a9dba6872ddcc996797c0fdfb9a3e3c825c3d2";><code>61a9dba</code></a>
 chore(eslint-plugin): switch auto-generated test cases to hand-written in 
pre...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/eslint-plugin";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.62.1&new-version=8.63.0)](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