From 319de54c2fae72f973ec5faef11e5048005c156f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 16:16:30 +0000 Subject: [PATCH] chore(deps): update dependency undici to v5.22.0 (#193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.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
nodejs/undici ### [`v5.22.0`](https://togithub.com/nodejs/undici/releases/tag/v5.22.0) [Compare Source](https://togithub.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://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2042](https://togithub.com/nodejs/undici/pull/2042) - build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2040](https://togithub.com/nodejs/undici/pull/2040) - fix: handle opaque origin in sameOrigin by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2053](https://togithub.com/nodejs/undici/pull/2053) - test: add typescript import test back by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2054](https://togithub.com/nodejs/undici/pull/2054) - fix: use getMaxListeners when available by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2063](https://togithub.com/nodejs/undici/pull/2063) - feat: allow overriding hwm by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2057](https://togithub.com/nodejs/undici/pull/2057) - fix: there is no sync connector by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2059](https://togithub.com/nodejs/undici/pull/2059) - fix: rename .wasm to -wasm to appease jest by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2064](https://togithub.com/nodejs/undici/pull/2064) - fix: set content-length when using FormData body w/ request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2066](https://togithub.com/nodejs/undici/pull/2066) - refactor: unify error body handling by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2060](https://togithub.com/nodejs/undici/pull/2060) - fix: close and destroy overlap by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2068](https://togithub.com/nodejs/undici/pull/2068) - remove node 12 from test matrix by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2069](https://togithub.com/nodejs/undici/pull/2069) - fix: don't leak socket if client is destroyed while connecting by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2058](https://togithub.com/nodejs/undici/pull/2058) - fix: flaky leak test by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2070](https://togithub.com/nodejs/undici/pull/2070) - test: update wpts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2073](https://togithub.com/nodejs/undici/pull/2073) - perf: latin1 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2075](https://togithub.com/nodejs/undici/pull/2075) - fix: mock fetch headers shouldn't be an array by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2080](https://togithub.com/nodejs/undici/pull/2080) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.21.2...v5.22.0
--- ### 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. --- - [ ] 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). --- packages/qwik/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/qwik/package.json b/packages/qwik/package.json index c811d001..fee9134f 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -54,7 +54,7 @@ "np": "7.7.0", "prettier": "2.8.7", "typescript": "5.0.4", - "undici": "5.21.2", + "undici": "5.22.0", "vite": "4.2.1", "vitest": "^0.30.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78bcee95..c24583c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -512,7 +512,7 @@ importers: devDependencies: '@builder.io/qwik': specifier: 0.103.0 - version: 0.103.0(undici@5.21.2) + version: 0.103.0(undici@5.22.0) '@types/eslint': specifier: 8.37.0 version: 8.37.0 @@ -547,8 +547,8 @@ importers: specifier: 5.0.4 version: 5.0.4 undici: - specifier: 5.21.2 - version: 5.21.2 + specifier: 5.22.0 + version: 5.22.0 vite: specifier: 4.2.1 version: 4.2.1(@types/node@18.15.11) @@ -1546,7 +1546,7 @@ packages: dset: 3.1.2 is-docker: 3.0.0 is-wsl: 2.2.0 - undici: 5.21.2 + undici: 5.22.0 which-pm-runs: 1.1.0 transitivePeerDependencies: - supports-color @@ -3775,14 +3775,14 @@ packages: undici: 5.21.0 dev: true - /@builder.io/qwik@0.103.0(undici@5.21.2): + /@builder.io/qwik@0.103.0(undici@5.22.0): resolution: {integrity: sha512-pBNbOJZpODp9yMCyGnVxWwcNgolH4bx8/AeLcWN7jGhjcrCcQpH8WEV6tjXCGUH/JfSGYjywI4FdYsMRam8wdg==} engines: {node: '>=16.8.0 <18.0.0 || >=18.11'} hasBin: true peerDependencies: undici: ^5.14.0 dependencies: - undici: 5.21.2 + undici: 5.22.0 dev: true /@colors/colors@1.5.0: @@ -22427,9 +22427,9 @@ packages: busboy: 1.6.0 dev: true - /undici@5.21.2: - resolution: {integrity: sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==} - engines: {node: '>=12.18'} + /undici@5.22.0: + resolution: {integrity: sha512-fR9RXCc+6Dxav4P9VV/sp5w3eFiSdOjJYsbtWfd4s5L5C4ogyuVpdKIVHeW0vV1MloM65/f7W45nR9ZxwVdyiA==} + engines: {node: '>=14.0'} dependencies: busboy: 1.6.0