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

   Bumps the 3-2-auth-ui-package-updates group with 7 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.97.1` | 
`0.97.2` |
   | [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
   | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 
`7.75.0` | `7.76.0` |
   | 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 | `8.59.2` | `8.59.3` |
   | 
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
 | `8.59.2` | `8.59.3` |
   | 
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc)
 | `4.3.0` | `4.3.1` |
   | [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.0` |
   
   
   Updates `@hey-api/openapi-ts` from 0.97.1 to 0.97.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hey-api/openapi-ts/blob/main/CHANGELOG.md";>@​hey-api/openapi-ts's
 changelog</a>.</em></p>
   <blockquote>
   <h2><code>@​hey-api/openapi-ts</code> 0.97.2</h2>
   <h3>Updates</h3>
   <ul>
   <li>dsl: cache lazy node result (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3855";>#3855</a>)</li>
   </ul>
   <h3>Plugins</h3>
   <h4><code>@​hey-api/client-angular</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-axios</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-fetch</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-ky</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-next</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-nuxt</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-ofetch</code></h4>
   <ul>
   <li>preserve query auth when when there are no other query parameters (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3853";>#3853</a>)</li>
   </ul>
   <h4><code>@​hey-api/sdk</code></h4>
   <ul>
   <li>support <code>valibot</code> as response transformer (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3847";>#3847</a>)</li>
   <li>support <code>zod</code> as response transformer (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3847";>#3847</a>)</li>
   </ul>
   <h4><code>@​tanstack/angular-query-experimental</code></h4>
   <ul>
   <li>add <code>mutationKeys</code> option (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3858";>#3858</a>)</li>
   </ul>
   <h4><code>@​tanstack/preact-query</code></h4>
   <ul>
   <li>add <code>mutationKeys</code> option (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3858";>#3858</a>)</li>
   </ul>
   <h4><code>@​tanstack/react-query</code></h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/hey-api/openapi-ts/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.16.0 to 1.16.1
   <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.16.1 — May 13, 2026</h2>
   <p>This release ships a defence-in-depth fix for prototype pollution in 
<code>formDataToJSON</code>, hardens proxy and CI workflows, restores Webpack 4 
compatibility for the fetch adapter, and includes several small bug fixes and 
maintenance improvements.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li><strong>Prototype Pollution Defence-in-Depth:</strong> Hardened 
<code>formDataToJSON</code> against already-polluted 
<code>Object.prototype</code> by walking own properties only, so 
attacker-controlled keys inherited from a poisoned prototype cannot propagate 
through deserialization. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7413";>#7413</a></strong>)</li>
   <li><strong>Proxy Cleartext Leak:</strong> Fixed an issue where HTTPS 
request data could be transmitted in cleartext to an HTTP proxy under certain 
configurations. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10858";>#10858</a></strong>)</li>
   <li><strong>CI Cache Removal:</strong> Removed all GitHub Actions caches as 
a defence-in-depth measure against cache poisoning vectors in the build 
pipeline. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10882";>#10882</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>Data URI Parsing:</strong> Updated the <code>fromDataURI</code> 
regex to match RFC 2397 more strictly, fixing edge cases in <code>data:</code> 
URL handling. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10829";>#10829</a></strong>)</li>
   <li><strong>Unicode Headers:</strong> Preserved Unicode header values when 
running through request interceptors, so non-ASCII header content is no longer 
corrupted before dispatch. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10850";>#10850</a></strong>)</li>
   <li><strong>XHR Upload Progress:</strong> Guarded against malformed 
<code>ProgressEvent</code> payloads emitted by some environments during XHR 
upload, preventing crashes when <code>loaded</code> / <code>total</code> are 
missing or invalid. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10868";>#10868</a></strong>)</li>
   <li><strong>Webpack 4 Fetch Adapter:</strong> Fixed an &quot;unexpected 
token&quot; error caused by syntax in the fetch adapter that Webpack 4 could 
not parse, restoring compatibility for legacy bundler users. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10864";>#10864</a></strong>)</li>
   <li><strong>Type Definitions:</strong> Made <code>parseReviver</code> 
<code>context.source</code> optional in the type definitions to align with the 
ES2023 specification. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10837";>#10837</a></strong>)</li>
   <li><strong>URL Object Support Reverted:</strong> Reverted the change that 
allowed passing a <code>URL</code> object as <code>config.url</code> 
(originally <strong><a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a></strong>)
 due to regressions; this support will be reintroduced in a later release once 
the underlying issues are addressed. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10874";>#10874</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>Cycle Detection Refactor:</strong> Replaced the array-based 
cycle tracker in <code>toJSONObject</code> with a <code>WeakSet</code>, 
improving performance and memory behaviour on large nested structures. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10832";>#10832</a></strong>)</li>
   <li><strong>composeSignals Cleanup:</strong> Refactored 
<code>composeSignals</code> to use a clearer early-return structure, 
simplifying the cancellation/abort composition path. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10844";>#10844</a></strong>)</li>
   <li><strong>AI Readiness &amp; Repo Docs:</strong> Added 
<code>AGENTS.md</code> and related contributor-guide updates for both human and 
AI agents, plus post-release documentation improvements. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10835";>#10835</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10841";>#10841</a></strong>)</li>
   <li><strong>Docs Improvements:</strong> Clarified the GET request example, 
fixed the interceptor <code>eject</code> example to reference the correct 
instance, and corrected the Buzzoid sponsor description in the README. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10836";>#10836</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10853";>#10853</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10856";>#10856</a></strong>)</li>
   <li><strong>Sponsorship Tooling:</strong> Fixed empty sponsor arrays in the 
sponsor processing script, added the ability to inject additional sponsors, 
updated the sponsorship link, and added a Twicsy advertisement entry. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10843";>#10843</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10859";>#10859</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10869";>#10869</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped <code>@commitlint/cli</code> from 
20.5.0 to 20.5.2. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10846";>#10846</a></strong>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve axios:</p>
   <ul>
   <li><strong><a 
href="https://github.com/hpinmetaverse";><code>@​hpinmetaverse</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10836";>#10836</a></strong>)</li>
   <li><strong><a 
href="https://github.com/tommyhgunz14";><code>@​tommyhgunz14</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7413";>#7413</a></strong>)</li>
   <li><strong><a 
href="https://github.com/abhu85";><code>@​abhu85</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10829";>#10829</a></strong>)</li>
   <li><strong><a 
href="https://github.com/divyanshuraj1095";><code>@​divyanshuraj1095</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10853";>#10853</a></strong>)</li>
   <li><strong><a 
href="https://github.com/sagodi97";><code>@​sagodi97</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10856";>#10856</a></strong>)</li>
   <li><strong><a 
href="https://github.com/rkdfx";><code>@​rkdfx</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10868";>#10868</a></strong>)</li>
   <li><strong><a 
href="https://github.com/Liuwei1125";><code>@​Liuwei1125</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a></strong>)</li>
   </ul>
   <p><a href="https://github.com/axios/axios/compare/v1.16.0...v1.16.1";>Full 
Changelog</a></p>
   </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>
   <h2>v1.16.1 — May 13, 2026</h2>
   <p>This release ships a defence-in-depth fix for prototype pollution in 
<code>formDataToJSON</code>, hardens proxy and CI workflows, restores Webpack 4 
compatibility for the fetch adapter, and includes several small bug fixes and 
maintenance improvements.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li><strong>Prototype Pollution Defence-in-Depth:</strong> Hardened 
<code>formDataToJSON</code> against already-polluted 
<code>Object.prototype</code> by walking own properties only, so 
attacker-controlled keys inherited from a poisoned prototype cannot propagate 
through deserialization. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7413";>#7413</a></strong>)</li>
   <li><strong>Proxy Cleartext Leak:</strong> Fixed an issue where HTTPS 
request data could be transmitted in cleartext to an HTTP proxy under certain 
configurations. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10858";>#10858</a></strong>)</li>
   <li><strong>CI Cache Removal:</strong> Removed all GitHub Actions caches as 
a defence-in-depth measure against cache poisoning vectors in the build 
pipeline. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10882";>#10882</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>Data URI Parsing:</strong> Updated the <code>fromDataURI</code> 
regex to match RFC 2397 more strictly, fixing edge cases in <code>data:</code> 
URL handling. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10829";>#10829</a></strong>)</li>
   <li><strong>Unicode Headers:</strong> Preserved Unicode header values when 
running through request interceptors, so non-ASCII header content is no longer 
corrupted before dispatch. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10850";>#10850</a></strong>)</li>
   <li><strong>XHR Upload Progress:</strong> Guarded against malformed 
<code>ProgressEvent</code> payloads emitted by some environments during XHR 
upload, preventing crashes when <code>loaded</code> / <code>total</code> are 
missing or invalid. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10868";>#10868</a></strong>)</li>
   <li><strong>Webpack 4 Fetch Adapter:</strong> Fixed an &quot;unexpected 
token&quot; error caused by syntax in the fetch adapter that Webpack 4 could 
not parse, restoring compatibility for legacy bundler users. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10864";>#10864</a></strong>)</li>
   <li><strong>Type Definitions:</strong> Made <code>parseReviver</code> 
<code>context.source</code> optional in the type definitions to align with the 
ES2023 specification. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10837";>#10837</a></strong>)</li>
   <li><strong>URL Object Support Reverted:</strong> Reverted the change that 
allowed passing a <code>URL</code> object as <code>config.url</code> 
(originally <strong><a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a></strong>)
 due to regressions; this support will be reintroduced in a later release once 
the underlying issues are addressed. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10874";>#10874</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>Cycle Detection Refactor:</strong> Replaced the array-based 
cycle tracker in <code>toJSONObject</code> with a <code>WeakSet</code>, 
improving performance and memory behaviour on large nested structures. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10832";>#10832</a></strong>)</li>
   <li><strong>composeSignals Cleanup:</strong> Refactored 
<code>composeSignals</code> to use a clearer early-return structure, 
simplifying the cancellation/abort composition path. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10844";>#10844</a></strong>)</li>
   <li><strong>AI Readiness &amp; Repo Docs:</strong> Added 
<code>AGENTS.md</code> and related contributor-guide updates for both human and 
AI agents, plus post-release documentation improvements. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10835";>#10835</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10841";>#10841</a></strong>)</li>
   <li><strong>Docs Improvements:</strong> Clarified the GET request example, 
fixed the interceptor <code>eject</code> example to reference the correct 
instance, and corrected the Buzzoid sponsor description in the README. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10836";>#10836</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10853";>#10853</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10856";>#10856</a></strong>)</li>
   <li><strong>Sponsorship Tooling:</strong> Fixed empty sponsor arrays in the 
sponsor processing script, added the ability to inject additional sponsors, 
updated the sponsorship link, and added a Twicsy advertisement entry. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10843";>#10843</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10859";>#10859</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10869";>#10869</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped <code>@commitlint/cli</code> from 
20.5.0 to 20.5.2. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10846";>#10846</a></strong>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve axios:</p>
   <ul>
   <li><strong><a 
href="https://github.com/hpinmetaverse";><code>@​hpinmetaverse</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10836";>#10836</a></strong>)</li>
   <li><strong><a 
href="https://github.com/tommyhgunz14";><code>@​tommyhgunz14</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7413";>#7413</a></strong>)</li>
   <li><strong><a 
href="https://github.com/abhu85";><code>@​abhu85</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10829";>#10829</a></strong>)</li>
   <li><strong><a 
href="https://github.com/divyanshuraj1095";><code>@​divyanshuraj1095</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10853";>#10853</a></strong>)</li>
   <li><strong><a 
href="https://github.com/sagodi97";><code>@​sagodi97</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10856";>#10856</a></strong>)</li>
   <li><strong><a 
href="https://github.com/rkdfx";><code>@​rkdfx</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10868";>#10868</a></strong>)</li>
   <li><strong><a 
href="https://github.com/Liuwei1125";><code>@​Liuwei1125</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a></strong>)</li>
   </ul>
   <p><a href="https://github.com/axios/axios/compare/v1.16.0...v1.16.1";>Full 
Changelog</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/1337d6b537afb2d3f501074c8ac4ef4308221197";><code>1337d6b</code></a>
 chore(release): prepare release 1.16.1 (<a 
href="https://redirect.github.com/axios/axios/issues/10877";>#10877</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/858a790cec06054547d0d3f941916d6fb2a4d18e";><code>858a790</code></a>
 fix: remove all caches (<a 
href="https://redirect.github.com/axios/axios/issues/10882";>#10882</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/34adfd90efc9c145488399e1cf7fa96de67080fa";><code>34adfd9</code></a>
 revert: &quot;fix: support URL object as config.url input (<a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a>)&quot; 
(<a href="https://redirect.github.com/axios/axios/issues/10874";>#10874</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/847d89b43654405d9a231e0b669832c2092b621f";><code>847d89b</code></a>
 fix: support URL object as config.url input (<a 
href="https://redirect.github.com/axios/axios/issues/10866";>#10866</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/40948863677bb793bfff0293cce7e7b4f8a1b212";><code>4094886</code></a>
 fix(progress): guard malformed XHR upload events (<a 
href="https://redirect.github.com/axios/axios/issues/10868";>#10868</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/44f0c5bf73c45df6009365141faa394d73596bd7";><code>44f0c5b</code></a>
 chore: change sponsorship link and add Twicsy advertisement (<a 
href="https://redirect.github.com/axios/axios/issues/10869";>#10869</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/64e1095efedc64c9fecf5176bd9cf2e5e93140d6";><code>64e1095</code></a>
 chore: update PR and issue template to use h2 (<a 
href="https://redirect.github.com/axios/axios/issues/10865";>#10865</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/3e6b4e1f311b43aa1dc77d78150a601d9fe4b280";><code>3e6b4e1</code></a>
 fix: error unexpected token in fetch JS compatibility issue with Webpack 4 
(#...</li>
   <li><a 
href="https://github.com/axios/axios/commit/c4453bab70f53575175903aee60810c821f72129";><code>c4453ba</code></a>
 fix: add the ability to add additional sponsors to the process sponsors 
scrip...</li>
   <li><a 
href="https://github.com/axios/axios/commit/caa00a90b524bb67ed033474abcf4d8645ced793";><code>caa00a9</code></a>
 fix: https data in cleartext to proxy (<a 
href="https://redirect.github.com/axios/axios/issues/10858";>#10858</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.16.0...v1.16.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-hook-form` from 7.75.0 to 7.76.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/releases";>react-hook-form's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version v7.76.0</h2>
   <p>🪭 close <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13141";>#13141</a>
 improve isDirty sync with dirtyFields state (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13370";>#13370</a>)
   🐞 fix isValidating reactivity when validatingFields is not subscribed (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13440";>#13440</a>)
   🛺 test: fix duplicate-word typos in test descriptions (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13439";>#13439</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13436";>#13436</a>:
 errors state when using form level validation (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13437";>#13437</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13429";>#13429</a>
 append({ obj: null }) is silently replaced by defaultValues after remove() (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13435";>#13435</a>)
   🐞 fix native validation tooltip suppression caused by duplicate submit-error 
focus (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13432";>#13432</a>)
   🐞 fix: propagate setValues updates to mounted Controller fields (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13431";>#13431</a>)
   🐞 fix: rreserve reset values for conditionally mounted Controller fields 
with shouldUnregister
   🐞 fix: useFieldArray remove leaves array with empty object when using values 
prop (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13422";>#13422</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13260";>#13260</a>:
 notify all matching field-array roots on nested setValue updates (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13420";>#13420</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13104";>#13104</a>:
 preserve nested resolver field-array errors in trigger() (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13419";>#13419</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13413";>#13413</a>:
 preserve formState.defaultValues when useFieldArray + watch are used together
   📝 docs: fix JSDoc for IsNever, register, and getFieldState (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13410";>#13410</a>)
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13411";>#13411</a>)
   🐞 fix(Watch): restore TypeScript 4 compatibility (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13409";>#13409</a>)</p>
   <p>Big thanks to <a 
href="https://github.com/dfedoryshchev";><code>@​dfedoryshchev</code></a> for 
multiple fixes, and to <a 
href="https://github.com/EduardF1";><code>@​EduardF1</code></a>, <a 
href="https://github.com/in-ch";><code>@​in-ch</code></a> and <a 
href="https://github.com/johnstrand";><code>@​johnstrand</code></a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md";>react-hook-form's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[7.76.0] - 2026-05-16</h2>
   <h3>Added</h3>
   <ul>
   <li>Improve <code>isDirty</code> sync with <code>dirtyFields</code> 
state</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Preserve <code>formState.defaultValues</code> when 
<code>useFieldArray</code> and <code>watch</code> are used together</li>
   <li>Preserve nested resolver field-array errors in 
<code>trigger()</code></li>
   <li>Notify all matching field-array roots on nested <code>setValue</code> 
updates</li>
   <li><code>useFieldArray</code> <code>remove</code> leaves array with empty 
object when using <code>values</code> prop</li>
   <li>Preserve reset values for conditionally mounted <code>Controller</code> 
fields with <code>shouldUnregister</code></li>
   <li>Propagate <code>setValues</code> updates to mounted 
<code>Controller</code> fields</li>
   <li>Native validation tooltip suppression caused by duplicate submit-error 
focus</li>
   <li><code>append({ obj: null })</code> silently replaced by 
<code>defaultValues</code> after <code>remove()</code></li>
   <li>Errors state when using form-level validation</li>
   <li><code>isValidating</code> reactivity when <code>validatingFields</code> 
is not subscribed</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/2d3ce0aeec42346ce06fd735a5500f161151dd53";><code>2d3ce0a</code></a>
 7.76.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/3e09badcb36be0b28ed97add9b79dd0a3defdb81";><code>3e09bad</code></a>
 🐞 fix <code>isValidating</code> reactivity when <code>validatingFields</code> 
is not subscribed (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/c697da209b6aea19ddc59c1add86bb9569544f9b";><code>c697da2</code></a>
 🛺 test: fix duplicate-word typos in test descriptions (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13439";>#13439</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/24760043c59d4ba240ca69e46df50601fdcee520";><code>2476004</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13436";>#13436</a>:
 errors state when using form level validation (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13437";>#13437</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/f7ba8340c490010efd6aaed3db267d518c7d8834";><code>f7ba834</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13429";>#13429</a>
 append({ obj: null }) is silently replaced by defaultValues afte...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/75fc3a52746e2a7940676721ece6670b26057b0f";><code>75fc3a5</code></a>
 🐞 fix native validation tooltip suppression caused by duplicate submit-error 
...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/0c3e82d0c36def7f873cd0b74bca3853b70aba46";><code>0c3e82d</code></a>
 🐞 fix: propagate <code>setValues</code> updates to mounted 
<code>Controller</code> fields (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13431";>#13431</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/879bb12ba0cfd1c4123372d813f9f155cd7b510f";><code>879bb12</code></a>
 🐞 fix: rreserve reset values for conditionally mounted <code>Controller</code> 
fields wi...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/2a7b68376919ba4294d4598272c8abe347025199";><code>2a7b683</code></a>
 🐞 fix: useFieldArray remove leaves array with empty object when using values 
...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/c6c3d87eb844af1fd1c01428f2fa113735982d4c";><code>c6c3d87</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13260";>#13260</a>:
 notify all matching field-array roots on nested setValue update...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.75.0...v7.76.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.59.3
   <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.59.3</h2>
   <h2>8.59.3 (2026-05-11)</h2>
   <p>This was a version bump only, there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3";>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.59.3 (2026-05-11)</h2>
   <p>This was a version bump only for eslint-plugin to align it with other 
projects, there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3";>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/48e13c0261e3cb1bf4f4dfaa462cdb3a56ef7383";><code>48e13c0</code></a>
 chore(release): publish 8.59.3</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/e26dc8003ababf078aad4df17765ee4cea30644c";><code>e26dc80</code></a>
 docs: update stale links to latest (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12313";>#12313</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/44f9625336841a8ee3eb01a9e02e49b1d7b12648";><code>44f9625</code></a>
 chore(deps): update vitest monorepo to v4.1.5 (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12307";>#12307</a>)</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/eslint-plugin";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/parser` from 8.59.2 to 8.59.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";>@​typescript-eslint/parser's
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.59.3</h2>
   <h2>8.59.3 (2026-05-11)</h2>
   <p>This was a version bump only, there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3";>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/parser/CHANGELOG.md";>@​typescript-eslint/parser's
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.59.3 (2026-05-11)</h2>
   <p>This was a version bump only for parser to align it with other projects, 
there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3";>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/48e13c0261e3cb1bf4f4dfaa462cdb3a56ef7383";><code>48e13c0</code></a>
 chore(release): publish 8.59.3</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/44f9625336841a8ee3eb01a9e02e49b1d7b12648";><code>44f9625</code></a>
 chore(deps): update vitest monorepo to v4.1.5 (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/12307";>#12307</a>)</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/parser";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vitejs/plugin-react-swc` from 4.3.0 to 4.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/releases";>@​vitejs/plugin-react-swc's
 releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Avoid <code>esbuild</code> warnings with Vite 8 <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1195";>#1195</a></h3>
   <p>Fixes <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/issues/1187";>#1187</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md";>@​vitejs/plugin-react-swc's
 changelog</a>.</em></p>
   <blockquote>
   <h2>4.3.1 (2026-05-14)</h2>
   <h3>Avoid <code>esbuild</code> warnings with Vite 8 <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1195";>#1195</a></h3>
   <p>Fixes <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/issues/1187";>#1187</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/vitejs/vite-plugin-react/commits/v4.3.1/packages/plugin-react-swc";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint` from 10.3.0 to 10.4.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v10.4.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/1a45ec596af1dd5f880e6874cb8f24dafb6a7ecf";><code>1a45ec5</code></a>
 feat: check sequence expressions in <code>for-direction</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20701";>#20701</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/450040bd89b989b3531824c6be45feb5fe3d936b";><code>450040b</code></a>
 feat: add <code>includeIgnoreFile()</code> to <code>eslint/config</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20735";>#20735</a>) (Kirk 
Waiblinger)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/544c0c3da589166ad8e5d634f35d3d06701c57be";><code>544c0c3</code></a>
 fix: escape code path DOT labels in debug output (<a 
href="https://redirect.github.com/eslint/eslint/issues/20866";>#20866</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6799431203f2579632d0870f98ba132067f4040c";><code>6799431</code></a>
 fix: update dependency <code>@​eslint/config-helpers</code> to ^0.6.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20850";>#20850</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f078fef5005dceb14fc162aab7c7200e027688dd";><code>f078fef</code></a>
 fix: handle non-array deprecated rule replacements (<a 
href="https://redirect.github.com/eslint/eslint/issues/20825";>#20825</a>) 
(xbinaryx)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/7e52a7151fb92eec0e0f67fe4e5ddbd1ccce796f";><code>7e52a71</code></a>
 docs: add mention of <code>@eslint-react/eslint-plugin</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20869";>#20869</a>) 
(Pavel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/db3468ba746407d7f286f18f7ea9db6df0e3bc08";><code>db3468b</code></a>
 docs: tweak wording around ambiguous CJS-vs-ESM config (<a 
href="https://redirect.github.com/eslint/eslint/issues/20865";>#20865</a>) (Kirk 
Waiblinger)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90846643ec6e97d447ae0d831fabe6d17b0a998a";><code>9084664</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9cc73875046e3c4b8313644cbb1e99e26b36bd3f";><code>9cc7387</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3d7b5484407403817aa9071a394d336d8ea96eb5";><code>3d7b548</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/191ec3c0a3f94ce0f110df761f0b2b8949011ccb";><code>191ec3c</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/6616856f28fa514a30f87b5539fc100d739a94bf";><code>6616856</code></a>
 chore: upgrade knip to v6 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20875";>#20875</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d13b084a3ad02f926e9addaa35fc383759ea5554";><code>d13b084</code></a>
 ci: ensure auto-created PRs run CI (<a 
href="https://redirect.github.com/eslint/eslint/issues/20860";>#20860</a>) 
(lumir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e71c7af86dce9acc1d18cb12d2184309f6841594";><code>e71c7af</code></a>
 ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20862";>#20862</a>) 
(dependabot[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d84393dea170f54191fd20c8268b52c81c0ccd99";><code>d84393d</code></a>
 test: add unit tests for SuppressionsService.applySuppressions() (<a 
href="https://redirect.github.com/eslint/eslint/issues/20863";>#20863</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/24db8cb8e6f07fba667121777a15b1785486be94";><code>24db8cb</code></a>
 test: add tests for SuppressionsService.save() (<a 
href="https://redirect.github.com/eslint/eslint/issues/20802";>#20802</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2ef0549cac4a9537e4c3a26b9f3edd4c99476bf6";><code>2ef0549</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/20857";>#20857</a>) 
(github-actions[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a4297918d264d229a06cd96051ef9b91c7b86732";><code>a429791</code></a>
 ci: remove <code>eslint-webpack-plugin</code> types integration test (<a 
href="https://redirect.github.com/eslint/eslint/issues/20668";>#20668</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9e37386aa7f2ce220b2ef74a6afbac5f6b3527c5";><code>9e37386</code></a>
 chore: replace <code>recast</code> with range approach in 
code-sample-minimizer (<a 
href="https://redirect.github.com/eslint/eslint/issues/20682";>#20682</a>) 
(Copilot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0dd1f9ffc9a07704d46e2a4c8d4ccc0d0908b0c0";><code>0dd1f9f</code></a>
 test: disable warning for 
<code>vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20845";>#20845</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9da3c7bc92d9579f8db19ecb56e718538d09db2b";><code>9da3c7b</code></a>
 refactor: remove deprecated <code>meta.language</code> and migrate 
<code>meta.dialects</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20716";>#20716</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2099ed12a0a74c3d7f0808514362af2499b4fe2b";><code>2099ed1</code></a>
 refactor: add <code>meta.defaultOptions</code> to more rules, enable linting 
(<a href="https://redirect.github.com/eslint/eslint/issues/20800";>#20800</a>) 
(xbinaryx)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f1dfbc9ca57196de7092e1888cc99427bd6fe06e";><code>f1dfbc9</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/20836";>#20836</a>) 
(github-actions[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c75941390c14728806cd4baef4f6072f6de78318";><code>c759413</code></a>
 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20843";>#20843</a>) 
(dependabot[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5b817d6fdc9ae2c35b528dc662b2eca8f40f64aa";><code>5b817d6</code></a>
 test: add unit tests for lib/shared/ast-utils (<a 
href="https://redirect.github.com/eslint/eslint/issues/20838";>#20838</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1c13ae3934c198c494e5958fa3a68b33244ff06a";><code>1c13ae3</code></a>
 test: add unit tests for lib/shared/severity (<a 
href="https://redirect.github.com/eslint/eslint/issues/20835";>#20835</a>) 
(kuldeep kumar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/452c4010c07dc2e36fe6ec6a8c48298878e86887";><code>452c401</code></a>
 10.4.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b6417e8b55c9525070d6e168b485ce6ff21688ed";><code>b6417e8</code></a>
 Build: changelog update for 10.4.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6616856f28fa514a30f87b5539fc100d739a94bf";><code>6616856</code></a>
 chore: upgrade knip to v6 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20875";>#20875</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d13b084a3ad02f926e9addaa35fc383759ea5554";><code>d13b084</code></a>
 ci: ensure auto-created PRs run CI (<a 
href="https://redirect.github.com/eslint/eslint/issues/20860";>#20860</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7e52a7151fb92eec0e0f67fe4e5ddbd1ccce796f";><code>7e52a71</code></a>
 docs: add mention of <code>@eslint-react/eslint-plugin</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20869";>#20869</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e71c7af86dce9acc1d18cb12d2184309f6841594";><code>e71c7af</code></a>
 ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20862";>#20862</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/544c0c3da589166ad8e5d634f35d3d06701c57be";><code>544c0c3</code></a>
 fix: escape code path DOT labels in debug output (<a 
href="https://redirect.github.com/eslint/eslint/issues/20866";>#20866</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/db3468ba746407d7f286f18f7ea9db6df0e3bc08";><code>db3468b</code></a>
 docs: tweak wording around ambiguous CJS-vs-ESM config (<a 
href="https://redirect.github.com/eslint/eslint/issues/20865";>#20865</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d84393dea170f54191fd20c8268b52c81c0ccd99";><code>d84393d</code></a>
 test: add unit tests for SuppressionsService.applySuppressions() (<a 
href="https://redirect.github.com/eslint/eslint/issues/20863";>#20863</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90846643ec6e97d447ae0d831fabe6d17b0a998a";><code>9084664</code></a>
 docs: Update README</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v10.3.0...v10.4.0";>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 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