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 committed Oct 19, 2023
2 parents 5289c8e + c71f151 commit 8585613
Show file tree
Hide file tree
Showing 32 changed files with 1,638 additions and 1,100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Check linting issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Ensure builds/ has not changed
run: |
curl -sL https://api.github.com/repos/w3c/respec/pulls/${{ github.event.pull_request.number }}/files -o /tmp/pr_files.json
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Headless Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand All @@ -52,7 +52,7 @@ jobs:
name: Karma Unit Tests (Chrome)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build W3C profile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- https://w3c.github.io/geolocation-api/
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with: { node-version: 18, cache: pnpm }
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
engine-strict=true
strict-peer-dependencies=false
auto-install-peers=false
242 changes: 123 additions & 119 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.

244 changes: 124 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.

158 changes: 81 additions & 77 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.

704 changes: 354 additions & 350 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.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "respec",
"version": "34.1.4",
"version": "34.2.0",
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
"node": ">=18.14"
},
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.7.5",
"bin": {
"respec": "tools/respec2html.js",
"respec2html": "tools/respec2html.js"
Expand All @@ -24,25 +24,26 @@
"Robin Berjon"
],
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-alias": "^5.0.1",
"@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.29",
"boxen": "^7.1.0",
"@types/pluralize": "0.0.31",
"boxen": "^7.1.1",
"chokidar": "^3.5.3",
"clean-css": "^5.3.2",
"epipebomb": "^1.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^4.2.1",
"highlight.js": "^11.8.0",
"eslint-plugin-prettier": "^5.0.1",
"highlight.js": "^11.9.0",
"hyperhtml": "^2.34.2",
"idb": "^7.1.1",
"jasmine": "^5.0.2",
"jasmine-core": "^5.0.1",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -52,17 +53,16 @@
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"pluralize": "^8.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prompt": "^1.3.0",
"rollup": "^3.25.1",
"rollup": "^4.1.4",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.2.0",
"serve": "^14.2.1",
"serve-handler": "^6.1.5",
"sniffy-mimetype": "^1.1.1",
"typescript": "^5.1.3",
"typescript": "^5.2.2",
"vnu-jar": "^23.4.11",
"webidl2": "^24.3.0"
"webidl2": "^24.4.1"
},
"scripts": {
"build:aom-debug": "pnpm build:aom -- --debug",
Expand Down Expand Up @@ -90,7 +90,7 @@
"colors": "1.4.0",
"finalhandler": "^1.2.0",
"marked": "^4.3.0",
"puppeteer": "^20.7.3",
"puppeteer": "^21.3.8",
"sade": "^1.8.1",
"serve-static": "^1.15.0"
},
Expand Down
Loading

0 comments on commit 8585613

Please sign in to comment.