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

   Bumps the core-ui-package-updates group with 10 updates in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.90.10` | 
`0.91.1` |
   | [axios](https://github.com/axios/axios) | `1.13.3` | `1.13.4` |
   | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | 
`19.2.3` | `19.2.4` |
   | 
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
 | `19.2.9` | `19.2.10` |
   | 
[react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | 
`19.2.3` | `19.2.4` |
   | 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 | `8.53.1` | `8.54.0` |
   | 
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
 | `8.53.1` | `8.54.0` |
   | 
[@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils)
 | `8.53.1` | `8.54.0` |
   | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.3.9` | 
`20.4.0` |
   | 
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
 | `8.53.1` | `8.54.0` |
   
   
   Updates `@hey-api/openapi-ts` from 0.90.10 to 0.91.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hey-api/openapi-ts/releases";><code>@​hey-api/openapi-ts</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2><code>@​hey-api/openapi-ts</code><a 
href="https://github.com/0";><code>@​0</code></a>.91.1</h2>
   <h3>Patch Changes</h3>
   <h3>Updated Dependencies:</h3>
   <ul>
   <li><code>@​hey-api/codegen-core</code><a 
href="https://github.com/0";><code>@​0</code></a>.6.1</li>
   <li><code>@​hey-api/shared</code><a 
href="https://github.com/0";><code>@​0</code></a>.1.1</li>
   </ul>
   <h2><code>@​hey-api/openapi-ts</code><a 
href="https://github.com/0";><code>@​0</code></a>.91.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><strong>BREAKING</strong>: Drop CommonJS (CJS) support. This package is 
now <strong>ESM-only</strong>. (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3251";>#3251</a>) (<a 
href="https://github.com/hey-api/openapi-ts/commit/7f19d5921dadfa96ecae84a5298b7aee1daee56d";><code>7f19d59</code></a>)
 by <a href="https://github.com/mrlubos";><code>@​mrlubos</code></a></li>
   </ul>
   <h3>Removed CommonJS (CJS) support</h3>
   <p><code>@hey-api/openapi-ts</code> is now ESM-only. This change simplifies 
the codebase, improves tree-shaking, and enables better integration with modern 
bundlers and TypeScript tooling.</p>
   <p>CommonJS entry points (<code>require()</code>, 
<code>module.exports</code>) are no longer supported. If you are in a CJS 
environment, you can still load the package dynamically using 
<code>import()</code> like:</p>
   <pre lang="js"><code>const { defineConfig } = await 
import('@hey-api/openapi-ts');
   </code></pre>
   <p>If you have previously written:</p>
   <pre lang="js"><code>const { defineConfig } = require('@hey-api/openapi-ts');
   </code></pre>
   <p>Migrate by updating your static imports:</p>
   <pre lang="js"><code>import { defineConfig } from '@hey-api/openapi-ts';
   </code></pre>
   <p>If your environment cannot use ESM, pin to a previous version.</p>
   <h3>Patch Changes</h3>
   <h3>Updated Dependencies:</h3>
   <ul>
   <li><code>@​hey-api/shared</code><a 
href="https://github.com/0";><code>@​0</code></a>.1.0</li>
   <li><code>@​hey-api/codegen-core</code><a 
href="https://github.com/0";><code>@​0</code></a>.6.0</li>
   <li><code>@​hey-api/types</code><a 
href="https://github.com/0";><code>@​0</code></a>.1.3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/ce5977e70c81031a784cfd89df301cf7116a987c";><code>ce5977e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hey-api/openapi-ts/issues/3292";>#3292</a> 
from hey-api/changeset-release/main</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/1542a56c81997165d66d60af516b88ce2caf526d";><code>1542a56</code></a>
 chore: update lock file</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/dd988e99a49e5f855f97c946eb0818bd6a09f31a";><code>dd988e9</code></a>
 ci: release</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/caabc9f93c7566997b02c558a8c4a8f4122ebbf6";><code>caabc9f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hey-api/openapi-ts/issues/3291";>#3291</a> 
from hey-api/copilot/fix-duplicate-import-error</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/3c08e38b4daa5c1f4829bdfb7f088d73b0e0f1f1";><code>3c08e38</code></a>
 Fix duplicate import error for symbols in planner</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/3f23cefb37a1d3506ce45936078bfccec4918979";><code>3f23cef</code></a>
 Remove unnecessary comments and add planner unit tests for import 
deduplication</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/59efc7b34359f7a80beb955de66ce7e0ea2013b8";><code>59efc7b</code></a>
 Fix duplicate import error when same symbol is imported as both type and 
value</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/6e7770d7cd5d3e8f45befb3eda5d5191eda2d05b";><code>6e7770d</code></a>
 Initial plan</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/124dc280226d02e544806fa1db086e3a9d25cade";><code>124dc28</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hey-api/openapi-ts/issues/3287";>#3287</a> 
from hey-api/chore/py-typecheck</li>
   <li><a 
href="https://github.com/hey-api/openapi-ts/commit/c7ebec35bacc6f4d90d8986e2a2226184bb782c6";><code>c7ebec3</code></a>
 chore: prepare Python typecheck</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.13.3 to 1.13.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/releases";>axios's releases</a>.</em></p>
   <blockquote>
   <h2>v1.13.4</h2>
   <h2>Overview</h2>
   <p>The release addresses issues discovered in v1.13.3 and includes 
significant CI/CD improvements.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/axios/axios/compare/v1.13.3...v1.13.4";>v1.13.3...v1.13.4</a></p>
   <h2>What's New in v1.13.4</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>fix: issues with version 1.13.3</strong> (<a 
href="https://redirect.github.com/axios/axios/issues/7352";>#7352</a>) (<a 
href="https://github.com/axios/axios/commit/ee90dfc28abffbb61e24974b2bd3139a4a40ac76";>ee90dfc</a>)
   <ul>
   <li>Fixed issues discovered in v1.13.3 release</li>
   <li>Cleaned up interceptor test files</li>
   <li>Improved workflow configurations</li>
   </ul>
   </li>
   </ul>
   <h3>Infrastructure &amp; CI/CD</h3>
   <ul>
   <li>
   <p><strong>refactor: ci and build</strong> (<a 
href="https://redirect.github.com/axios/axios/issues/7340";>#7340</a>) (<a 
href="https://github.com/axios/axios/commit/8ff6c19e2d764e8706e6a32b9f17a230dfe96e0c";>8ff6c19</a>)</p>
   <ul>
   <li>Major refactoring of CI/CD workflows</li>
   <li>Consolidated workflow files for better maintainability</li>
   <li>Added mise configuration for the development environment</li>
   <li>Improved sponsor block update automation</li>
   <li>Enhanced issue and PR templates</li>
   <li>Added automatic release notes generation</li>
   <li>Implemented workflow cancellation for concurrent runs</li>
   </ul>
   </li>
   <li>
   <p><strong>chore: codegen and some updates to workflows</strong> (<a 
href="https://github.com/axios/axios/commit/76cf77b";>76cf77b</a>)</p>
   <ul>
   <li>Code generation improvements</li>
   <li>Workflow optimisations</li>
   </ul>
   </li>
   </ul>
   <h2>Migration Notes</h2>
   <h3>Breaking Changes</h3>
   <p>None in this release.</p>
   <h3>Deprecations</h3>
   <p>None in this release.</p>
   <h2>Contributors</h2>
   <p>Thank you to all contributors who made this release possible! Special 
thanks to:</p>
   <ul>
   <li><a href="https://github.com/jasonsaayman";>jasonsaayman</a> - Release 
management and CI/CD improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md";>axios's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/9336cf9a3393790ec8ca91fe3862e83fcdbe6b9d";><code>9336cf9</code></a>
 chore(release): prepare release 1.13.4 (<a 
href="https://redirect.github.com/axios/axios/issues/7353";>#7353</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/ee90dfc28abffbb61e24974b2bd3139a4a40ac76";><code>ee90dfc</code></a>
 fix: issues with version 1.13.3 (<a 
href="https://redirect.github.com/axios/axios/issues/7352";>#7352</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/af4f6d960f7478604841cfff2eb5c2491565c518";><code>af4f6d9</code></a>
 fix: release branch yml</li>
   <li><a 
href="https://github.com/axios/axios/commit/253e3ad06a7b0fd3ec8ef73632aef84598e7cb78";><code>253e3ad</code></a>
 fix: all merge configs</li>
   <li><a 
href="https://github.com/axios/axios/commit/8ff6c19e2d764e8706e6a32b9f17a230dfe96e0c";><code>8ff6c19</code></a>
 refactor: ci and build (<a 
href="https://redirect.github.com/axios/axios/issues/7340";>#7340</a>)</li>
   <li>See full diff in <a 
href="https://github.com/axios/axios/compare/v1.13.3...v1.13.4";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for axios since your current version.</p>
   </details>
   <br />
   
   Updates `react` from 19.2.3 to 19.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/releases";>react's releases</a>.</em></p>
   <blockquote>
   <h2>19.2.4 (January 26th, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Add more DoS mitigations to Server Actions, and harden Server Components 
(<a href="https://redirect.github.com/facebook/react/pull/35632";>#35632</a> by 
<a href="https://github.com/gnoff";><code>@​gnoff</code></a>, <a 
href="https://github.com/lubieowoce";><code>@​lubieowoce</code></a>, <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/react/commit/90ab3f89f4824ac763b6f877c6f711200d1338d2";><code>90ab3f8</code></a>
 Version 19.2.4</li>
   <li>See full diff in <a 
href="https://github.com/facebook/react/commits/v19.2.4/packages/react";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react` from 19.2.9 to 19.2.10
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-dom` from 19.2.3 to 19.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/releases";>react-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>19.2.4 (January 26th, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Add more DoS mitigations to Server Actions, and harden Server Components 
(<a href="https://redirect.github.com/facebook/react/pull/35632";>#35632</a> by 
<a href="https://github.com/gnoff";><code>@​gnoff</code></a>, <a 
href="https://github.com/lubieowoce";><code>@​lubieowoce</code></a>, <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/react/commit/90ab3f89f4824ac763b6f877c6f711200d1338d2";><code>90ab3f8</code></a>
 Version 19.2.4</li>
   <li>See full diff in <a 
href="https://github.com/facebook/react/commits/v19.2.4/packages/react-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react` from 19.2.9 to 19.2.10
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";><code>@​typescript-eslint/eslint-plugin</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.54.0</h2>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods rule 
(<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
   <li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914";>#11914</a>)</li>
   <li><strong>typescript-estree:</strong> add shortcut methods to 
ParserServicesWithTypeInformation (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unused-private-class-members] 
private destructured class member is defined but used (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] check 
both base constraint and actual type for non-null assertions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
   <li><strong>scope-manager:</strong> fix catch clause scopes 
<code>def.name</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
   <li><strong>scope-manager:</strong> prevent misidentification of 
<code>&quot;use strict&quot;</code> directives (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995";>#11995</a>)</li>
   <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Francesco Trotta</li>
   <li>Josh Goldberg</li>
   <li>MinJae <a 
href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
   <li>Minyeong Kim <a 
href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
   <li>overlookmotel</li>
   <li>Yuya Yoshioka <a 
href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
   <li>김현수 <a 
href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
   </ul>
   <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";><code>@​typescript-eslint/eslint-plugin</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods rule 
(<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
   <li><strong>typescript-estree:</strong> add shortcut methods to 
ParserServicesWithTypeInformation (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] check 
both base constraint and actual type for non-null assertions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
   <li><strong>deps:</strong> update dependency prettier to v3.8.0 (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11991";>#11991</a>)</li>
   <li><strong>scope-manager:</strong> fix catch clause scopes 
<code>def.name</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unused-private-class-members] 
private destructured class member is defined but used (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>Josh Goldberg</li>
   <li>MinJae <a 
href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
   <li>Minyeong Kim <a 
href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
   <li>overlookmotel</li>
   <li>Yuya Yoshioka <a 
href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
   <li>김현수 <a 
href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
   </ul>
   <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/d423e57622e1c8e789a1b84109d1ab2c15497507";><code>d423e57</code></a>
 chore(release): publish 8.54.0</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/80e33ff2fd81f88100cda942db5232851adab90e";><code>80e33ff</code></a>
 feat(eslint-plugin-internal): add prefer-tsutils-methods rule (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11974";>#11974</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/ec4f73aaae8ad3344d55e98f710e6acdd482ff19";><code>ec4f73a</code></a>
 feat(typescript-estree): add shortcut methods to 
ParserServicesWithTypeInform...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/d32f90955962cd9c0968ed6f675d52fc80059496";><code>d32f909</code></a>
 test(eslint-plugin): skip rules tests in windows ci (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11988";>#11988</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/17fa993c2de60b9837658360af786a42e51de4ab";><code>17fa993</code></a>
 test(eslint-plugin): improve vitest performance with isolate: false (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11754";>#11754</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/1c66ab44c407cf05462d2344b37c09b507ea8052";><code>1c66ab4</code></a>
 fix(eslint-plugin): [no-unnecessary-type-assertion] check both base 
constrain...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/aaa7ca2d6afd8def8cf9d01d0d9deedd38ae1495";><code>aaa7ca2</code></a>
 fix(deps): update dependency prettier to v3.8.0 (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11991";>#11991</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/d50aa1899ff83254056320c5313a5c041f465afb";><code>d50aa18</code></a>
 fix(scope-manager): fix catch clause scopes <code>def.name</code> (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11982";>#11982</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/4c0b37964eac642cf54a3a76723531c2f468183c";><code>4c0b379</code></a>
 fix(eslint-plugin): [no-unused-private-class-members] private destructured 
cl...</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";><code>@​typescript-eslint/parser</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.54.0</h2>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods rule 
(<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
   <li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914";>#11914</a>)</li>
   <li><strong>typescript-estree:</strong> add shortcut methods to 
ParserServicesWithTypeInformation (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unused-private-class-members] 
private destructured class member is defined but used (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] check 
both base constraint and actual type for non-null assertions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
   <li><strong>scope-manager:</strong> fix catch clause scopes 
<code>def.name</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
   <li><strong>scope-manager:</strong> prevent misidentification of 
<code>&quot;use strict&quot;</code> directives (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995";>#11995</a>)</li>
   <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Francesco Trotta</li>
   <li>Josh Goldberg</li>
   <li>MinJae <a 
href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
   <li>Minyeong Kim <a 
href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
   <li>overlookmotel</li>
   <li>Yuya Yoshioka <a 
href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
   <li>김현수 <a 
href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
   </ul>
   <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/parser/CHANGELOG.md";><code>@​typescript-eslint/parser</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.54.0 (2026-01-26)</h2>
   <p>This was a version bump only for parser to align it with other projects, 
there were no code changes.</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/d423e57622e1c8e789a1b84109d1ab2c15497507";><code>d423e57</code></a>
 chore(release): publish 8.54.0</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/utils` from 8.53.1 to 8.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";><code>@​typescript-eslint/utils</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.54.0</h2>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods rule 
(<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
   <li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914";>#11914</a>)</li>
   <li><strong>typescript-estree:</strong> add shortcut methods to 
ParserServicesWithTypeInformation (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unused-private-class-members] 
private destructured class member is defined but used (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] check 
both base constraint and actual type for non-null assertions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
   <li><strong>scope-manager:</strong> fix catch clause scopes 
<code>def.name</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
   <li><strong>scope-manager:</strong> prevent misidentification of 
<code>&quot;use strict&quot;</code> directives (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995";>#11995</a>)</li>
   <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Francesco Trotta</li>
   <li>Josh Goldberg</li>
   <li>MinJae <a 
href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
   <li>Minyeong Kim <a 
href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
   <li>overlookmotel</li>
   <li>Yuya Yoshioka <a 
href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
   <li>김현수 <a 
href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
   </ul>
   <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/utils/CHANGELOG.md";><code>@​typescript-eslint/utils</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Francesco Trotta</li>
   <li>Josh Goldberg</li>
   </ul>
   <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/d423e57622e1c8e789a1b84109d1ab2c15497507";><code>d423e57</code></a>
 chore(release): publish 8.54.0</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/f6193742e1e89d0e301d28939ebe1712ae11e43e";><code>f619374</code></a>
 fix(utils): handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils/issues/11958";>#11958</a>)</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/utils";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `happy-dom` from 20.3.9 to 20.4.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/capricorn86/happy-dom/releases";>happy-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v20.4.0</h2>
   <h3>:art: Features</h3>
   <ul>
   <li>Adds support for caching the compiled code of EcmaScript modules - By 
<strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2049";>#2049</a></li>
   <li>Improves the way nodes are destroyed and garbage collected - By 
<strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2049";>#2049</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/18e56d07d3c8301cecdf9639aca2301722142e80";><code>18e56d0</code></a>
 feat: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2049";>#2049</a> 
Adds support for caching the compiled code of EcmaScript module...</li>
   <li>See full diff in <a 
href="https://github.com/capricorn86/happy-dom/compare/v20.3.9...v20.4.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `typescript-eslint` from 8.53.1 to 8.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";>typescript-eslint's
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.54.0</h2>
   <h2>8.54.0 (2026-01-26)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods rule 
(<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
   <li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914";>#11914</a>)</li>
   <li><strong>typescript-estree:</strong> add shortcut methods to 
ParserServicesWithTypeInformation (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unused-private-class-members] 
private destructured class member is defined but used (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] check 
both base constraint and actual type for non-null assertions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
 <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
   <li><strong>scope-manager:</strong> fix catch clause scopes 
<code>def.name</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
   <li><strong>scope-manager:</strong> prevent misidentification of 
<code>&quot;use strict&quot;</code> directives (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995";>#11995</a>)</li>
   <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and 
<code>LegacyESLint</code> (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Francesco Trotta</li>
   <li>Josh Goldberg</li>
   <li>MinJae <a 
href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
   <li>Minyeong Kim <a 
href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
   <li>overlookmotel</li>
   <li>Yuya Yoshioka <a 
href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
   <li>김현수 <a 
href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
   </ul>
   <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/typescript-eslint/CHANGELOG.md";>typescript-eslint's
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.54.0 (2026-01-26)</h2>
   <p>This was a version bump only for typescript-eslint to align it with other 
projects, there were no code changes.</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/d423e57622e1c8e789a1b84109d1ab2c15497507";><code>d423e57</code></a>
 chore(release): publish 8.54.0</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]


Reply via email to