From 2d82bbd03ed3b40720de39bbcc8823aa703acd32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:13:50 +0000 Subject: [PATCH] chore(deps): update dependency jsdom>undici to v8 --- pnpm-lock.yaml | 11 +++-------- pnpm-workspace.yaml | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23336c3a0..74392ae70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: overrides: handlebars: ^4.7.9 undici@>=7.0.0: ^8.0.0 - jsdom>undici: ^7.28.0 + jsdom>undici: ^8.0.0 undici@<6.27.0: ^8.0.0 lodash-es: ^4.18.1 form-data: ^4.0.6 @@ -3857,6 +3857,7 @@ packages: git-raw-commits@5.0.1: resolution: {integrity: sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==} engines: {node: '>=18'} + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true glob-parent@5.1.2: @@ -6305,10 +6306,6 @@ packages: undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} - undici@7.28.0: - resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==} - engines: {node: '>=20.18.1'} - undici@8.5.0: resolution: {integrity: sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==} engines: {node: '>=22.19.0'} @@ -11241,7 +11238,7 @@ snapshots: saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 6.0.1 - undici: 7.28.0 + undici: 8.5.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 @@ -13549,8 +13546,6 @@ snapshots: undici-types@7.18.2: {} - undici@7.28.0: {} - undici@8.5.0: {} unicode-emoji-modifier-base@1.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 82e2f3d23..4ce4c28d5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -34,7 +34,7 @@ overrides: # undici/lib/handler/wrap-handler.js, which undici 8 removed. Keep jsdom on # undici 7.x until a jsdom release supports undici 8, otherwise its tests crash # with "Cannot find module 'undici/lib/handler/wrap-handler.js'". - 'jsdom>undici': '^7.28.0' + 'jsdom>undici': '^8.0.0' # undici 6.x comes in via semantic-release's @actions/http-client (^6.23.0). 'undici@<6.27.0': '^8.0.0' lodash-es: '^4.18.1'