1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Bump vitest from 3.1.2 to 4.0.4 (#58241)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-03 15:57:12 +00:00
committed by GitHub
parent e102fb874d
commit 5770366ade
5 changed files with 355 additions and 329 deletions

View File

@@ -14,4 +14,10 @@ export default {
globalSetup: './src/tests/vitest.setup.ts',
teardownTimeout: 500,
},
server: {
deps: {
// Externalize @horizon-rs/language-guesser to avoid import assertion issues with vitest 4
external: ['@horizon-rs/language-guesser'],
},
},
}