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

   Bumps the auth-ui-package-updates group with 6 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.96.1` | 
`0.97.0` |
   | 
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
 | `5.100.5` | `5.100.8` |
   | [axios](https://github.com/axios/axios) | `1.15.2` | `1.16.0` |
   | [react-cookie](https://github.com/ItsBenCodes/cookies) | `8.1.0` | `8.1.2` 
|
   | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 
`7.74.0` | `7.75.0` |
   | [eslint](https://github.com/eslint/eslint) | `10.2.1` | `10.3.0` |
   
   
   Updates `@hey-api/openapi-ts` from 0.96.1 to 0.97.0
   <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.0</h2>
   <h3>⚠️ Breaking</h3>
   <p>This release has 15 breaking changes. Please review the release notes 
carefully before upgrading.</p>
   <h3>Updates</h3>
   <ul>
   <li>cli: print file count and generator speed (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3828";>#3828</a>)</li>
   <li><strong>⚠️ Breaking:</strong> client: resolve 
<code>runtimeConfigPath</code> relative to the output folder (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3770";>#3770</a>)</li>
   </ul>
   <h3>Changed <code>runtimeConfigPath</code> behavior</h3>
   <p>This was a known, long-standing issue confusing first-time users. Before, 
defining client <code>runtimeConfigPath</code> value would paste it verbatim to 
the generated output. This release changes the behavior to resolve relative to 
the current working directory the same way output path works.</p>
   <ul>
   <li>config: remove <code>--apply</code> flag from Biome post-processor 
commands (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3812";>#3812</a>)</li>
   </ul>
   <h3>Plugins</h3>
   <h4><code>@​hey-api/client-angular</code></h4>
   <ul>
   <li><strong>⚠️ Breaking:</strong> <code>request</code> and 
<code>response</code> objects might be undefined (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect <code>throwOnError</code> when 
request validation fails (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-fetch</code></h4>
   <ul>
   <li><strong>⚠️ Breaking:</strong> pass previous result to error interceptors 
(<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> <code>request</code> and 
<code>response</code> objects might be undefined (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect <code>throwOnError</code> when 
request validation fails (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-ky</code></h4>
   <ul>
   <li><strong>⚠️ Breaking:</strong> pass previous result to error interceptors 
(<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> <code>request</code> and 
<code>response</code> objects might be undefined (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect <code>throwOnError</code> when 
request validation fails (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect ky instance defaults (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3806";>#3806</a>)</li>
   </ul>
   <h3>Changed Ky client behavior</h3>
   <p>The Ky client was updated to be more intuitive. Some Ky options now need 
to be passed via the <code>kyOptions</code> field and you need to pass 
<code>undefined</code> to unset an option.</p>
   <h4><code>@​hey-api/client-next</code></h4>
   <ul>
   <li><strong>⚠️ Breaking:</strong> <code>request</code> and 
<code>response</code> objects might be undefined (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> pass previous result to error interceptors 
(<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect <code>throwOnError</code> when 
request validation fails (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   </ul>
   <h4><code>@​hey-api/client-ofetch</code></h4>
   <ul>
   <li><strong>⚠️ Breaking:</strong> <code>request</code> and 
<code>response</code> objects might be undefined (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   <li><strong>⚠️ Breaking:</strong> respect <code>throwOnError</code> when 
request validation fails (<a 
href="https://redirect.github.com/hey-api/openapi-ts/pull/3814";>#3814</a>)</li>
   </ul>
   <!-- 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/@hey-api/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@tanstack/react-query` from 5.100.5 to 5.100.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/query/releases";>@​tanstack/react-query's 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>docs(devtools): align logo, panel, and 'buttonPosition' union 
descriptions across docs and JSDoc (<a 
href="https://redirect.github.com/TanStack/query/pull/10617";>#10617</a>)</p>
   </li>
   <li>
   <p>Updated dependencies []:</p>
   <ul>
   <li><code>@​tanstack/query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</h2>
   <h3>Patch Changes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md";>@​tanstack/react-query's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.100.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.8</li>
   </ul>
   </li>
   </ul>
   <h2>5.100.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.7</li>
   </ul>
   </li>
   </ul>
   <h2>5.100.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.100.6</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/query/commit/9800c8f1a3f7907956410c23426a26d981e7d694";><code>9800c8f</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10623";>#10623</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/3ae42619e5713b2fd6916760e84f7c9ddaa7a317";><code>3ae4261</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10620";>#10620</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/87f7ccf580d7c12c527ce922a43977c9c653f897";><code>87f7ccf</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10604";>#10604</a>)</li>
   <li>See full diff in <a 
href="https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.15.2 to 1.16.0
   <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.0 — May 2, 2026</h2>
   <p>This release adds support for the QUERY HTTP method and a new 
<code>ECONNREFUSED</code> error constant, lands a substantial wave of HTTP, 
fetch, and XHR adapter bug fixes around redirects, aborts, headers, and 
timeouts, and welcomes 23 new contributors.</p>
   <h2>⚠️ Notable Changes</h2>
   <p>A handful of fixes in this release are either security-adjacent or change 
observable behaviour. Please review before upgrading:</p>
   <ul>
   <li><strong>Fetch adapter now enforces <code>maxBodyLength</code> and 
<code>maxContentLength</code>.</strong> These limits were silently ignored on 
the fetch adapter prior to 1.16.0 — anyone relying on them as a safety net (DoS 
protection, accidental large uploads) had no protection. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10795";>#10795</a></strong>)</li>
   <li><strong>Proxy requests now preserve user-supplied <code>Host</code> 
headers.</strong> Previously, the proxy path could overwrite a custom 
<code>Host</code>. Virtual-host-style routing through a proxy will now behave 
correctly. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10822";>#10822</a></strong>)</li>
   <li><strong>Basic auth credentials embedded in URLs are now 
URL-decoded.</strong> If you have percent-encoded credentials in a URL (e.g. 
<code>https://user:p%40ss@host</code>), the decoded value is what now goes on 
the wire. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10825";>#10825</a></strong>)</li>
   <li><strong><code>parseProtocol</code> now strictly requires a colon in the 
protocol separator.</strong> Strings that loosely parsed as protocols before 
may no longer match. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   <li><strong>Deprecated <code>unescape()</code> replaced with modern UTF-8 
encoding.</strong> Non-ASCII URL handling is now spec-correct; consumers 
depending on legacy <code>unescape()</code> quirks may see different output 
bytes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7378";>#7378</a></strong>)</li>
   <li><strong><code>transformRequest</code> input typing change was 
reverted.</strong> The typing change introduced in <a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a> was 
reverted in <a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a> after 
follow-up review — net behavior is unchanged from 1.15.2. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a></strong>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li><strong>QUERY HTTP Method:</strong> Added support for the QUERY HTTP 
method across adapters and type definitions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10802";>#10802</a></strong>)</li>
   <li><strong>ECONNREFUSED Error Constant:</strong> Exposed 
<code>ECONNREFUSED</code> as a constant on <code>AxiosError</code> so callers 
can match connection-refused failures without comparing string literals (closes 
<a href="https://redirect.github.com/axios/axios/issues/6485";>#6485</a>). 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10680";>#10680</a></strong>)</li>
   <li><strong>Encode Helper Export:</strong> Exported the internal 
<code>encode</code> helper from <code>buildURL</code> so userland param 
serializers can reuse the same encoding logic that axios uses internally. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/6897";>#6897</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>HTTP Adapter — Redirects &amp; Headers:</strong> Cleared stale 
headers when a redirect targets a no-proxy host, fixed the redirect listener 
chain so listeners no longer stack across hops, restored the missing 
<code>requestDetails</code> argument on <code>beforeRedirect</code>, preserved 
user-supplied <code>Host</code> headers when forwarding through a proxy, and 
properly URL-decoded basic auth credentials. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10794";>#10794</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10800";>#10800</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/6241";>#6241</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10822";>#10822</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10825";>#10825</a></strong>)</li>
   <li><strong>HTTP Adapter — Streams &amp; Timeouts:</strong> Preserved the 
partial response object on <code>AxiosError</code> when a stream is aborted 
after headers arrive, honoured the <code>timeout</code> option during the 
connect phase when redirects are disabled, and resolved an unsettled-promise 
hang when an aborted request was combined with compression and 
<code>maxRedirects: 0</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10708";>#10708</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10819";>#10819</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7149";>#7149</a></strong>)</li>
   <li><strong>Fetch Adapter:</strong> Enforced <code>maxBodyLength</code> / 
<code>maxContentLength</code> in the fetch adapter, set the 
<code>User-Agent</code> header to match the HTTP adapter, preserved the 
original abort reason instead of replacing it with a generic error, and 
deferred global access so importing the module no longer throws a 
<code>TypeError</code> in restricted environments. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10795";>#10795</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10772";>#10772</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10806";>#10806</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7260";>#7260</a></strong>)</li>
   <li><strong>XHR Adapter:</strong> Unsubscribed the <code>cancelToken</code> 
and <code>AbortSignal</code> listeners on the error, timeout, and abort code 
paths to prevent leaked subscriptions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10787";>#10787</a></strong>)</li>
   <li><strong>Error Handling:</strong> Attached the parsed response to 
<code>AxiosError</code> when <code>JSON.parse</code> fails inside 
<code>dispatchRequest</code>, prevented <code>settle</code> from emitting 
<code>undefined</code> error codes, and tightened the 
<code>parseProtocol</code> regex to require a colon in the protocol separator. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10724";>#10724</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7276";>#7276</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   <li><strong>Types &amp; Exports:</strong> Aligned the CommonJS 
<code>CancelToken</code> typings with the ESM build, fixed a compiler error 
caused by <code>RawAxiosHeaders</code>, and re-exported <code>create</code> 
from the package index. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7414";>#7414</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/6389";>#6389</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/6460";>#6460</a></strong>)</li>
   <li><strong>UTF-8 Encoding:</strong> Replaced the deprecated 
<code>unescape()</code> call with a modern UTF-8 encoding implementation. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7378";>#7378</a></strong>)</li>
   <li><strong>Misc Cleanup:</strong> Resolved a batch of small inconsistencies 
and gadget-level issues across the codebase. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10833";>#10833</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>Refactor — ES6 Modernisation:</strong> Modernised the 
<code>utils</code> module and XHR adapter to use ES6 features, and tidied the 
multipart boundary error message. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10588";>#10588</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7419";>#7419</a></strong>)</li>
   <li><strong>Tests:</strong> Hardened the HTTP test server lifecycle to fix 
flaky <code>FormData</code> EPIPE failures, fixed Win32 platform support for 
the pipe tests, and corrected an incorrect test assumption. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10820";>#10820</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10791";>#10791</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10796";>#10796</a></strong>)</li>
   <li><strong>Docs:</strong> Documented <code>paramsSerializer.encode</code> 
for strict RFC 3986 query encoding, updated the <code>parseReviver</code> 
TypeScript definitions and configuration docs for ES2023, added timeout 
guidance to the README's first async example, and expanded notes around the 
recent type changes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10821";>#10821</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10782";>#10782</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10759";>#10759</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10804";>#10804</a></strong>)</li>
   <li><strong>Reverted:</strong> Reverted the <code>transformRequest</code> 
input typing change from <a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a> after 
follow-up review. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped <code>actions/setup-node</code>, 
the <code>github-actions</code> group, and <code>postcss</code> (in 
<code>/docs</code>) to their latest versions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10785";>#10785</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10813";>#10813</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10814";>#10814</a></strong>)</li>
   <li><strong>Release:</strong> Updated changelog and packages, and prepared 
the 1.16.0 release. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10790";>#10790</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10834";>#10834</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/singhankit001";><code>@​singhankit001</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10588";>#10588</a></strong>)</li>
   <li><strong><a 
href="https://github.com/cuiweixie";><code>@​cuiweixie</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7419";>#7419</a></strong>)</li>
   <li><strong><a 
href="https://github.com/iruizsalinas";><code>@​iruizsalinas</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10787";>#10787</a></strong>)</li>
   <li><strong><a 
href="https://github.com/MarcosNocetti";><code>@​MarcosNocetti</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10680";>#10680</a></strong>)</li>
   <li><strong><a 
href="https://github.com/deepview-autofix";><code>@​deepview-autofix</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.0 — May 2, 2026</h2>
   <p>This release adds support for the QUERY HTTP method and a new 
<code>ECONNREFUSED</code> error constant, lands a substantial wave of HTTP, 
fetch, and XHR adapter bug fixes around redirects, aborts, headers, and 
timeouts, and welcomes 23 new contributors.</p>
   <h2>⚠️ Notable Changes</h2>
   <p>A handful of fixes in this release are either security-adjacent or change 
observable behaviour. Please review before upgrading:</p>
   <ul>
   <li><strong>Fetch adapter now enforces <code>maxBodyLength</code> and 
<code>maxContentLength</code>.</strong> These limits were silently ignored on 
the fetch adapter prior to 1.16.0 — anyone relying on them as a safety net (DoS 
protection, accidental large uploads) had no protection. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10795";>#10795</a></strong>)</li>
   <li><strong>Proxy requests now preserve user-supplied <code>Host</code> 
headers.</strong> Previously, the proxy path could overwrite a custom 
<code>Host</code>. Virtual-host-style routing through a proxy will now behave 
correctly. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10822";>#10822</a></strong>)</li>
   <li><strong>Basic auth credentials embedded in URLs are now 
URL-decoded.</strong> If you have percent-encoded credentials in a URL (e.g. 
<code>https://user:p%40ss@host</code>), the decoded value is what now goes on 
the wire. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10825";>#10825</a></strong>)</li>
   <li><strong><code>parseProtocol</code> now strictly requires a colon in the 
protocol separator.</strong> Strings that loosely parsed as protocols before 
may no longer match. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   <li><strong>Deprecated <code>unescape()</code> replaced with modern UTF-8 
encoding.</strong> Non-ASCII URL handling is now spec-correct; consumers 
depending on legacy <code>unescape()</code> quirks may see different output 
bytes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7378";>#7378</a></strong>)</li>
   <li><strong><code>transformRequest</code> input typing change was 
reverted.</strong> The typing change introduced in <a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a> was 
reverted in <a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a> after 
follow-up review — net behavior is unchanged from 1.15.2. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a></strong>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li><strong>QUERY HTTP Method:</strong> Added support for the QUERY HTTP 
method across adapters and type definitions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10802";>#10802</a></strong>)</li>
   <li><strong>ECONNREFUSED Error Constant:</strong> Exposed 
<code>ECONNREFUSED</code> as a constant on <code>AxiosError</code> so callers 
can match connection-refused failures without comparing string literals (closes 
<a href="https://redirect.github.com/axios/axios/issues/6485";>#6485</a>). 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10680";>#10680</a></strong>)</li>
   <li><strong>Encode Helper Export:</strong> Exported the internal 
<code>encode</code> helper from <code>buildURL</code> so userland param 
serializers can reuse the same encoding logic that axios uses internally. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/6897";>#6897</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>HTTP Adapter — Redirects &amp; Headers:</strong> Cleared stale 
headers when a redirect targets a no-proxy host, fixed the redirect listener 
chain so listeners no longer stack across hops, restored the missing 
<code>requestDetails</code> argument on <code>beforeRedirect</code>, preserved 
user-supplied <code>Host</code> headers when forwarding through a proxy, and 
properly URL-decoded basic auth credentials. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10794";>#10794</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10800";>#10800</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/6241";>#6241</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10822";>#10822</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10825";>#10825</a></strong>)</li>
   <li><strong>HTTP Adapter — Streams &amp; Timeouts:</strong> Preserved the 
partial response object on <code>AxiosError</code> when a stream is aborted 
after headers arrive, honoured the <code>timeout</code> option during the 
connect phase when redirects are disabled, and resolved an unsettled-promise 
hang when an aborted request was combined with compression and 
<code>maxRedirects: 0</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10708";>#10708</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10819";>#10819</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7149";>#7149</a></strong>)</li>
   <li><strong>Fetch Adapter:</strong> Enforced <code>maxBodyLength</code> / 
<code>maxContentLength</code> in the fetch adapter, set the 
<code>User-Agent</code> header to match the HTTP adapter, preserved the 
original abort reason instead of replacing it with a generic error, and 
deferred global access so importing the module no longer throws a 
<code>TypeError</code> in restricted environments. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10795";>#10795</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10772";>#10772</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10806";>#10806</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7260";>#7260</a></strong>)</li>
   <li><strong>XHR Adapter:</strong> Unsubscribed the <code>cancelToken</code> 
and <code>AbortSignal</code> listeners on the error, timeout, and abort code 
paths to prevent leaked subscriptions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10787";>#10787</a></strong>)</li>
   <li><strong>Error Handling:</strong> Attached the parsed response to 
<code>AxiosError</code> when <code>JSON.parse</code> fails inside 
<code>dispatchRequest</code>, prevented <code>settle</code> from emitting 
<code>undefined</code> error codes, and tightened the 
<code>parseProtocol</code> regex to require a colon in the protocol separator. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10724";>#10724</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7276";>#7276</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   <li><strong>Types &amp; Exports:</strong> Aligned the CommonJS 
<code>CancelToken</code> typings with the ESM build, fixed a compiler error 
caused by <code>RawAxiosHeaders</code>, and re-exported <code>create</code> 
from the package index. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/7414";>#7414</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/6389";>#6389</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/6460";>#6460</a></strong>)</li>
   <li><strong>UTF-8 Encoding:</strong> Replaced the deprecated 
<code>unescape()</code> call with a modern UTF-8 encoding implementation. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7378";>#7378</a></strong>)</li>
   <li><strong>Misc Cleanup:</strong> Resolved a batch of small inconsistencies 
and gadget-level issues across the codebase. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10833";>#10833</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>Refactor — ES6 Modernisation:</strong> Modernised the 
<code>utils</code> module and XHR adapter to use ES6 features, and tidied the 
multipart boundary error message. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10588";>#10588</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/7419";>#7419</a></strong>)</li>
   <li><strong>Tests:</strong> Hardened the HTTP test server lifecycle to fix 
flaky <code>FormData</code> EPIPE failures, fixed Win32 platform support for 
the pipe tests, and corrected an incorrect test assumption. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10820";>#10820</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10791";>#10791</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10796";>#10796</a></strong>)</li>
   <li><strong>Docs:</strong> Documented <code>paramsSerializer.encode</code> 
for strict RFC 3986 query encoding, updated the <code>parseReviver</code> 
TypeScript definitions and configuration docs for ES2023, added timeout 
guidance to the README's first async example, and expanded notes around the 
recent type changes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10821";>#10821</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10782";>#10782</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10759";>#10759</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10804";>#10804</a></strong>)</li>
   <li><strong>Reverted:</strong> Reverted the <code>transformRequest</code> 
input typing change from <a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a> after 
follow-up review. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10745";>#10745</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10810";>#10810</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped <code>actions/setup-node</code>, 
the <code>github-actions</code> group, and <code>postcss</code> (in 
<code>/docs</code>) to their latest versions. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10785";>#10785</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10813";>#10813</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10814";>#10814</a></strong>)</li>
   <li><strong>Release:</strong> Updated changelog and packages, and prepared 
the 1.16.0 release. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10790";>#10790</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10834";>#10834</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/singhankit001";><code>@​singhankit001</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10588";>#10588</a></strong>)</li>
   <li><strong><a 
href="https://github.com/cuiweixie";><code>@​cuiweixie</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/7419";>#7419</a></strong>)</li>
   <li><strong><a 
href="https://github.com/iruizsalinas";><code>@​iruizsalinas</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10787";>#10787</a></strong>)</li>
   <li><strong><a 
href="https://github.com/MarcosNocetti";><code>@​MarcosNocetti</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10680";>#10680</a></strong>)</li>
   <li><strong><a 
href="https://github.com/deepview-autofix";><code>@​deepview-autofix</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10729";>#10729</a></strong>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/df53d7dd99b202fb194217abd127ae6a630e70dc";><code>df53d7d</code></a>
 chore(release): prepare release 1.16.0 (<a 
href="https://redirect.github.com/axios/axios/issues/10834";>#10834</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/9d92bcd32639d1eea5b89f03ae45f248d3bb058e";><code>9d92bcd</code></a>
 fix: gadgets and smaller issues (<a 
href="https://redirect.github.com/axios/axios/issues/10833";>#10833</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/5107ee69aee527b19eabaf80000ca65752135435";><code>5107ee6</code></a>
 fix: prevent undefined error codes in settle (<a 
href="https://redirect.github.com/axios/axios/issues/7276";>#7276</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/e57349992f230b6b13e80613eb84302560aa5ba8";><code>e573499</code></a>
 fix(fetch): defer global access in fetch adapter (<a 
href="https://redirect.github.com/axios/axios/issues/7260";>#7260</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/ad68e1a484b50086af427f767bbd7d6e3aab7ac3";><code>ad68e1a</code></a>
 fix(http): honor timeout during connect without redirects (<a 
href="https://redirect.github.com/axios/axios/issues/10819";>#10819</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/2a51828213128691d2e37502b5eb2cf4965a737d";><code>2a51828</code></a>
 fix(http): decode URL basic auth credentials (<a 
href="https://redirect.github.com/axios/axios/issues/10825";>#10825</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/0e8b6bbb542131bae9940618d84d5286255d4db1";><code>0e8b6bb</code></a>
 fix(http): preserve user-supplied Host header when forwarding through a 
proxy...</li>
   <li><a 
href="https://github.com/axios/axios/commit/79f39e1d041dca87173226d0255f90eaf252564b";><code>79f39e1</code></a>
 docs: document paramsSerializer.encode for strict RFC 3986 query encoding (<a 
href="https://redirect.github.com/axios/axios/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/axios/axios/commit/0fe3a5fc14829535e1d517c662d448e86c33438e";><code>0fe3a5f</code></a>
 [Docs/Types] Update <code>parseReviver</code> TypeScript definitions for 
ES2023 and add ...</li>
   <li><a 
href="https://github.com/axios/axios/commit/cd6737fd84bdb7caf2a319d3579573a49f9d238d";><code>cd6737f</code></a>
 chore: matches the sibling responseStream.on(aborted) handler and added 
tests...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.15.2...v1.16.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-cookie` from 8.1.0 to 8.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ItsBenCodes/cookies/releases";>react-cookie's 
releases</a>.</em></p>
   <blockquote>
   <h2>v8.1.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>ci: streamline release process by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/954";>ItsBenCodes/cookies#954</a></li>
   <li>chore: migrate from yarn to npm by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/955";>ItsBenCodes/cookies#955</a></li>
   <li>chore: upgrade dependencies by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/956";>ItsBenCodes/cookies#956</a></li>
   <li>chore: add commit and validate skills by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/957";>ItsBenCodes/cookies#957</a></li>
   <li>chore: remove renovate config by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/958";>ItsBenCodes/cookies#958</a></li>
   <li>Bump to v8.1.2 by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/959";>ItsBenCodes/cookies#959</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ItsBenCodes/cookies/compare/v8.1.1...v8.1.2";>https://github.com/ItsBenCodes/cookies/compare/v8.1.1...v8.1.2</a></p>
   <h2>v8.1.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: use isomorphic layout effect in <code>useCookies</code> to suppress 
SSR warning by <a 
href="https://github.com/rr-jimmy-multani";><code>@​rr-jimmy-multani</code></a> 
in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/949";>ItsBenCodes/cookies#949</a></li>
   <li>fix: patch dependency vulnerabilities by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/950";>ItsBenCodes/cookies#950</a></li>
   <li>Bump to v8.1.1 by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/951";>ItsBenCodes/cookies#951</a></li>
   <li>fix: drop Node-only types from universal-cookie by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/952";>ItsBenCodes/cookies#952</a></li>
   <li>fix: use git+https format for repository URLs in package.json by <a 
href="https://github.com/ItsBenCodes";><code>@​ItsBenCodes</code></a> in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/953";>ItsBenCodes/cookies#953</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/rr-jimmy-multani";><code>@​rr-jimmy-multani</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/ItsBenCodes/cookies/pull/949";>ItsBenCodes/cookies#949</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ItsBenCodes/cookies/compare/v8.1.0...v8.1.1";>https://github.com/ItsBenCodes/cookies/compare/v8.1.0...v8.1.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/54f246ee61c487792331d42f40f2a34960ba2a5b";><code>54f246e</code></a>
 Bump to v8.1.2 (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/959";>#959</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/837ce22c81b66c9c1d775426c8b4c6be166a4e2b";><code>837ce22</code></a>
 chore: remove renovate config (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/958";>#958</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/2a2ae32481bcae8eeebd51f6e514cf3f349296ed";><code>2a2ae32</code></a>
 chore: add commit and validate skills (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/957";>#957</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/55852b55b2d463272b65071801ecb87ea0328469";><code>55852b5</code></a>
 chore: upgrade dependencies (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/956";>#956</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/c7e5c38d4ee65cb003d29f742938c0f94d01623d";><code>c7e5c38</code></a>
 chore: migrate from yarn to npm (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/955";>#955</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/0506588df3d11e3b961c96e7d758239da7f10135";><code>0506588</code></a>
 ci: streamline release process (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/954";>#954</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/c8db2b2a21bb2147b73243d3a58bd34858c6ce5e";><code>c8db2b2</code></a>
 fix: use git+https format for repository URLs in package.json (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/953";>#953</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/e31a47b1de36b4fc5d6e325c373b71f9e29e8f45";><code>e31a47b</code></a>
 fix: use ReturnType&lt;typeof setInterval&gt; and globalThis to avoid Node 
type dep...</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/65a3247bfcd6a61bf3c63ba4ec21e98d1546bfab";><code>65a3247</code></a>
 Bump to v8.1.1 (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/951";>#951</a>)</li>
   <li><a 
href="https://github.com/ItsBenCodes/cookies/commit/69b722338723b6e0b3efdf534cebb02535990ced";><code>69b7223</code></a>
 fix: patch dependency vulnerabilities (<a 
href="https://redirect.github.com/ItsBenCodes/cookies/issues/950";>#950</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ItsBenCodes/cookies/compare/v8.1.0...v8.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for react-cookie since your current version.</p>
   </details>
   <br />
   
   Updates `react-hook-form` from 7.74.0 to 7.75.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 7.75.0</h2>
   <p>🦧 feat: improve get dirty fields prune empty fields (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13363";>#13363</a>)</p>
   <pre lang="diff"><code>+ dirtyFields: { test: [{ data: false }] }
   - dirtyFields: {} // removed the empty node with false value
   </code></pre>
   <p>🎹 typescript 6.0 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13330";>#13330</a>)
   🌡️ chore: minor improvement on setValue &amp; reset (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13366";>#13366</a>)
   🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13403";>#13403</a>:
 include setValues in FormProvider context value (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13404";>#13404</a>)
   🐞 fix: recompute isDirty after re-registering a previously unregistered 
field (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13399";>#13399</a>)
   🐞 fix: preserve watch updates on field array unmount fixes <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13375";>#13375</a>
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13385";>#13385</a>)
   🐞 fix: prevent useWatch re-render when unrelated field validation is … (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13398";>#13398</a>)</p>
   <p>thanks to <a 
href="https://github.com/dfedoryshchev";><code>@​dfedoryshchev</code></a>, <a 
href="https://github.com/cyky";><code>@​cyky</code></a> &amp; <a 
href="https://github.com/gkarabelos";><code>@​gkarabelos</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.75.0] - 2026-05-02</h2>
   <h3>Added</h3>
   <ul>
   <li>Improve <code>getDirtyFields</code> to prune empty fields</li>
   <li>TypeScript 6.0 support</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Include <code>setValues</code> in <code>FormProvider</code> context 
value</li>
   <li>Preserve watch updates on field array unmount</li>
   <li>Prevent <code>useWatch</code> re-render when unrelated field validation 
occurs</li>
   <li>Recompute <code>isDirty</code> after re-registering a previously 
unregistered field</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/24bde231d1830995222f2612aa72300f65296c7d";><code>24bde23</code></a>
 7.75.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/aa6f795df03c1c51a34d3da5e78862614100d4dc";><code>aa6f795</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13403";>#13403</a>:
 include setValues in FormProvider context value (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13404";>#13404</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/c2b22f974b032de875006fc093b8f2d498564447";><code>c2b22f9</code></a>
 🥊 all ts-ignores removed</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/3165a52636aaf5e1f471f5b969b543f063edb3c6";><code>3165a52</code></a>
 🧸 fix more <a 
href="https://github.com/ts-ignores";><code>@​ts-ignores</code></a></li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/7c51590100a04bc00411a7b532bba1e42f6fcdfe";><code>7c51590</code></a>
 🧸 fix more <a 
href="https://github.com/ts-ignores";><code>@​ts-ignores</code></a></li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/b16b4fac8ede6419c4d1c3de23025354d3894573";><code>b16b4fa</code></a>
 🎹 typescript 6.0 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13330";>#13330</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/4bace71e235ed116cc1e1c114511e1f92b9a2028";><code>4bace71</code></a>
 🐞 fix: preserve watch updates on field array unmount fixes <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13375";>#13375</a>
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13385";>#13385</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/2adb9c08f2a8224bbe5de0428e59fbe8a615f48e";><code>2adb9c0</code></a>
 🐞 fix: prevent useWatch re-render when unrelated field validation is … (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13398";>#13398</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/f5a234d1f940fdb554bbd96dfc323f1d1d006951";><code>f5a234d</code></a>
 🦧 feat: improve get dirty fields prune empty fields (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13363";>#13363</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/def8fd599c3e990f4b77bc331be5a4c2b3cd6d96";><code>def8fd5</code></a>
 🐞 fix: recompute isDirty after re-registering a previously unregistered 
field...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.74.0...v7.75.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint` from 10.2.1 to 10.3.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.3.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/379571a975f2b24d88037b9de2e72ec61d004130";><code>379571a</code></a>
 feat: add suggestions for no-unused-private-class-members (<a 
href="https://redirect.github.com/eslint/eslint/issues/20773";>#20773</a>) 
(sethamus)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/b6ae5cf07b9b51802367539cb24b245b61eaa37c";><code>b6ae5cf</code></a>
 fix: handle unavailable require cache (<a 
href="https://redirect.github.com/eslint/eslint/issues/20812";>#20812</a>) 
(Simon Podlipsky)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6fb3685bcbe9a6f72fd7dfb9129686b6fb96b0bd";><code>6fb3685</code></a>
 fix: rule suggestions cause continuation in class body (<a 
href="https://redirect.github.com/eslint/eslint/issues/20787";>#20787</a>) 
(Milos Djermanovic)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/32cc7ab4ec653ce89da92deb5c40a9f4fc707fe5";><code>32cc7ab</code></a>
 docs: fix typos in docs and comments (<a 
href="https://redirect.github.com/eslint/eslint/issues/20809";>#20809</a>) 
(Tanuj Kanti)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7f479376a2fa463d823ab762db6bb37ce8d2ee8f";><code>7f47937</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/d32235ec19ceea211fa86452afa383ca05f5c2f9";><code>d32235e</code></a>
 ci: use pnpm in <code>eslint-flat-config-utils</code> type integration test 
(<a href="https://redirect.github.com/eslint/eslint/issues/20826";>#20826</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3ffb14ea517de750ed1181579ef844af342e4096";><code>3ffb14e</code></a>
 chore: clean up typos in comments and JSDoc (<a 
href="https://redirect.github.com/eslint/eslint/issues/20821";>#20821</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/22eb58a21cbde2fbd53a1fae99453d408672de50";><code>22eb58a</code></a>
 chore: add missing continue-on-error to ecosystem-tests.yml (<a 
href="https://redirect.github.com/eslint/eslint/issues/20818";>#20818</a>) (Josh 
Goldberg ✨)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/88bf0024cb36caebf2880516d9a1f81aa75dafe2";><code>88bf002</code></a>
 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20815";>#20815</a>) 
(dependabot[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/97c8c330beae9557ad24e19f94eebc8d08d1a722";><code>97c8c33</code></a>
 chore: update ilshidur/action-discord action to v0.4.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20811";>#20811</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2f58136dd47364a4cae7054a64f7bf1e79693813";><code>2f58136</code></a>
 chore: pin peter-evans/create-pull-request action to 5f6978f (<a 
href="https://redirect.github.com/eslint/eslint/issues/20810";>#20810</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/77add7f1bc91ed17bba3be3289928a9146c5f5a1";><code>77add7f</code></a>
 chore: add initial ecosystem plugin tests workflow (<a 
href="https://redirect.github.com/eslint/eslint/issues/19643";>#19643</a>) (Josh 
Goldberg ✨)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/4023b55490fae55e464fe35530ef038cdf5d79a5";><code>4023b55</code></a>
 test: Add unit tests for SuppressionsService.prune() (<a 
href="https://redirect.github.com/eslint/eslint/issues/20797";>#20797</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/54080dad4f77bb39a1a843933d4ff3a2b7c175e2";><code>54080da</code></a>
 test: add unit tests for ForkContext (<a 
href="https://redirect.github.com/eslint/eslint/issues/20778";>#20778</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f0e2bcc4bf19253aaebfbd7df87824b0ca4a151f";><code>f0e2bcc</code></a>
 test: add unit tests for SuppressionsService.suppress() method (<a 
href="https://redirect.github.com/eslint/eslint/issues/20765";>#20765</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a7f0b94743a99bcdf8d07cff15ffbfa6a6c5f927";><code>a7f0b94</code></a>
 chore: update dependency prettier to v3.8.3 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20782";>#20782</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7bf93d9e79f6dbf77242cbb9a9b8be834730fccd";><code>7bf93d9</code></a>
 chore: update TypeScript to v6 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20677";>#20677</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b42dd72e76e7f90e7f0be9458288d93353052adc";><code>b42dd72</code></a>
 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20781";>#20781</a>) 
(dependabot[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2b252be80f362cca7be3326a6dbe958680fdfe9a";><code>2b252be</code></a>
 test: add unit tests for IdGenerator (<a 
href="https://redirect.github.com/eslint/eslint/issues/20775";>#20775</a>) 
(kuldeep kumar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/78892043a36da4aa7640b59c99344b00c181048a";><code>7889204</code></a>
 10.3.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5b69b4fce4dc407c8e960eba638b5a3409c4f1fd";><code>5b69b4f</code></a>
 Build: changelog update for 10.3.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d32235ec19ceea211fa86452afa383ca05f5c2f9";><code>d32235e</code></a>
 ci: use pnpm in <code>eslint-flat-config-utils</code> type integration test 
(<a 
href="https://redirect.github.com/eslint/eslint/issues/20826";>#20826</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b6ae5cf07b9b51802367539cb24b245b61eaa37c";><code>b6ae5cf</code></a>
 fix: handle unavailable require cache (<a 
href="https://redirect.github.com/eslint/eslint/issues/20812";>#20812</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3ffb14ea517de750ed1181579ef844af342e4096";><code>3ffb14e</code></a>
 chore: clean up typos in comments and JSDoc (<a 
href="https://redirect.github.com/eslint/eslint/issues/20821";>#20821</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6fb3685bcbe9a6f72fd7dfb9129686b6fb96b0bd";><code>6fb3685</code></a>
 fix: rule suggestions cause continuation in class body (<a 
href="https://redirect.github.com/eslint/eslint/issues/20787";>#20787</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/22eb58a21cbde2fbd53a1fae99453d408672de50";><code>22eb58a</code></a>
 chore: add missing continue-on-error to ecosystem-tests.yml (<a 
href="https://redirect.github.com/eslint/eslint/issues/20818";>#20818</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/88bf0024cb36caebf2880516d9a1f81aa75dafe2";><code>88bf002</code></a>
 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20815";>#20815</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/379571a975f2b24d88037b9de2e72ec61d004130";><code>379571a</code></a>
 feat: add suggestions for no-unused-private-class-members (<a 
href="https://redirect.github.com/eslint/eslint/issues/20773";>#20773</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/97c8c330beae9557ad24e19f94eebc8d08d1a722";><code>97c8c33</code></a>
 chore: update ilshidur/action-discord action to v0.4.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20811";>#20811</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v10.2.1...v10.3.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