Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/modern-toolchain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start-devtools": patch
---

Build with Rolldown, update the project toolchain, and strengthen package validation.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.15.1
version: 11.22.0
- uses: actions/setup-node@v4
with:
node-version: 24
Expand All @@ -21,4 +21,3 @@ jobs:
- run: pnpm build
- run: pnpm test
- run: pnpm check

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.15.1
version: 11.22.0
- uses: actions/setup-node@v4
with:
node-version: 24
Expand Down
26 changes: 10 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
},
"scripts": {
"build": "rollup -c && tsc --emitDeclarationOnly",
"check": "package-check",
"build": "rolldown -c",
"check": "publint && attw --pack . --profile esm-only",
"test": "vitest run",
"release": "pnpm build && changeset publish"
},
Expand Down Expand Up @@ -53,31 +53,25 @@
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-typescript": "^7.28.0",
"@arethetypeswrong/cli": "^0.18.5",
"@changesets/cli": "^2.30.0",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@skypack/package-check": "^0.2.2",
"@rolldown/plugin-babel": "^0.2.3",
"@solidjs/web": "^2.0.0-rc.0",
"@types/node": "^24.0.0",
"babel-preset-solid": "^2.0.0-rc.0",
"error-stack-parser": "^2.1.4",
"html-to-image": "^1.11.13",
"prettier": "^3.1.0",
"rollup": "^4.5.0",
"rollup-plugin-cleaner": "^1.0.0",
"publint": "^0.3.23",
"rolldown": "^1.2.4",
"rolldown-plugin-dts": "^0.28.2",
"seroval": "^1.6.0",
"shiki": "^4.3.1",
"solid-js": "^2.0.0-rc.0",
"source-map-js": "^1.2.1",
"terracotta": "2.0.0-next.6",
"typescript": "^5.9.0",
"vitest": "^3.2.0"
"typescript": "^7.0.2",
"vitest": "^4.1.11"
},
"packageManager": "pnpm@10.15.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
"packageManager": "pnpm@11.22.0"
}
Loading
Loading