Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency undici to v5.22.0 (#193)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`5.21.2` -> `5.22.0`](https://renovatebot.com/diffs/npm/undici/5.21.2/5.22.0) | [![age](https://badges.renovateapi.com/packages/npm/undici/5.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/undici/5.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/undici/5.22.0/compatibility-slim/5.21.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/undici/5.22.0/confidence-slim/5.21.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici</summary> ### [`v5.22.0`](https://github.com/nodejs/undici/releases/tag/v5.22.0) [Compare Source](https://github.com/nodejs/undici/compare/v5.21.2...v5.22.0) #### What's Changed - build(deps-dev): bump tsd from 0.27.0 to 0.28.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/2042](https://github.com/nodejs/undici/pull/2042) - build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/2040](https://github.com/nodejs/undici/pull/2040) - fix: handle opaque origin in sameOrigin by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2053](https://github.com/nodejs/undici/pull/2053) - test: add typescript import test back by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2054](https://github.com/nodejs/undici/pull/2054) - fix: use getMaxListeners when available by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2063](https://github.com/nodejs/undici/pull/2063) - feat: allow overriding hwm by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2057](https://github.com/nodejs/undici/pull/2057) - fix: there is no sync connector by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2059](https://github.com/nodejs/undici/pull/2059) - fix: rename .wasm to -wasm to appease jest by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2064](https://github.com/nodejs/undici/pull/2064) - fix: set content-length when using FormData body w/ request by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2066](https://github.com/nodejs/undici/pull/2066) - refactor: unify error body handling by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2060](https://github.com/nodejs/undici/pull/2060) - fix: close and destroy overlap by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2068](https://github.com/nodejs/undici/pull/2068) - remove node 12 from test matrix by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2069](https://github.com/nodejs/undici/pull/2069) - fix: don't leak socket if client is destroyed while connecting by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2058](https://github.com/nodejs/undici/pull/2058) - fix: flaky leak test by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2070](https://github.com/nodejs/undici/pull/2070) - test: update wpts by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2073](https://github.com/nodejs/undici/pull/2073) - perf: latin1 by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2075](https://github.com/nodejs/undici/pull/2075) - fix: mock fetch headers shouldn't be an array by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2080](https://github.com/nodejs/undici/pull/2080) **Full Changelog**: nodejs/undici@v5.21.2...v5.22.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ascorbic/unpic-img). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
- Loading branch information