From 397f1333357ae541364d71ba513b61483881a4b4 Mon Sep 17 00:00:00 2001 From: zysim <9867871+zysim@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:41:01 +0800 Subject: [PATCH] Update @nuxt/test-utils to satisfy happy-dom peer dependency version --- package.json | 152 +++++++++++++++++++++++------------------------ pnpm-lock.yaml | 157 ++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 217 insertions(+), 92 deletions(-) diff --git a/package.json b/package.json index e94772cc..7943ec3e 100644 --- a/package.json +++ b/package.json @@ -1,78 +1,78 @@ { - "name": "leaderboardsgg", - "version": "1.0.0", - "private": true, - "engines": { - "node": ">=22.0.0" - }, - "engineStrict": true, - "type": "module", - "packageManager": "pnpm@9.0.6", - "scripts": { - "build": "nuxt build", - "dev": "nuxt dev", - "generate": "nuxt generate", - "generate:api": "node ./scripts/generate-api.js", - "lint:fix": "eslint --fix", - "lint:all": "eslint .", - "lint": "pnpm lint:all", - "lint:prod": "set NODE_ENV=production&& eslint .", - "precommit": "pnpm lint:prod && pnpm test && pnpm prettier:check ", - "prepare": "husky", - "prettier:check": "prettier --check --ignore-path .prettierignore .", - "prettier:fix": "prettier --check --write --ignore-path .prettierignore .", - "preview": "nuxt preview", - "test": "vitest --run", - "test:watch": "vitest --watch" - }, - "dependencies": { - "@vueuse/core": "^10.11.1" - }, - "devDependencies": { - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.9.1", - "@nuxt/eslint": "^0.5.5", - "@nuxt/kit": "^3.13.0", - "@nuxt/schema": "^3.13.0", - "@nuxt/test-utils": "^3.14.1", - "@nuxt/vite-builder": "^3.13.0", - "@nuxtjs/eslint-config-typescript": "^12.1.0", - "@nuxtjs/i18n": "^8.5.1", - "@nuxtjs/tailwindcss": "^6.12.1", - "@opentelemetry/api": "^1.9.0", - "@types/dotenv-safe": "^8.1.6", - "@types/eslint": "^9.6.1", - "@types/node": "^22.5.2", - "@typescript-eslint/eslint-plugin": "^8.4.0", - "@typescript-eslint/parser": "^8.4.0", - "@vitejs/plugin-vue": "^5.1.3", - "@vue/compiler-sfc": "^3.4.38", - "@vue/eslint-config-typescript": "^13.0.0", - "@vue/test-utils": "^2.4.6", - "dotenv-safe": "^9.1.0", - "eslint": "^9.9.1", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-tailwindcss": "^3.17.4", - "eslint-plugin-vue": "^9.27.0", - "eslint-plugin-vuejs-accessibility": "^2.4.1", - "globals": "^15.9.0", - "happy-dom": "^15.0.0", - "husky": "^9.1.5", - "jiti": "^1.21.6", - "nuxt": "^3.13.0", - "postcss": "^8.4.44", - "prettier": "^3.3.3", - "pretty-quick": "^4.0.0", - "swagger-typescript-api": "^13.0.22", - "tailwindcss": "^3.4.10", - "typescript": "5.4.5", - "unplugin-icons": "^0.19.2", - "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.2", - "vite-plugin-eslint": "^1.8.1", - "vitest": "^2.0.5", - "vitest-fetch-mock": "^0.3.0", - "vue": "^3.4.38" - } + "name": "leaderboardsgg", + "version": "1.0.0", + "private": true, + "engines": { + "node": ">=22.0.0" + }, + "engineStrict": true, + "type": "module", + "packageManager": "pnpm@9.0.6", + "scripts": { + "build": "nuxt build", + "dev": "nuxt dev", + "generate": "nuxt generate", + "generate:api": "node ./scripts/generate-api.js", + "lint:fix": "eslint --fix", + "lint:all": "eslint .", + "lint": "pnpm lint:all", + "lint:prod": "set NODE_ENV=production&& eslint .", + "precommit": "pnpm lint:prod && pnpm test && pnpm prettier:check ", + "prepare": "husky", + "prettier:check": "prettier --check --ignore-path .prettierignore .", + "prettier:fix": "prettier --check --write --ignore-path .prettierignore .", + "preview": "nuxt preview", + "test": "vitest --run", + "test:watch": "vitest --watch" + }, + "dependencies": { + "@vueuse/core": "^10.11.1" + }, + "devDependencies": { + "@eslint/eslintrc": "^3.1.0", + "@eslint/js": "^9.9.1", + "@nuxt/eslint": "^0.5.5", + "@nuxt/kit": "^3.13.0", + "@nuxt/schema": "^3.13.0", + "@nuxt/test-utils": "^3.14.2", + "@nuxt/vite-builder": "^3.13.0", + "@nuxtjs/eslint-config-typescript": "^12.1.0", + "@nuxtjs/i18n": "^8.5.1", + "@nuxtjs/tailwindcss": "^6.12.1", + "@opentelemetry/api": "^1.9.0", + "@types/dotenv-safe": "^8.1.6", + "@types/eslint": "^9.6.1", + "@types/node": "^22.5.2", + "@typescript-eslint/eslint-plugin": "^8.4.0", + "@typescript-eslint/parser": "^8.4.0", + "@vitejs/plugin-vue": "^5.1.3", + "@vue/compiler-sfc": "^3.4.38", + "@vue/eslint-config-typescript": "^13.0.0", + "@vue/test-utils": "^2.4.6", + "dotenv-safe": "^9.1.0", + "eslint": "^9.9.1", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-tailwindcss": "^3.17.4", + "eslint-plugin-vue": "^9.27.0", + "eslint-plugin-vuejs-accessibility": "^2.4.1", + "globals": "^15.9.0", + "happy-dom": "^15.0.0", + "husky": "^9.1.5", + "jiti": "^1.21.6", + "nuxt": "^3.13.0", + "postcss": "^8.4.44", + "prettier": "^3.3.3", + "pretty-quick": "^4.0.0", + "swagger-typescript-api": "^13.0.22", + "tailwindcss": "^3.4.10", + "typescript": "5.4.5", + "unplugin-icons": "^0.19.2", + "unplugin-vue-components": "^0.27.4", + "vite": "^5.4.2", + "vite-plugin-eslint": "^1.8.1", + "vitest": "^2.0.5", + "vitest-fetch-mock": "^0.3.0", + "vue": "^3.4.38" + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5de07212..a10194c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ importers: specifier: ^3.13.0 version: 3.13.0(rollup@4.21.2) '@nuxt/test-utils': - specifier: ^3.14.1 - version: 3.14.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5)) + specifier: ^3.14.2 + version: 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))(webpack-sources@3.2.3) '@nuxt/vite-builder': specifier: ^3.13.0 version: 3.13.0(@types/node@22.5.2)(eslint@9.9.1(jiti@1.21.6))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.21.2)(terser@5.31.6)(typescript@5.4.5)(vue@3.4.38(typescript@5.4.5)) @@ -1013,27 +1013,35 @@ packages: resolution: {integrity: sha512-gbhSbDvYfkGQ0R2ztqTLQLHRMv+7g50kAKKuN6mbF4tL9jg7NPnQ8bAarn2I4Qx8xtmwO+qY1ABkmYMn5S1CpA==} engines: {node: ^14.18.0 || >=16.10.0} + '@nuxt/kit@3.13.2': + resolution: {integrity: sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==} + engines: {node: ^14.18.0 || >=16.10.0} + '@nuxt/schema@3.13.0': resolution: {integrity: sha512-JBGSjF9Hd8guvTV2312eM1RulCMJc50yR3CeMZPLDsI02A8TXQnABS8EbgvGRvxD43q/ITjj21B2ffG1wEVrnQ==} engines: {node: ^14.18.0 || >=16.10.0} + '@nuxt/schema@3.13.2': + resolution: {integrity: sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==} + engines: {node: ^14.18.0 || >=16.10.0} + '@nuxt/telemetry@2.5.4': resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==} hasBin: true - '@nuxt/test-utils@3.14.1': - resolution: {integrity: sha512-D8F18hnOHQSarKnzsLORRXzFPlI9Y5fcQFRKwJgGhnejlIRX6sFvVnyl2SDgCvoV+F2x2czQsdGkwg51iWAshA==} + '@nuxt/test-utils@3.14.2': + resolution: {integrity: sha512-n5soEpHom9aL9sMwrBiD3xGR+oXbx+O8zL2NF9aelWOTSzPPNN+Qo3cBEECMc6NYQi1a4LbCKkPjQfbtPvaqkg==} engines: {node: '>=18.20.4'} peerDependencies: - '@cucumber/cucumber': ^10.3.1 + '@cucumber/cucumber': ^10.3.1 || ^11.0.0 '@jest/globals': ^29.5.0 '@playwright/test': ^1.43.1 '@testing-library/vue': ^7.0.0 || ^8.0.1 '@vitest/ui': ^0.34.6 || ^1.0.0 || ^2.0.0 '@vue/test-utils': ^2.4.2 h3: '*' - happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 - jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0 + happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 + jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0 nitropack: '*' playwright-core: ^1.43.1 vite: '*' @@ -1965,6 +1973,14 @@ packages: magicast: optional: true + c12@1.11.2: + resolution: {integrity: sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==} + peerDependencies: + magicast: ^0.3.4 + peerDependenciesMeta: + magicast: + optional: true + cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -3905,6 +3921,9 @@ packages: ohash@1.1.3: resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==} + ohash@1.1.4: + resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} + on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} @@ -5012,6 +5031,9 @@ packages: unimport@3.11.1: resolution: {integrity: sha512-DuB1Uoq01LrrXTScxnwOoMSlTXxyKcULguFxbLrMDFcE/CO0ZWHpEiyhovN0mycPt7K6luAHe8laqvwvuoeUPg==} + unimport@3.12.0: + resolution: {integrity: sha512-5y8dSvNvyevsnw4TBQkIQR1Rjdbb+XjVSwQwxltpnVZrStBvvPkMPcZrh1kg5kY77kpx6+D4Ztd3W6FOBH/y2Q==} + universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} @@ -5061,6 +5083,15 @@ packages: resolution: {integrity: sha512-my8DH0/T/Kx33KO+6QXAqdeMYgyy0GktlOpdQjpagfHKw5DrD0ctPr7SHUyOT3g4ZVpzCQGt/qcpuoKJ/pniHA==} engines: {node: '>=14.0.0'} + unplugin@1.14.1: + resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==} + engines: {node: '>=14.0.0'} + peerDependencies: + webpack-sources: ^3 + peerDependenciesMeta: + webpack-sources: + optional: true + unstorage@1.10.2: resolution: {integrity: sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==} peerDependencies: @@ -6354,6 +6385,34 @@ snapshots: - rollup - supports-color + '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.21.2)(webpack-sources@3.2.3)': + dependencies: + '@nuxt/schema': 3.13.2(rollup@4.21.2)(webpack-sources@3.2.3) + c12: 1.11.2(magicast@0.3.5) + consola: 3.2.3 + defu: 6.1.4 + destr: 2.0.3 + globby: 14.0.2 + hash-sum: 2.0.0 + ignore: 5.3.2 + jiti: 1.21.6 + klona: 2.0.6 + knitwork: 1.1.0 + mlly: 1.7.1 + pathe: 1.1.2 + pkg-types: 1.2.0 + scule: 1.3.0 + semver: 7.6.3 + ufo: 1.5.4 + unctx: 2.3.1 + unimport: 3.12.0(rollup@4.21.2)(webpack-sources@3.2.3) + untyped: 1.4.2 + transitivePeerDependencies: + - magicast + - rollup + - supports-color + - webpack-sources + '@nuxt/schema@3.13.0(rollup@4.21.2)': dependencies: compatx: 0.1.8 @@ -6372,6 +6431,25 @@ snapshots: - rollup - supports-color + '@nuxt/schema@3.13.2(rollup@4.21.2)(webpack-sources@3.2.3)': + dependencies: + compatx: 0.1.8 + consola: 3.2.3 + defu: 6.1.4 + hookable: 5.5.3 + pathe: 1.1.2 + pkg-types: 1.2.0 + scule: 1.3.0 + std-env: 3.7.0 + ufo: 1.5.4 + uncrypto: 0.1.3 + unimport: 3.12.0(rollup@4.21.2)(webpack-sources@3.2.3) + untyped: 1.4.2 + transitivePeerDependencies: + - rollup + - supports-color + - webpack-sources + '@nuxt/telemetry@2.5.4(magicast@0.3.5)(rollup@4.21.2)': dependencies: '@nuxt/kit': 3.13.0(magicast@0.3.5)(rollup@4.21.2) @@ -6396,16 +6474,15 @@ snapshots: - rollup - supports-color - '@nuxt/test-utils@3.14.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))': + '@nuxt/test-utils@3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))(webpack-sources@3.2.3)': dependencies: - '@nuxt/kit': 3.13.0(magicast@0.3.5)(rollup@4.21.2) - '@nuxt/schema': 3.13.0(rollup@4.21.2) - c12: 1.11.1(magicast@0.3.5) + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.21.2)(webpack-sources@3.2.3) + '@nuxt/schema': 3.13.2(rollup@4.21.2)(webpack-sources@3.2.3) + c12: 1.11.2(magicast@0.3.5) consola: 3.2.3 defu: 6.1.4 destr: 2.0.3 estree-walker: 3.0.3 - execa: 8.0.1 fake-indexeddb: 6.0.0 get-port-please: 3.1.2 h3: 1.12.0 @@ -6419,11 +6496,12 @@ snapshots: radix3: 1.1.2 scule: 1.3.0 std-env: 3.7.0 + tinyexec: 0.3.0 ufo: 1.5.4 unenv: 1.10.0 - unplugin: 1.12.3 + unplugin: 1.14.1(webpack-sources@3.2.3) vite: 5.4.2(@types/node@22.5.2)(terser@5.31.6) - vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5)) + vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))(webpack-sources@3.2.3) vue: 3.4.38(typescript@5.4.5) vue-router: 4.4.3(vue@3.4.38(typescript@5.4.5)) optionalDependencies: @@ -6434,6 +6512,7 @@ snapshots: - magicast - rollup - supports-color + - webpack-sources '@nuxt/vite-builder@3.13.0(@types/node@22.5.2)(eslint@9.9.1(jiti@1.21.6))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.21.2)(terser@5.31.6)(typescript@5.4.5)(vue@3.4.38(typescript@5.4.5))': dependencies: @@ -7605,6 +7684,23 @@ snapshots: optionalDependencies: magicast: 0.3.5 + c12@1.11.2(magicast@0.3.5): + dependencies: + chokidar: 3.6.0 + confbox: 0.1.7 + defu: 6.1.4 + dotenv: 16.4.5 + giget: 1.2.3 + jiti: 1.21.6 + mlly: 1.7.1 + ohash: 1.1.4 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.2.0 + rc9: 2.1.2 + optionalDependencies: + magicast: 0.3.5 + cac@6.7.14: {} cache-content-type@1.0.1: @@ -9912,6 +10008,8 @@ snapshots: ohash@1.1.3: {} + ohash@1.1.4: {} + on-finished@2.4.1: dependencies: ee-first: 1.1.1 @@ -11103,6 +11201,25 @@ snapshots: transitivePeerDependencies: - rollup + unimport@3.12.0(rollup@4.21.2)(webpack-sources@3.2.3): + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + acorn: 8.12.1 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fast-glob: 3.3.2 + local-pkg: 0.5.0 + magic-string: 0.30.11 + mlly: 1.7.1 + pathe: 1.1.2 + pkg-types: 1.2.0 + scule: 1.3.0 + strip-literal: 2.1.0 + unplugin: 1.14.1(webpack-sources@3.2.3) + transitivePeerDependencies: + - rollup + - webpack-sources + universalify@2.0.1: {} unplugin-icons@0.19.2(@vue/compiler-sfc@3.4.38): @@ -11167,6 +11284,13 @@ snapshots: webpack-sources: 3.2.3 webpack-virtual-modules: 0.6.2 + unplugin@1.14.1(webpack-sources@3.2.3): + dependencies: + acorn: 8.12.1 + webpack-virtual-modules: 0.6.2 + optionalDependencies: + webpack-sources: 3.2.3 + unstorage@1.10.2(ioredis@5.4.1): dependencies: anymatch: 3.1.3 @@ -11329,9 +11453,9 @@ snapshots: fsevents: 2.3.3 terser: 5.31.6 - vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5)): + vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))(webpack-sources@3.2.3): dependencies: - '@nuxt/test-utils': 3.14.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5)) + '@nuxt/test-utils': 3.14.2(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.7.4)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.2)(terser@5.31.6))(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6))(vue-router@4.4.3(vue@3.4.38(typescript@5.4.5)))(vue@3.4.38(typescript@5.4.5))(webpack-sources@3.2.3) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals' @@ -11351,6 +11475,7 @@ snapshots: - vitest - vue - vue-router + - webpack-sources vitest-fetch-mock@0.3.0(encoding@0.1.13)(vitest@2.0.5(@types/node@22.5.2)(happy-dom@15.7.4)(terser@5.31.6)): dependencies: