DEV: Bump vitest and vite (#40450)

Bumps `vitest` to `4.1.8`, and bumps the `vite` subdependency to `8.x`.
Vite 8 dropped its dependency on `esbuild`, so this means `esbuild` is
no longer in our node_modules
This commit is contained in:
David Taylor
2026-06-08 10:29:44 +01:00
committed by GitHub
parent 63aee728a6
commit 12fa3d0682
3 changed files with 218 additions and 589 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"spdx": [
"CC-BY-3.0",
"CC-BY-4.0",
"Apache-2.0 WITH LLVM-exception"
"Apache-2.0 WITH LLVM-exception",
"MPL-2.0"
]
},
"packages": {
+1 -1
View File
@@ -42,6 +42,6 @@
"pnpm": "^10"
},
"devDependencies": {
"vitest": "^4.0.18"
"vitest": "^4.1.8"
}
}
+215 -587
View File
File diff suppressed because it is too large Load Diff