chore: vitest 4 for web, cli, and e2e (#26668)

This commit is contained in:
Daniel Dietzler 2026-03-04 15:19:13 +01:00 committed by GitHub
parent 5989c9b4aa
commit 3c476b1987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 399 additions and 223 deletions

View file

@ -21,7 +21,7 @@
"@types/micromatch": "^4.0.9",
"@types/mock-fs": "^4.13.1",
"@types/node": "^24.10.14",
"@vitest/coverage-v8": "^3.0.0",
"@vitest/coverage-v8": "^4.0.0",
"byte-size": "^9.0.0",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
@ -37,7 +37,7 @@
"typescript-eslint": "^8.28.0",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^6.0.0",
"vitest": "^3.0.0",
"vitest": "^4.0.0",
"vitest-fetch-mock": "^0.4.0",
"yaml": "^2.3.1"
},