From 47e1ec987a213ed7c4a05690ebbe0375ccabb49d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 13 Jan 2025 10:18:27 +0100 Subject: [PATCH] chore: up happy-dom --- package.json | 2 +- pnpm-lock.yaml | 55 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 52 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad099d40..4ea23d2e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "conventional-changelog-cli": "^2.2.2", "execa": "^9.5.2", "globby": "^14.0.1", - "happy-dom": "^15.11.7", + "happy-dom": "^16.5.3", "lint-staged": "^15.3.0", "lodash.kebabcase": "^4.1.1", "minimist": "^1.2.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff941909..9e249933 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,8 +61,8 @@ importers: specifier: ^14.0.1 version: 14.0.2 happy-dom: - specifier: ^15.11.7 - version: 15.11.7 + specifier: ^16.5.3 + version: 16.5.3 lint-staged: specifier: ^15.3.0 version: 15.3.0 @@ -107,7 +107,7 @@ importers: version: 5.6.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@types/node@22.10.1)(@vitest/ui@2.1.8)(happy-dom@15.11.7)(terser@5.36.0) + version: 2.1.8(@types/node@22.10.1)(@vitest/ui@2.1.8)(happy-dom@16.5.3)(terser@5.36.0) vue: specifier: ~3.5.13 version: 3.5.13(typescript@5.6.3) @@ -3255,6 +3255,10 @@ packages: resolution: {integrity: sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==} engines: {node: '>=18.0.0'} + happy-dom@16.5.3: + resolution: {integrity: sha512-7zGnyROZuntn+5X84MQ535qiQ3ccm45uHl+Q7EFAcPP0NhkbrfPitqprz0GgszX91/QqsZKQ7nTYkyObCTDUjg==} + engines: {node: '>=18.0.0'} + hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} @@ -7372,7 +7376,7 @@ snapshots: std-env: 3.8.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.8(@types/node@22.10.1)(@vitest/ui@2.1.8)(happy-dom@15.11.7)(terser@5.36.0) + vitest: 2.1.8(@types/node@22.10.1)(@vitest/ui@2.1.8)(happy-dom@16.5.3)(terser@5.36.0) transitivePeerDependencies: - supports-color @@ -8906,6 +8910,12 @@ snapshots: entities: 4.5.0 webidl-conversions: 7.0.0 whatwg-mimetype: 3.0.0 + optional: true + + happy-dom@16.5.3: + dependencies: + webidl-conversions: 7.0.0 + whatwg-mimetype: 3.0.0 hard-rejection@2.1.0: {} @@ -11396,6 +11406,43 @@ snapshots: - supports-color - terser + vitest@2.1.8(@types/node@22.10.1)(@vitest/ui@2.1.8)(happy-dom@16.5.3)(terser@5.36.0): + dependencies: + '@vitest/expect': 2.1.8 + '@vitest/mocker': 2.1.8(vite@5.4.11(@types/node@22.10.1)(terser@5.36.0)) + '@vitest/pretty-format': 2.1.8 + '@vitest/runner': 2.1.8 + '@vitest/snapshot': 2.1.8 + '@vitest/spy': 2.1.8 + '@vitest/utils': 2.1.8 + chai: 5.1.2 + debug: 4.3.7 + expect-type: 1.1.0 + magic-string: 0.30.14 + pathe: 1.1.2 + std-env: 3.8.0 + tinybench: 2.9.0 + tinyexec: 0.3.1 + tinypool: 1.0.2 + tinyrainbow: 1.2.0 + vite: 5.4.11(@types/node@22.10.1)(terser@5.36.0) + vite-node: 2.1.8(@types/node@22.10.1)(terser@5.36.0) + why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 22.10.1 + '@vitest/ui': 2.1.8(vitest@2.1.8) + happy-dom: 16.5.3 + transitivePeerDependencies: + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + vscode-jsonrpc@6.0.0: {} vscode-languageclient@7.0.0: -- 2.47.3