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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
- run: pnpm build:w3c
- name: run validator
run: |
vnu=$(node -p "require('vnu-jar')")
vnu=$(node -p "require('vnu-jar').toString()")
./tools/respec2html.js examples/basic.built.html /tmp/basic.built.html --verbose --timeout 30
java -jar $vnu /tmp/basic.built.html
4 changes: 2 additions & 2 deletions .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with: { node-version-file: '.nvmrc', cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: builds
path: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-node@v6
with: { node-version-file: '.nvmrc', cache: pnpm }
- run: pnpm i --frozen-lockfile
- uses: actions/download-artifact@v6
- uses: actions/download-artifact@v7
with:
name: builds
path: ./builds/
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
"node": ">=20.12.1"
"node": ">=24"
},
"packageManager": "pnpm@10.18.2",
"packageManager": "pnpm@10.30.1",
"bin": {
"respec": "tools/respec2html.js",
"respec2html": "tools/respec2html.js"
Expand All @@ -25,42 +25,42 @@
],
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/pluralize": "0.0.33",
"boxen": "^8.0.1",
"chokidar": "^4.0.3",
"chokidar": "^5.0.0",
"clean-css": "^5.3.3",
"epipebomb": "^1.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-prettier": "^5.5.5",
"highlight.js": "^11.11.1",
"hyperhtml": "^2.34.2",
"idb": "^8.0.3",
"jasmine": "^5.12.0",
"jasmine-core": "^5.12.0",
"jasmine": "^6.0.0",
"jasmine-core": "^6.0.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"pluralize": "^8.0.0",
"prettier": "^3.6.2",
"prettier": "^3.8.1",
"prompt": "^1.3.0",
"rollup": "^4.52.4",
"rollup": "^4.57.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"serve": "^14.2.5",
"serve-handler": "^6.1.6",
"sniffy-mimetype": "^1.1.1",
"typescript": "^5.9.3",
"vnu-jar": "^24.10.17",
"vnu-jar": "^26.2.19",
"webidl2": "^24.5.0"
},
"scripts": {
Expand All @@ -87,11 +87,11 @@
},
"dependencies": {
"colors": "1.4.0",
"finalhandler": "^2.1.0",
"finalhandler": "^2.1.1",
"marked": "^12.0.2",
"puppeteer": "^24.24.0",
"puppeteer": "^24.37.5",
"sade": "^1.8.1",
"serve-static": "^2.2.0"
"serve-static": "^2.2.1"
},
"files": [
"builds/",
Expand Down
Loading
Loading