Skip to content

Commit

Permalink
Merge branch 'main' into set-git-revision
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Oct 16, 2023
2 parents a8e08d0 + bf44a98 commit 92df6fb
Show file tree
Hide file tree
Showing 36 changed files with 1,776 additions and 1,106 deletions.
17 changes: 8 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: 2
updates:
# # pnpm support coming soon: https://github.com/dependabot/dependabot-core/issues/1736#issuecomment-1489987159
# - package-ecosystem: npm
# directory: "/"
# schedule:
# interval: weekly
# time: "10:00"
# open-pull-requests-limit: 10
# labels: [dependencies]
# versioning-strategy: increase
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
labels: [dependencies]
versioning-strategy: increase

- package-ecosystem: github-actions
directory: "/"
Expand Down
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
239 changes: 120 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.

241 changes: 121 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.

155 changes: 78 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.

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

Large diffs are not rendered by default.

700 changes: 351 additions & 349 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.1",
"version": "34.1.8",
"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 @@ -25,44 +25,44 @@
],
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/marked": "^4.3.0",
"@types/pluralize": "0.0.29",
"boxen": "^7.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@types/marked": "^4.3.1",
"@types/pluralize": "0.0.30",
"boxen": "^7.1.1",
"chokidar": "^3.5.3",
"clean-css": "^5.3.2",
"epipebomb": "^1.0.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.49.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",
"eslint-plugin-prettier": "^5.0.0",
"highlight.js": "^11.8.0",
"hyperhtml": "^2.34.2",
"idb": "^7.1.1",
"jasmine": "^4.6.0",
"jasmine-core": "^4.6.0",
"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",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-mocha-reporter": "^2.2.5",
"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.21.3",
"rollup": "^3.29.1",
"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.0.4",
"typescript": "^5.2.2",
"vnu-jar": "^23.4.11",
"webidl2": "^24.2.2"
"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.0.0",
"puppeteer": "^21.2.0",
"sade": "^1.8.1",
"serve-static": "^1.15.0"
},
Expand Down
Loading

0 comments on commit 92df6fb

Please sign in to comment.