Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbea2f86

Browse files
chore: bump undici from 6.21.3 to 6.22.0 in /site (#20631)
Bumps [undici](https://github.com/nodejs/undici) from 6.21.3 to 6.22.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/nodejs/undici/releases">undici'sreleases</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 <ahref="https://github.com/snyamathi"><code>@​snyamathi</code></a> in <ahref="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<ahref="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]in <ahref="https://redirect.github.com/nodejs/undici/pull/4432">nodejs/undici#4432</a></li><li>feat(ProxyAgent): match Curl behavior in HTTP-&gt;HTTP Proxyconnections (<ahref="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>)by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a>in <ahref="https://redirect.github.com/nodejs/undici/pull/4433">nodejs/undici#4433</a></li><li>feat(ProxyAgent) improve Curl-y behavior in HTTP-&gt;HTTP Proxyconnections (<ahref="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>)(<ahref="https://redirect.github.com/nodejs/undici/issues/4340">#4340</a>)by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a>in <ahref="https://redirect.github.com/nodejs/undici/pull/4445">nodejs/undici#4445</a></li><li>Backport 4472 to v6.x by <ahref="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <ahref="https://redirect.github.com/nodejs/undici/pull/4480">nodejs/undici#4480</a></li></ul><p><strong>Full Changelog</strong>: <ahref="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></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/nodejs/undici/commit/f9c91853e7a73d8148e3d2914f8200dd160dd050"><code>f9c9185</code></a>Bumped v6.22.0</li><li><ahref="https://github.com/nodejs/undici/commit/f670f2a27970abfd6c5b56e692f025067824726f"><code>f670f2a</code></a>feat: make UndiciErrors reliable to instanceof (<ahref="https://redirect.github.com/nodejs/undici/issues/4472">#4472</a>)(<ahref="https://redirect.github.com/nodejs/undici/issues/4480">#4480</a>)</li><li><ahref="https://github.com/nodejs/undici/commit/422e39771877f62737f9e5fbdd336aaa22610a5d"><code>422e397</code></a>feat(ProxyAgent) improve Curl-y behavior in HTTP-&gt;HTTP Proxyconnections (<ahref="https://redirect.github.com/nodejs/undici/issues/41">#41</a>...</li><li><ahref="https://github.com/nodejs/undici/commit/4a06ffe61fa11028a4443974ec0b0a793ee6c836"><code>4a06ffe</code></a>feat(ProxyAgent): match Curl behavior in HTTP-&gt;HTTP Proxy connections(<ahref="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>)...</li><li><ahref="https://github.com/nodejs/undici/commit/4cb397400e319505647e1705f535848db5949c18"><code>4cb3974</code></a>fix: fix EnvHttpProxyAgent for the Node.js bundle (<ahref="https://redirect.github.com/nodejs/undici/issues/4064">#4064</a>)(<ahref="https://redirect.github.com/nodejs/undici/issues/4432">#4432</a>)</li><li><ahref="https://github.com/nodejs/undici/commit/44c23e5e166a30dd57eed47f1d4911b8ba77ce89"><code>44c23e5</code></a>fix: fix wrong stream canceled up after cloning (v6) (<ahref="https://redirect.github.com/nodejs/undici/issues/4414">#4414</a>)</li><li>See full diff in <ahref="https://github.com/nodejs/undici/compare/v6.21.3...v6.22.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=6.21.3&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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentdc9166b commitbea2f86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎site/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"tzdata":"1.0.46",
116116
"ua-parser-js":"1.0.41",
117117
"ufuzzy":"npm:@leeoniya/ufuzzy@1.0.10",
118-
"undici":"6.21.3",
118+
"undici":"6.22.0",
119119
"unique-names-generator":"4.7.1",
120120
"uuid":"9.0.1",
121121
"websocket-ts":"2.2.1",

‎site/pnpm-lock.yaml‎

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp