Skip to content

Commit 4d42a4e

Browse files
committed
feat: upgrade to vitest v4
1 parent d09ac14 commit 4d42a4e

File tree

3 files changed

+156
-385
lines changed

3 files changed

+156
-385
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"license": "MIT",
88
"type": "module",
99
"scripts": {
10-
"build": "pnpm run build:types && pnpm run build:bundle",
10+
"build": "pnpm run check:types && pnpm run build:bundle",
1111
"build:bundle": "node ./esbuild.config.mjs",
12-
"build:types": "tsc",
12+
"check:types": "tsc",
1313
"format:check": "prettier --check **/*.*",
1414
"format": "pnpm run format:check --write",
1515
"lint": "eslint .",
@@ -38,7 +38,7 @@
3838
"@total-typescript/ts-reset": "^0.6.1",
3939
"@types/node": "^20.19.25",
4040
"@typescript-eslint/parser": "^8.48.1",
41-
"@vitest/coverage-v8": "^3.2.4",
41+
"@vitest/coverage-v8": "4.0.15",
4242
"chalk": "^5.6.2",
4343
"changelogithub": "^14.0.0",
4444
"esbuild": "^0.27.1",
@@ -50,6 +50,6 @@
5050
"prettier": "3.7.4",
5151
"typescript": "^5.9.3",
5252
"typescript-eslint": "^8.48.1",
53-
"vitest": "^3.2.4"
53+
"vitest": "4.0.15"
5454
}
5555
}

0 commit comments

Comments
 (0)