Skip to content

Commit 7e59852

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/prettier-3.6.2
2 parents abf90db + f939af9 commit 7e59852

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- Most code is formatted with Prettier.
88
- The site is deployed to Azure SWA.
99
- The CSS is built with Bootstrap 5.
10-
- Page URLS should always end with a trailing slash.
10+
- Page URLs should always end with a trailing slash.

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: super-linter/super-linter/slim@v6
27+
uses: super-linter/super-linter/slim@v8
2828
env:
2929
DEFAULT_BRANCH: main
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -38,7 +38,6 @@ jobs:
3838
VALIDATE_CSS: false
3939
VALIDATE_EDITORCONFIG: false
4040
VALIDATE_HTML: false
41-
VALIDATE_JAVASCRIPT_STANDARD: false
4241
VALIDATE_JSCPD: false
4342
VALIDATE_NATURAL_LANGUAGE: false
4443
VALIDATE_XML: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
FORCE_COLOR: 2
12-
NODE: 20
12+
NODE: 22
1313

1414
permissions:
1515
contents: read

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package-lock.json

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"test": "npm-run-all lint-css && npm run lint-html && npm run lint-js && npx hugo"
3232
},
3333
"devDependencies": {
34-
"@trimble-oss/modus-bootstrap": "^2.0.10",
35-
"@trimble-oss/modus-docs-hugo-theme": "^1.0.0-alpha31",
34+
"@trimble-oss/modus-bootstrap": "^2.0.13",
35+
"@trimble-oss/modus-docs-hugo-theme": "1.0.0-alpha31",
3636
"autoprefixer": "10.4.21",
3737
"clipboard": "2.0.11",
3838
"eslint": "8.57.1",
@@ -48,10 +48,10 @@
4848
"stylelint-config-standard": "38.0.0"
4949
},
5050
"engines": {
51-
"node": ">=20"
51+
"node": ">=22"
5252
},
5353
"volta": {
54-
"node": "20.19.1"
54+
"node": "22.15.0"
5555
},
5656
"hugo-bin": {
5757
"buildTags": "extended"

0 commit comments

Comments
 (0)