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

   Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.25.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodejs/undici/releases";>undici's releases</a>.</em></p>
   <blockquote>
   <h2>v7.25.0</h2>
   <h2>What's Changed</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v7.24.8...v7.25.0";>https://github.com/nodejs/undici/compare/v7.24.8...v7.25.0</a></p>
   <h2>v7.24.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: backport 401 stream-backed body fix to v7.x by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/5006";>nodejs/undici#5006</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v7.24.7...v7.24.8";>https://github.com/nodejs/undici/compare/v7.24.7...v7.24.8</a></p>
   <h2>v7.24.7</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>docs: update broken links in file &quot;Dispatcher.md&quot; by <a 
href="https://github.com/samuel871211";><code>@​samuel871211</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4924";>nodejs/undici#4924</a></li>
   <li>doc: remove unused parameter <code>redirectionLimitReached</code> by <a 
href="https://github.com/samuel871211";><code>@​samuel871211</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4933";>nodejs/undici#4933</a></li>
   <li>test: skip flaky macOS Node 20 cookie fetch cases by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4932";>nodejs/undici#4932</a></li>
   <li>fix(types): align Response with DOM fetch types by <a 
href="https://github.com/theamodhshetty";><code>@​theamodhshetty</code></a> in 
<a 
href="https://redirect.github.com/nodejs/undici/pull/4867";>nodejs/undici#4867</a></li>
   <li>fix(types): Fix clone method type declaration to be an instance method 
rather than instance property by <a 
href="https://github.com/mistval";><code>@​mistval</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4925";>nodejs/undici#4925</a></li>
   <li>test: skip IPv6 tests when IPv6 is not available by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4939";>nodejs/undici#4939</a></li>
   <li>fix: correctly handle multi-value rawHeaders in fetch by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4938";>nodejs/undici#4938</a></li>
   <li>ignore AGENTS.md by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4942";>nodejs/undici#4942</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/samuel871211";><code>@​samuel871211</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nodejs/undici/pull/4924";>nodejs/undici#4924</a></li>
   <li><a href="https://github.com/mistval";><code>@​mistval</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nodejs/undici/pull/4925";>nodejs/undici#4925</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v7.24.6...v7.24.7";>https://github.com/nodejs/undici/compare/v7.24.6...v7.24.7</a></p>
   <h2>v7.24.6</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(test): client wasm compatible with clang 22 by <a 
href="https://github.com/rozzilla";><code>@​rozzilla</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4909";>nodejs/undici#4909</a></li>
   <li>fix(mock): improve error message when intercepts are exhausted by <a 
href="https://github.com/travisbreaks";><code>@​travisbreaks</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4912";>nodejs/undici#4912</a></li>
   <li>fix(websocket): support open diagnostics over h2 by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4921";>nodejs/undici#4921</a></li>
   <li>fix: assume http/https scheme for scheme-less proxy env vars by <a 
href="https://github.com/travisbreaks";><code>@​travisbreaks</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4914";>nodejs/undici#4914</a></li>
   <li>fix(cache): check Authorization on request headers per RFC 9111 §3.5 by 
<a href="https://github.com/metalix2";><code>@​metalix2</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4911";>nodejs/undici#4911</a></li>
   <li>fix: wrap kConnector call in try/catch to prevent client hang by <a 
href="https://github.com/veeceey";><code>@​veeceey</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4834";>nodejs/undici#4834</a></li>
   <li>docs: clarify fetch and FormData pairing by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4922";>nodejs/undici#4922</a></li>
   <li>fix: support Connection header with connection-specific header names per 
RFC 7230 by <a href="https://github.com/mcollina";><code>@​mcollina</code></a> 
in <a 
href="https://redirect.github.com/nodejs/undici/pull/4775";>nodejs/undici#4775</a></li>
   <li>fix: avoid prototype collisions in parseHeaders by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4923";>nodejs/undici#4923</a></li>
   <li>build(deps-dev): bump typescript from 5.9.3 to 6.0.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/nodejs/undici/pull/4926";>nodejs/undici#4926</a></li>
   <li>test: auto-init WPT submodule by <a 
href="https://github.com/mcollina";><code>@​mcollina</code></a> in <a 
href="https://redirect.github.com/nodejs/undici/pull/4930";>nodejs/undici#4930</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/rozzilla";><code>@​rozzilla</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nodejs/undici/pull/4909";>nodejs/undici#4909</a></li>
   <li><a href="https://github.com/veeceey";><code>@​veeceey</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nodejs/undici/pull/4834";>nodejs/undici#4834</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v7.24.5...v7.24.6";>https://github.com/nodejs/undici/compare/v7.24.5...v7.24.6</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nodejs/undici/commit/12d9045923b7caebb1ae6975ef34c29dbcfd95d0";><code>12d9045</code></a>
 Bumped v7.25.0 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5025";>#5025</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/7a6f7febb30a30748a04f38c21e3641c77d21b0e";><code>7a6f7fe</code></a>
 Bumped v7.24.8 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5020";>#5020</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/1f85ae4b27ed6401e7ccc35eb546ad2e5976121f";><code>1f85ae4</code></a>
 fix: avoid 401 failures for stream-backed request bodies (<a 
href="https://redirect.github.com/nodejs/undici/issues/4941";>#4941</a>) (<a 
href="https://redirect.github.com/nodejs/undici/issues/5006";>#5006</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/c6610674dfad7c205ddf0f27831133973ad7894e";><code>c661067</code></a>
 chore: update v7.x maintenance release flow</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/84f23e2a19cd0f585579c4257d801e4ec2d65dbd";><code>84f23e2</code></a>
 Bumped v7.24.7 (<a 
href="https://redirect.github.com/nodejs/undici/issues/4947";>#4947</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/a770b1033201984b9e8082a9bf955414bff5dc2e";><code>a770b10</code></a>
 ignore AGENTS.md (<a 
href="https://redirect.github.com/nodejs/undici/issues/4942";>#4942</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/6acd19beaf67c1a2d07bcd38f40d0b751a81e7cc";><code>6acd19b</code></a>
 fix: correctly handle multi-value rawHeaders in fetch (<a 
href="https://redirect.github.com/nodejs/undici/issues/4938";>#4938</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/1da1c747c7d6e01b93ab295e0efb86623f3c8e06";><code>1da1c74</code></a>
 test: skip IPv6 tests when IPv6 is not available (<a 
href="https://redirect.github.com/nodejs/undici/issues/4939";>#4939</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/04cb77327f7ada95c2e5b67424cddcb22d7bf882";><code>04cb773</code></a>
 fix(types): Fix clone method type declaration to be an instance method 
rather...</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/5145a7c47080d1715b2723591def3a75b0c3ba63";><code>5145a7c</code></a>
 fix(types): align Response with DOM fetch types (<a 
href="https://redirect.github.com/nodejs/undici/issues/4867";>#4867</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nodejs/undici/compare/v7.22.0...v7.25.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=7.22.0&new-version=7.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/myfaces/network/alerts).
   
   </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