chore: upgrade vitest to 0.24 (#6764)

Co-authored-by: Pooya Parsa <pooya@pi0.io>
This commit is contained in:
Anthony Fu 2022-10-19 20:59:45 +08:00 committed by GitHub
parent ea7890c6b2
commit fa36ef1106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 15 deletions

View File

@ -73,7 +73,7 @@
"ufo": "^0.8.6", "ufo": "^0.8.6",
"unbuild": "^0.9.4", "unbuild": "^0.9.4",
"vite": "^3.1.8", "vite": "^3.1.8",
"vitest": "~0.19.1", "vitest": "^0.24.3",
"vue-tsc": "^1.0.8" "vue-tsc": "^1.0.8"
}, },
"packageManager": "pnpm@7.13.5", "packageManager": "pnpm@7.13.5",

View File

@ -25,7 +25,7 @@
"devDependencies": { "devDependencies": {
"playwright": "^1.27.1", "playwright": "^1.27.1",
"unbuild": "latest", "unbuild": "latest",
"vitest": "~0.19.1" "vitest": "^0.24.3"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.41" "vue": "^3.2.41"

View File

@ -50,7 +50,7 @@ importers:
ufo: ^0.8.6 ufo: ^0.8.6
unbuild: ^0.9.4 unbuild: ^0.9.4
vite: ^3.1.8 vite: ^3.1.8
vitest: ~0.19.1 vitest: ^0.24.3
vue-tsc: ^1.0.8 vue-tsc: ^1.0.8
devDependencies: devDependencies:
'@actions/core': 1.10.0 '@actions/core': 1.10.0
@ -86,7 +86,7 @@ importers:
ufo: 0.8.6 ufo: 0.8.6
unbuild: 0.9.4 unbuild: 0.9.4
vite: 3.1.8 vite: 3.1.8
vitest: 0.19.1 vitest: 0.24.3
vue-tsc: 1.0.8_typescript@4.8.4 vue-tsc: 1.0.8_typescript@4.8.4
examples/advanced/config-extends: examples/advanced/config-extends:
@ -553,7 +553,7 @@ importers:
ohmyfetch: ^0.4.20 ohmyfetch: ^0.4.20
playwright: ^1.27.1 playwright: ^1.27.1
unbuild: ^0.9.4 unbuild: ^0.9.4
vitest: ~0.19.1 vitest: ^0.24.3
dependencies: dependencies:
'@nuxt/kit': link:../kit '@nuxt/kit': link:../kit
'@nuxt/schema': link:../schema '@nuxt/schema': link:../schema
@ -566,7 +566,7 @@ importers:
devDependencies: devDependencies:
playwright: 1.27.1 playwright: 1.27.1
unbuild: 0.9.4 unbuild: 0.9.4
vitest: 0.19.1 vitest: 0.24.3
packages/vite: packages/vite:
specifiers: specifiers:
@ -8095,8 +8095,12 @@ packages:
resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==}
dev: false dev: false
/tinypool/0.2.4: /tinybench/2.3.1:
resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==} resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==}
dev: true
/tinypool/0.3.0:
resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
dev: true dev: true
@ -8598,15 +8602,14 @@ packages:
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
/vitest/0.19.1: /vitest/0.24.3:
resolution: {integrity: sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==} resolution: {integrity: sha512-aM0auuPPgMSstWvr851hB74g/LKaKBzSxcG3da7ejfZbx08Y21JpZmbmDYrMTCGhVZKqTGwzcnLMwyfz2WzkhQ==}
engines: {node: '>=v14.16.0'} engines: {node: '>=v14.16.0'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
'@edge-runtime/vm': '*' '@edge-runtime/vm': '*'
'@vitest/browser': '*' '@vitest/browser': '*'
'@vitest/ui': '*' '@vitest/ui': '*'
c8: '*'
happy-dom: '*' happy-dom: '*'
jsdom: '*' jsdom: '*'
peerDependenciesMeta: peerDependenciesMeta:
@ -8616,8 +8619,6 @@ packages:
optional: true optional: true
'@vitest/ui': '@vitest/ui':
optional: true optional: true
c8:
optional: true
happy-dom: happy-dom:
optional: true optional: true
jsdom: jsdom:
@ -8629,7 +8630,9 @@ packages:
chai: 4.3.6 chai: 4.3.6
debug: 4.3.4 debug: 4.3.4
local-pkg: 0.4.2 local-pkg: 0.4.2
tinypool: 0.2.4 strip-literal: 0.4.2
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2 tinyspy: 1.0.2
vite: 3.1.8 vite: 3.1.8
transitivePeerDependencies: transitivePeerDependencies:

View File

@ -4,7 +4,6 @@
], ],
"ignoreDeps": [ "ignoreDeps": [
"@vueuse/head", "@vueuse/head",
"vitest",
"nuxt", "nuxt",
"nuxt3", "nuxt3",
"@nuxt/kit" "@nuxt/kit"