Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump undici from 5.28.3 to 6.7.0 (#425)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 6.7.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.7.0</h2> <h2>What's Changed</h2> <ul> <li>test: remove t.diagnostics() calls in push-dont-push.js test by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2715">nodejs/undici#2715</a></li> <li>fix: fix flaky debug test by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2714">nodejs/undici#2714</a></li> <li>fix: HTTP2 tweaks by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2711">nodejs/undici#2711</a></li> <li>test: improve cookie tests by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2693">nodejs/undici#2693</a></li> <li>test: response.url after redirect is set to target url by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2716">nodejs/undici#2716</a></li> <li>chore: remove mocha and chai by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2696">nodejs/undici#2696</a></li> <li>test: replace t.pass with t.ok by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2721">nodejs/undici#2721</a></li> <li>perf: remove redundant operation in FormData by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2726">nodejs/undici#2726</a></li> <li>Add support for passing iterable objects as headers by <a href="https://github.com/JaoodxD"><code>@JaoodxD</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2708">nodejs/undici#2708</a></li> <li>chore: refine esbuild & node detection by <a href="https://github.com/mochaaP"><code>@mochaaP</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2677">nodejs/undici#2677</a></li> <li>chore: rephrase some comments by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2717">nodejs/undici#2717</a></li> <li>test: replace t.type with t.ok and instanceof by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2720">nodejs/undici#2720</a></li> <li>remove useless options in web streams by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2729">nodejs/undici#2729</a></li> <li>Let's add superagent to the benchmark. closes <a href="https://redirect.github.com/nodejs/undici/issues/2730">#2730</a> by <a href="https://github.com/eddienubes"><code>@eddienubes</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2731">nodejs/undici#2731</a></li> <li>convert node build to latin1 by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2673">nodejs/undici#2673</a></li> <li>simplify formData body parsing by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2735">nodejs/undici#2735</a></li> <li>chore: migrate a batch of tests to node test runner no. 1 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2719">nodejs/undici#2719</a></li> <li>chore: migrate a batch of tests to node test runner no. 2 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2737">nodejs/undici#2737</a></li> <li>chore: migrate a batch of tests to node test runner no. 4 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2739">nodejs/undici#2739</a></li> <li>chore: migrate a batch of tests to node test runner no. 5 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2740">nodejs/undici#2740</a></li> <li>chore: migrate a batch of tests to node test runner no. 3 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2738">nodejs/undici#2738</a></li> <li>chore: migrate a batch of tests to node test runner no. 6 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2741">nodejs/undici#2741</a></li> <li>chore: migrate a batch of tests to node test runner no. 8 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2744">nodejs/undici#2744</a></li> <li>chore: migrate a batch of tests to node test runner no. 7 by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2742">nodejs/undici#2742</a></li> <li>build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2749">nodejs/undici#2749</a></li> <li>perf: always use the same prototype Iterator by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2743">nodejs/undici#2743</a></li> <li>chore: migrate a batch of tests to node test runner no. 9, remove tap by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2746">nodejs/undici#2746</a></li> <li>chore: remove usage of http-errors in proxy example by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2753">nodejs/undici#2753</a></li> <li>fix: dont ship wasm files of llhttp via npm by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2752">nodejs/undici#2752</a></li> <li>fix: handle request body as late as possible by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2734">nodejs/undici#2734</a></li> <li>perf(tree): avoid recursive calls by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2755">nodejs/undici#2755</a></li> <li>docs: fix favicon by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2758">nodejs/undici#2758</a></li> <li>chore: use mermaid engine and mermaid in markdown by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2759">nodejs/undici#2759</a></li> <li>chore: remove sinon dev dependency by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2767">nodejs/undici#2767</a></li> <li>tests: skip test/node-test/debug on node 21.6.2 and windows by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2765">nodejs/undici#2765</a></li> <li>chore: improve usage of skip in tests by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2761">nodejs/undici#2761</a></li> <li>feat: improve mock error breadcrumbs by <a href="https://github.com/rossilor95"><code>@rossilor95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2774">nodejs/undici#2774</a></li> <li>expose MessageEvent in fetch bundle by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2770">nodejs/undici#2770</a></li> <li>test: always exit with 0 when running in Node's Daily WPT Report CI job by <a href="https://github.com/panva"><code>@panva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2778">nodejs/undici#2778</a></li> <li>fix: add node prefix for util to fix issue in env with min version node 18 by <a href="https://github.com/riderx"><code>@riderx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2775">nodejs/undici#2775</a></li> <li>perf: improve perf of parseRawHeaders by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2781">nodejs/undici#2781</a></li> <li>fix: make mock-agent.js test more resilient by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2780">nodejs/undici#2780</a></li> <li>chore: make some test run even without internet connection by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2786">nodejs/undici#2786</a></li> <li>mock: improve validateReplyParameters by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2783">nodejs/undici#2783</a></li> <li>perf: improve TernarySearchTree by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2782">nodejs/undici#2782</a></li> <li>fix: convert HeadersInit to sequence/dictionary correctly by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2784">nodejs/undici#2784</a></li> <li>chore: improve getFieldValue by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2785">nodejs/undici#2785</a></li> <li>Add RetryHandler to sidebar by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2797">nodejs/undici#2797</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/2316bae1b790517b9fbc8d066582410604ab733b"><code>2316bae</code></a> Bumepd v6.7.0</li> <li><a href="https://github.com/nodejs/undici/commit/0f585700a8633f945d056dcdfa48f7066373bde4"><code>0f58570</code></a> ci: integrate workflows into nodejs.yml (<a href="https://redirect.github.com/nodejs/undici/issues/2899">#2899</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/071609f8b1796b611a5bbf708ed85a6c4fd49466"><code>071609f</code></a> feat: add sending data benchmark (<a href="https://redirect.github.com/nodejs/undici/issues/2905">#2905</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2505e427f94beb132cc17bcbe6d883d0d75bac8f"><code>2505e42</code></a> websocket: improve .close() (<a href="https://redirect.github.com/nodejs/undici/issues/2865">#2865</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/1216ba04a145028bc6839e282cc4a2c5dfae3845"><code>1216ba0</code></a> perf(headers): a single set-cookie (<a href="https://redirect.github.com/nodejs/undici/issues/2903">#2903</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/b4ebda2fff47878431e6c27656088f1f13989b72"><code>b4ebda2</code></a> chore: remove import-fresh as devDependency (<a href="https://redirect.github.com/nodejs/undici/issues/2908">#2908</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/3608e61b4b8f6b89bf27a012f4023970b911b93e"><code>3608e61</code></a> chore: remove proxyquire (<a href="https://redirect.github.com/nodejs/undici/issues/2906">#2906</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/1dbb0aa25c5a09820e429ef4c1f5bdad44e7fb70"><code>1dbb0aa</code></a> fix: tests dont need process.exit (<a href="https://redirect.github.com/nodejs/undici/issues/2909">#2909</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/fc4e766e97c2d3571e845d017784df99d8e450b6"><code>fc4e766</code></a> websocket: remove dead code in parseCloseBody (<a href="https://redirect.github.com/nodejs/undici/issues/2902">#2902</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/7a92eeeddf14ea637f5a6ab39c20bf18ab0e7ce0"><code>7a92eee</code></a> tests: ignore catch block when requiring crypto module (<a href="https://redirect.github.com/nodejs/undici/issues/2901">#2901</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v5.28.3...v6.7.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=5.28.3&new-version=6.7.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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information