Skip to content

Commit fcf31bf

Browse files
committed
build: replace package-check
1 parent 0b32536 commit fcf31bf

5 files changed

Lines changed: 1062 additions & 326 deletions

File tree

.changeset/modern-toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@solidjs/start-devtools": patch
33
---
44

5-
Build with Rolldown and update TypeScript, Vitest, and pnpm.
5+
Build with Rolldown, update the project toolchain, and strengthen package validation.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
"scripts": {
25-
"build": "rolldown -c && tsc --emitDeclarationOnly",
26-
"check": "package-check",
25+
"build": "rolldown -c",
26+
"check": "publint && attw --pack . --profile esm-only",
2727
"test": "vitest run",
2828
"release": "pnpm build && changeset publish"
2929
},
@@ -53,16 +53,18 @@
5353
"@babel/core": "^7.29.0",
5454
"@babel/preset-env": "^7.29.0",
5555
"@babel/preset-typescript": "^7.28.0",
56+
"@arethetypeswrong/cli": "^0.18.5",
5657
"@changesets/cli": "^2.30.0",
5758
"@rolldown/plugin-babel": "^0.2.3",
58-
"@skypack/package-check": "^0.2.2",
5959
"@solidjs/web": "^2.0.0-rc.0",
6060
"@types/node": "^24.0.0",
6161
"babel-preset-solid": "^2.0.0-rc.0",
6262
"error-stack-parser": "^2.1.4",
6363
"html-to-image": "^1.11.13",
6464
"prettier": "^3.1.0",
65+
"publint": "^0.3.23",
6566
"rolldown": "^1.2.4",
67+
"rolldown-plugin-dts": "^0.28.2",
6668
"seroval": "^1.6.0",
6769
"shiki": "^4.3.1",
6870
"solid-js": "^2.0.0-rc.0",

0 commit comments

Comments
 (0)