Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump undici from 6.15.0 to 6.19.2 (#875)
Bumps [undici](https://github.com/nodejs/undici) from 6.15.0 to 6.19.2. <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.19.2</h2> <h2>What's Changed</h2> <ul> <li>fix <a href="https://redirect.github.com/nodejs/undici/issues/3337">#3337</a> by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3338">nodejs/undici#3338</a></li> <li>build: use <code>husky</code> as <code>husky install</code> is deprecated by <a href="https://github.com/jazelly"><code>@jazelly</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3340">nodejs/undici#3340</a></li> <li>fix: interceptors.d.ts has no default export by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3332">nodejs/undici#3332</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2">https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2</a></p> <h2>v6.19.1</h2> <h2>What's Changed</h2> <ul> <li>don't append empty origin by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3335">nodejs/undici#3335</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1">https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1</a></p> <h2>v6.19.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3305">nodejs/undici#3305</a></li> <li>build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3303">nodejs/undici#3303</a></li> <li>build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3304">nodejs/undici#3304</a></li> <li>build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3306">nodejs/undici#3306</a></li> <li>build(deps): bump node from <code>9e8f45f</code> to <code>dd7e693</code> in /build by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3309">nodejs/undici#3309</a></li> <li>build(deps): bump node from <code>dd7e693</code> to <code>e6d4495</code> in /build by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3313">nodejs/undici#3313</a></li> <li>remove websocket experimental warning by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3311">nodejs/undici#3311</a></li> <li>perf: optimization of request instantiation by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3107">nodejs/undici#3107</a></li> <li>perf: convert object to params by <a href="https://github.com/DarkGL"><code>@DarkGL</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3302">nodejs/undici#3302</a></li> <li>build(deps-dev): bump borp from 0.14.0 to 0.15.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3320">nodejs/undici#3320</a></li> <li>build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3321">nodejs/undici#3321</a></li> <li>fix: add missing error classes to types by <a href="https://github.com/maxbeatty"><code>@maxbeatty</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3316">nodejs/undici#3316</a></li> <li>export interceptor to type def file by <a href="https://github.com/jakecastelli"><code>@jakecastelli</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3318">nodejs/undici#3318</a></li> <li>build(deps): bump node from <code>e6d4495</code> to <code>075a5cc</code> in /build by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3326">nodejs/undici#3326</a></li> <li>doc: clearify the behaviour of <code>bodyTimeout</code> in the request by <a href="https://github.com/jakecastelli"><code>@jakecastelli</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3324">nodejs/undici#3324</a></li> <li>feature: support pre-shared sessions by <a href="https://github.com/tastypackets"><code>@tastypackets</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3325">nodejs/undici#3325</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maxbeatty"><code>@maxbeatty</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/3316">nodejs/undici#3316</a></li> <li><a href="https://github.com/jakecastelli"><code>@jakecastelli</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/3318">nodejs/undici#3318</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.18.2...v6.19.0">https://github.com/nodejs/undici/compare/v6.18.2...v6.19.0</a></p> <h2>v6.18.2</h2> <h2>What's Changed</h2> <ul> <li>don't use internal header state for cookies by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3295">nodejs/undici#3295</a></li> <li>build(deps-dev): bump borp from 0.13.0 to 0.14.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3298">nodejs/undici#3298</a></li> <li>fix: retry on body support by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3294">nodejs/undici#3294</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2">https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/532b7b28827afe52ed7b43cbb210ac8425516c28"><code>532b7b2</code></a> Bumped v6.19.2 (<a href="https://redirect.github.com/nodejs/undici/issues/3342">#3342</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a7441d8aaa44f9eec111a23a5df238d77b150c3a"><code>a7441d8</code></a> fix: interceptors.d.ts has no default export (<a href="https://redirect.github.com/nodejs/undici/issues/3332">#3332</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/5dadb95f10cebf5f82050a8174d515d5abac9732"><code>5dadb95</code></a> build: use <code>husky</code> as <code>husky install</code> is deprecated (<a href="https://redirect.github.com/nodejs/undici/issues/3340">#3340</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/035524e71756f1f6e2f9886f3c7227394bdb5363"><code>035524e</code></a> fix <a href="https://redirect.github.com/nodejs/undici/issues/3337">#3337</a> (<a href="https://redirect.github.com/nodejs/undici/issues/3338">#3338</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f6b9b442b02d8ab81b06ea0473e1c22bc8ddc254"><code>f6b9b44</code></a> Bumped v6.19.1 (<a href="https://redirect.github.com/nodejs/undici/issues/3336">#3336</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/1573f693db99d30a1ee13f2704f04181e88960c4"><code>1573f69</code></a> don't append empty origin (<a href="https://redirect.github.com/nodejs/undici/issues/3335">#3335</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/981fb3d72a4393f77c9f28e3ea2f77dc4cf6e9ad"><code>981fb3d</code></a> Bumped v6.19.0</li> <li><a href="https://github.com/nodejs/undici/commit/39869b29966ac68157f5cbd27f3cf65cd2ab763d"><code>39869b2</code></a> feature: support pre-shared sessions (<a href="https://redirect.github.com/nodejs/undici/issues/3325">#3325</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/7f54a24a4a573088937530708be91586160d2d83"><code>7f54a24</code></a> doc: clearify the behaviour of <code>bodyTimeout</code> in the request (<a href="https://redirect.github.com/nodejs/undici/issues/3324">#3324</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/9785b15cbd7831c4501e76c749fa3a6873042e6d"><code>9785b15</code></a> build(deps): bump node from <code>e6d4495</code> to <code>075a5cc</code> in /build (<a href="https://redirect.github.com/nodejs/undici/issues/3326">#3326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v6.15.0...v6.19.2">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.15.0&new-version=6.19.2)](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/npm/statusboard/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information