Skip to content

Commit

Permalink
Merge branch 'w3c:main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderke authored Feb 2, 2024
2 parents 8585613 + 704567d commit 5fb07db
Show file tree
Hide file tree
Showing 48 changed files with 1,853 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
"ecmaVersion": 2023
},
"rules": {
"import/extensions": ["error", "always", {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cat /tmp/pr_files.json | jq -r '.[].filename' | grep -qE "^builds/" || exit 0
echo "::error::Uh oh! builds/ was changed."; exit 1
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm lint
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm test:build
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c & pnpm build:geonovum
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c & pnpm build:geonovum
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: builds
path: |
Expand All @@ -43,10 +43,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: 18, cache: pnpm }
- run: pnpm i --frozen-lockfile
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: builds
path: ./builds/
Expand Down
226 changes: 113 additions & 113 deletions builds/respec-aom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-aom.js.map

Large diffs are not rendered by default.

240 changes: 120 additions & 120 deletions builds/respec-dini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-dini.js.map

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions builds/respec-geonovum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-geonovum.js.map

Large diffs are not rendered by default.

729 changes: 361 additions & 368 deletions builds/respec-w3c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-w3c.js.map

Large diffs are not rendered by default.

31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "respec",
"version": "34.2.0",
"version": "34.4.0",
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
"node": ">=18.14"
},
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.15.0",
"bin": {
"respec": "tools/respec2html.js",
"respec2html": "tools/respec2html.js"
Expand All @@ -24,24 +24,23 @@
"Robin Berjon"
],
"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/marked": "^4.3.1",
"@types/pluralize": "0.0.31",
"@types/pluralize": "0.0.33",
"boxen": "^7.1.1",
"chokidar": "^3.5.3",
"clean-css": "^5.3.2",
"clean-css": "^5.3.3",
"epipebomb": "^1.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"highlight.js": "^11.9.0",
"hyperhtml": "^2.34.2",
"idb": "^7.1.1",
"idb": "^8.0.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
Expand All @@ -53,14 +52,14 @@
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"pluralize": "^8.0.0",
"prettier": "^3.0.3",
"prettier": "^3.2.4",
"prompt": "^1.3.0",
"rollup": "^4.1.4",
"rollup": "^4.9.6",
"rollup-plugin-minify-html-literals": "^1.2.6",
"serve": "^14.2.1",
"serve-handler": "^6.1.5",
"sniffy-mimetype": "^1.1.1",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"vnu-jar": "^23.4.11",
"webidl2": "^24.4.1"
},
Expand Down Expand Up @@ -89,8 +88,8 @@
"dependencies": {
"colors": "1.4.0",
"finalhandler": "^1.2.0",
"marked": "^4.3.0",
"puppeteer": "^21.3.8",
"marked": "^11.2.0",
"puppeteer": "^21.9.0",
"sade": "^1.8.1",
"serve-static": "^1.15.0"
},
Expand Down
Loading

0 comments on commit 5fb07db

Please sign in to comment.