Skip to content

Commit b457ea1

Browse files
committed
tsdown, up vitest
1 parent 74da485 commit b457ea1

5 files changed

Lines changed: 587 additions & 424 deletions

File tree

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"*.{js,cjs,mjs,ts,cts,mts,json}": ["biome check --fix"]
1818
},
1919
"scripts": {
20-
"build": "tsup",
20+
"build": "tsdown",
2121
"dev": "node --experimental-strip-types --experimental-transform-types --watch src/index.ts",
2222
"docs": "pnpm --package=@redocly/cli dlx redocly build-docs docs/openapi.yaml",
2323
"docs:dev": "onchange --initial --kill docs/openapi.yaml -- pnpm --silent run docs",
@@ -32,9 +32,6 @@
3232
"typecheck": "tsc --noEmit",
3333
"prepare": "is-ci || simple-git-hooks"
3434
},
35-
"resolutions": {
36-
"esbuild": "0.25.5"
37-
},
3835
"devDependencies": {
3936
"@antfu/eslint-config": "4.13.2",
4037
"@biomejs/biome": "1.9.4",
@@ -45,7 +42,7 @@
4542
"@tsconfig/strictest": "2.0.5",
4643
"@types/json-schema": "7.0.15",
4744
"@types/node": "22.15.21",
48-
"@vitest/coverage-v8": "3.1.3",
45+
"@vitest/coverage-v8": "3.2.2",
4946
"better-sqlite3": "11.10.0",
5047
"dotenv": "16.5.0",
5148
"eslint": "9.27.0",
@@ -59,11 +56,11 @@
5956
"pino-pretty": "13.0.0",
6057
"simple-git-hooks": "2.13.0",
6158
"tsconfig-paths": "4.2.0",
62-
"tsup": "8.5.0",
59+
"tsdown": "0.12.7",
6360
"type-fest": "4.41.0",
6461
"typescript": "5.8.3",
6562
"valibot": "1.1.0",
66-
"vitest": "3.1.3",
63+
"vitest": "3.2.2",
6764
"xior": "0.7.8"
6865
},
6966
"pnpm": {
@@ -76,7 +73,6 @@
7673
"eslint-plugin-yml": "-",
7774
"eslint-processor-vue-blocks": "-",
7875
"jsonc-eslint-parser": "-",
79-
"sucrase": "-",
8076
"toml-eslint-parser": "-",
8177
"yaml-eslint-parser": "-",
8278
"is-core-module": "npm:@nolyfill/is-core-module@^1",

0 commit comments

Comments
 (0)