Bump undici from 6.21.1 to 6.22.0 #26

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/undici-6.22.0 into master 2025-10-06 22:21:44 +00:00
dependabot[bot] commented 2025-10-06 22:20:00 +00:00 (Migrated from github.com)

Bumps undici from 6.21.1 to 6.22.0.

Release notes

Sourced from undici's releases.

v6.22.0

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.21.3...v6.22.0

v6.21.3

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3

v6.21.2

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2

Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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.
Bumps [undici](https://github.com/nodejs/undici) from 6.21.1 to 6.22.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>v6.22.0</h2> <h2>What's Changed</h2> <ul> <li>fix: fix wrong stream canceled up after cloning (v6) by <a href="https://github.com/snyamathi"><code>@​snyamathi</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4414">nodejs/undici#4414</a></li> <li>[Backport v6.x] fix: fix EnvHttpProxyAgent for the Node.js bundle by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/nodejs/undici/pull/4432">nodejs/undici#4432</a></li> <li>feat(ProxyAgent): match Curl behavior in HTTP-&gt;HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>) by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4433">nodejs/undici#4433</a></li> <li>feat(ProxyAgent) improve Curl-y behavior in HTTP-&gt;HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4340">#4340</a>) by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4445">nodejs/undici#4445</a></li> <li>Backport 4472 to v6.x by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4480">nodejs/undici#4480</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.3...v6.22.0">https://github.com/nodejs/undici/compare/v6.21.3...v6.22.0</a></p> <h2>v6.21.3</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] append crlf to formdata body by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4210">nodejs/undici#4210</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3">https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3</a></p> <h2>v6.21.2</h2> <h2>What's Changed</h2> <ul> <li>fix(types): add missing DNS interceptor by <a href="https://github.com/slagiewka"><code>@​slagiewka</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> <li>[v6.x] fix wpts on windows by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4093">nodejs/undici#4093</a></li> <li>Removed clients with unrecoverable errors from the Pool <a href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/slagiewka"><code>@​slagiewka</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2">https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/f9c91853e7a73d8148e3d2914f8200dd160dd050"><code>f9c9185</code></a> Bumped v6.22.0</li> <li><a href="https://github.com/nodejs/undici/commit/f670f2a27970abfd6c5b56e692f025067824726f"><code>f670f2a</code></a> feat: make UndiciErrors reliable to instanceof (<a href="https://redirect.github.com/nodejs/undici/issues/4472">#4472</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4480">#4480</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/422e39771877f62737f9e5fbdd336aaa22610a5d"><code>422e397</code></a> feat(ProxyAgent) improve Curl-y behavior in HTTP-&gt;HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/41">#41</a>...</li> <li><a href="https://github.com/nodejs/undici/commit/4a06ffe61fa11028a4443974ec0b0a793ee6c836"><code>4a06ffe</code></a> feat(ProxyAgent): match Curl behavior in HTTP-&gt;HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>)...</li> <li><a href="https://github.com/nodejs/undici/commit/4cb397400e319505647e1705f535848db5949c18"><code>4cb3974</code></a> fix: fix EnvHttpProxyAgent for the Node.js bundle (<a href="https://redirect.github.com/nodejs/undici/issues/4064">#4064</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4432">#4432</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/44c23e5e166a30dd57eed47f1d4911b8ba77ce89"><code>44c23e5</code></a> fix: fix wrong stream canceled up after cloning (v6) (<a href="https://redirect.github.com/nodejs/undici/issues/4414">#4414</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/da0e823ac0e89390256d61c429df0cf236afb79e"><code>da0e823</code></a> Bumped v6.21.4</li> <li><a href="https://github.com/nodejs/undici/commit/dbbe0a2d5004cd7b6016e52736f59ce37bdb1556"><code>dbbe0a2</code></a> append crlf to formdata body (<a href="https://redirect.github.com/nodejs/undici/issues/3625">#3625</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4210">#4210</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/b63d939953fe20cfd6718e8eed437da983ac7b12"><code>b63d939</code></a> Bumped v6.21.2</li> <li><a href="https://github.com/nodejs/undici/commit/de1e4b8a39d102bb34155c3fdec3f18806b93d9c"><code>de1e4b8</code></a> [v6.x] fix wpts on windows (<a href="https://redirect.github.com/nodejs/undici/issues/4093">#4093</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v6.21.1...v6.22.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=6.21.1&new-version=6.22.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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/twodarek/tiny-care-terminal/network/alerts). </details>
twodarek (Migrated from github.com) approved these changes 2025-10-06 22:21:39 +00:00
Sign in to join this conversation.
No description provided.