Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [undici](https://github.com/nodejs/undici) from 4.10.2 to 4.16.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>v4.16.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: remove hash from intercept dispatch key by <a href="https://github.com/galvez"><code>@galvez</code></a> in <a href="https://github.com/nodejs/undici/pull/1273">nodejs/undici#1273</a></li>
<li>feat(mock): allow matching the complete header list by <a href="https://github.com/panva"><code>@panva</code></a> in <a href="https://github.com/nodejs/undici/pull/1275">nodejs/undici#1275</a></li>
<li>build: fix lint errors and introduce CI check by <a href="https://github.com/JustinBeckwith"><code>@JustinBeckwith</code></a> in <a href="https://github.com/nodejs/undici/pull/1277">nodejs/undici#1277</a></li>
<li>remove istanbule ignore and add test for bad upgrade by <a href="https://github.com/is2ei"><code>@is2ei</code></a> in <a href="https://github.com/nodejs/undici/pull/1279">nodejs/undici#1279</a></li>
<li>docs: document the behavior of consuming body twice by <a href="https://github.com/is2ei"><code>@is2ei</code></a> in <a href="https://github.com/nodejs/undici/pull/1281">nodejs/undici#1281</a></li>
<li>chore: update undici-fetch to fair benchmarks by <a href="https://github.com/RafaelGSS"><code>@RafaelGSS</code></a> in <a href="https://github.com/nodejs/undici/pull/1283">nodejs/undici#1283</a></li>
<li>chore: fix import readablestream by <a href="https://github.com/RafaelGSS"><code>@RafaelGSS</code></a> in <a href="https://github.com/nodejs/undici/pull/1284">nodejs/undici#1284</a></li>
<li>tests: fix CI failure by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://github.com/nodejs/undici/pull/1286">nodejs/undici#1286</a></li>
<li>docs: add examples to fetch/request by <a href="https://github.com/RafaelGSS"><code>@RafaelGSS</code></a> in <a href="https://github.com/nodejs/undici/pull/1287">nodejs/undici#1287</a></li>
<li>chore: fix duplicated error import in test/agent.js by <a href="https://github.com/is2ei"><code>@is2ei</code></a> in <a href="https://github.com/nodejs/undici/pull/1288">nodejs/undici#1288</a></li>
<li>chore: html reporter by <a href="https://github.com/is2ei"><code>@is2ei</code></a> in <a href="https://github.com/nodejs/undici/pull/1289">nodejs/undici#1289</a></li>
<li>fix: Do not use WeakRef on mocks. by <a href="https://github.com/ShogunPanda"><code>@ShogunPanda</code></a> in <a href="https://github.com/nodejs/undici/pull/1290">nodejs/undici#1290</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/galvez"><code>@galvez</code></a> made their first contribution in <a href="https://github.com/nodejs/undici/pull/1273">nodejs/undici#1273</a></li>
<li><a href="https://github.com/panva"><code>@panva</code></a> made their first contribution in <a href="https://github.com/nodejs/undici/pull/1275">nodejs/undici#1275</a></li>
<li><a href="https://github.com/JustinBeckwith"><code>@JustinBeckwith</code></a> made their first contribution in <a href="https://github.com/nodejs/undici/pull/1277">nodejs/undici#1277</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v4.15.1...v4.16.0">https://github.com/nodejs/undici/compare/v4.15.1...v4.16.0</a></p>
<h2>v4.15.1</h2>
<h2>What's Changed</h2>
<ul>
<li>drop mac os x because it constantly fails by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://github.com/nodejs/undici/pull/1264">nodejs/undici#1264</a></li>
<li>build(deps-dev): bump github actions by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://github.com/nodejs/undici/pull/1260">nodejs/undici#1260</a></li>
<li>fix: remove esbuild from dev dependencies by <a href="https://github.com/targos"><code>@targos</code></a> in <a href="https://github.com/nodejs/undici/pull/1268">nodejs/undici#1268</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v4.15.0...v4.15.1">https://github.com/nodejs/undici/compare/v4.15.0...v4.15.1</a></p>
<h2>v4.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: make fetch's signature spec-compliant by <a href="https://github.com/targos"><code>@targos</code></a> in <a href="https://github.com/nodejs/undici/pull/1226">nodejs/undici#1226</a></li>
<li>Fix typo in docs/api/Dispatcher.md by <a href="https://github.com/tniessen"><code>@tniessen</code></a> in <a href="https://github.com/nodejs/undici/pull/1227">nodejs/undici#1227</a></li>
<li>test(fetch): add client maxRequestsPerClient error test by <a href="https://github.com/AlixWang"><code>@AlixWang</code></a> in <a href="https://github.com/nodejs/undici/pull/1229">nodejs/undici#1229</a></li>
<li>Fix typo in test case name by <a href="https://github.com/tniessen"><code>@tniessen</code></a> in <a href="https://github.com/nodejs/undici/pull/1234">nodejs/undici#1234</a></li>
<li>fix: <code>RequestInit</code> doesn't allow explicit <code>undefined</code> by <a href="https://github.com/chlonel"><code>@chlonel</code></a> in <a href="https://github.com/nodejs/undici/pull/1242">nodejs/undici#1242</a></li>
<li>feat: add factory option to BalancedPool by <a href="https://github.com/nipeshkc7"><code>@nipeshkc7</code></a> in <a href="https://github.com/nodejs/undici/pull/1237">nodejs/undici#1237</a></li>
<li>feat: pass rawHeaders by <a href="https://github.com/MoLow"><code>@MoLow</code></a> in <a href="https://github.com/nodejs/undici/pull/1240">nodejs/undici#1240</a></li>
<li>docs: add POST request example by <a href="https://github.com/is2ei"><code>@is2ei</code></a> in <a href="https://github.com/nodejs/undici/pull/1247">nodejs/undici#1247</a></li>
<li>feat: normalize origin for BalancedPool addUpstream/removeUpstream by <a href="https://github.com/mnutt"><code>@mnutt</code></a> in <a href="https://github.com/nodejs/undici/pull/1252">nodejs/undici#1252</a></li>
<li>feat: expose pool aggregate statistics by <a href="https://github.com/mnutt"><code>@mnutt</code></a> in <a href="https://github.com/nodejs/undici/pull/1255">nodejs/undici#1255</a></li>
<li>Allow string[] as Record value on HeadersInit by <a href="https://github.com/dgadelha"><code>@dgadelha</code></a> in <a href="https://github.com/nodejs/undici/pull/1244">nodejs/undici#1244</a></li>
<li>Fix for ignoring explicit empty host header values by <a href="https://github.com/ggoodman"><code>@ggoodman</code></a> in <a href="https://github.com/nodejs/undici/pull/1258">nodejs/undici#1258</a></li>
<li>fix: Improve BodyReadable type definition by <a href="https://github.com/umarov"><code>@umarov</code></a> in <a href="https://github.com/nodejs/undici/pull/1259">nodejs/undici#1259</a></li>
<li>feat: eager loading of wasm in jest environment by <a href="https://github.com/mcfedr"><code>@mcfedr</code></a> in <a href="https://github.com/nodejs/undici/pull/1246">nodejs/undici#1246</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/AlixWang"><code>@AlixWang</code></a> made their first contribution in <a href="https://github.com/nodejs/undici/pull/1229">nodejs/undici#1229</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nodejs/undici/commit/724775aff71333267a6b363940299cdf478788dc"><code>724775a</code></a> Bumped v4.16.0</li>
<li><a href="https://github.com/nodejs/undici/commit/d502c5724af8cd41c2fbd0a343853f9491c43c86"><code>d502c57</code></a> fix: Do not use WeakRef on mocks. (<a href="https://github.com/nodejs/undici/issues/1290">#1290</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/fc794298adcc31264680c113f55f60fbd6e38a5f"><code>fc79429</code></a> chore: html reporter (<a href="https://github.com/nodejs/undici/issues/1289">#1289</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/f1739cf1b20dac684188e88ad51d48d7290060ed"><code>f1739cf</code></a> chore: fix duplicated error import in test/agent.js (<a href="https://github.com/nodejs/undici/issues/1288">#1288</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/899da23f86733d306ba9beb1148bf03df50c8b76"><code>899da23</code></a> docs: add examples to fetch/request (<a href="https://github.com/nodejs/undici/issues/1287">#1287</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/711ada8ec864a70d6387c49f406a1612d45d92b5"><code>711ada8</code></a> fix ci failure (<a href="https://github.com/nodejs/undici/issues/1286">#1286</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/392213e29cd6d573179536883565c3aa0bd96757"><code>392213e</code></a> chore: fix import readablestream (<a href="https://github.com/nodejs/undici/issues/1284">#1284</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/14c9e7d71dc2f484a7bae56ad8d4e56fc8b66605"><code>14c9e7d</code></a> chore: update undici-fetch to fair benchmarks (<a href="https://github.com/nodejs/undici/issues/1283">#1283</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/d7eac3e4e57c387bfd954da7a28e84138c243d4c"><code>d7eac3e</code></a> docs: document the behavior of consuming body twice (<a href="https://github.com/nodejs/undici/issues/1281">#1281</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/2336d258e9bfa02c12a8557f1b7db020a35b3d7e"><code>2336d25</code></a> remove istanbule ignore and add test for bad upgrade (<a href="https://github.com/nodejs/undici/issues/1279">#1279</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v4.10.2...v4.16.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps undici from 4.10.2 to 4.16.0.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
724775aBumped v4.16.0d502c57fix: Do not use WeakRef on mocks. (#1290)fc79429chore: html reporter (#1289)f1739cfchore: fix duplicated error import in test/agent.js (#1288)899da23docs: add examples to fetch/request (#1287)711ada8fix ci failure (#1286)392213echore: fix import readablestream (#1284)14c9e7dchore: update undici-fetch to fair benchmarks (#1283)d7eac3edocs: document the behavior of consuming body twice (#1281)2336d25remove istanbule ignore and add test for bad upgrade (#1279)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
2bd45bdf- 1 commit from branchmasterCompare with previous version
added 2 commits
3d8e6b03- 1 commit from branchmasterfc922dd2- Build(deps): bump undici from 4.10.2 to 4.16.0Compare with previous version