Skip to content

Commit 4f63bc5

Browse files
build(deps-dev): bump all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4eb5a32 commit 4f63bc5

6 files changed

Lines changed: 272 additions & 305 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3.35.2
32+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: security-extended,security-and-quality
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3.35.2
38+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3939
with:
4040
category: '/language:${{matrix.language}}'

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out project repository
27-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: Set up Node.js runtime
29-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
29+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3030
with:
3131
node-version-file: 'package.json'
3232
- name: Install
@@ -39,11 +39,11 @@ jobs:
3939
run: nps build
4040
- name: Setup Pages
4141
id: pages
42-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
42+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
44+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
4545
with:
4646
path: _site
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
49+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5

.github/workflows/lint-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out project repository
12-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Set up Node.js runtime
14-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
14+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1515
with:
1616
node-version-file: 'package.json'
1717
- name: Install
@@ -28,7 +28,7 @@ jobs:
2828
# You can check if a file with a listed file type is in the PR by doing:
2929
# if: ${{ steps.filter.outputs.md == 'true' }}
3030
# This will return true if there's a Markdown file the PR has changed.
31-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
31+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3232
id: filter
3333
with:
3434
filters: |

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
container:
1919
image: returntocorp/semgrep@sha256:7810f1d7884974ab6dda7bef8f4a2c8e165ea2142fd8260515d380e4f1407263 # latest
2020
steps:
21-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- run: semgrep ci

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "The OpenINF portal, other static resources, and more static electricity",
66
"packageManager": "pnpm@10.33.2",
77
"engines": {
8-
"node": "22.22.2",
8+
"node": "24.15.0",
99
"pnpm": "10.33.2"
1010
},
1111
"exports": {
@@ -25,16 +25,16 @@
2525
},
2626
"devDependencies": {
2727
"@11ty/eleventy": "3.1.5",
28-
"@biomejs/biome": "1.9.4",
28+
"@biomejs/biome": "2.4.13",
2929
"@cspell/dict-lorem-ipsum": "4.0.5",
3030
"@isaacs/catcher": "1.0.4",
3131
"@openinf/gh-file-importer": "2.0.1",
3232
"@shopify/prettier-plugin-liquid": "1.10.2",
33-
"@tsconfig/node-lts": "22.0.4",
33+
"@tsconfig/node-lts": "24.0.0",
3434
"@types/console-log-level": "1.4.5",
3535
"@types/gulp": "4.0.18",
3636
"@types/js-yaml": "4.0.9",
37-
"@types/node": "22.19.17",
37+
"@types/node": "24.12.2",
3838
"@yarnpkg/shell": "4.1.3",
3939
"autoprefixer": "10.5.0",
4040
"bootstrap": "5.3.8",
@@ -46,7 +46,7 @@
4646
"dictionary-en": "4.0.0",
4747
"dprint": "0.54.0",
4848
"editorconfig-checker": "6.1.1",
49-
"globby": "14.1.0",
49+
"globby": "16.2.0",
5050
"gulp": "5.0.1",
5151
"gulp-dart-sass": "1.1.0",
5252
"gulp-postcss": "10.0.0",
@@ -103,14 +103,14 @@
103103
"retext-syntax-mentions": "4.0.0",
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106-
"stylelint": "16.26.1",
107-
"stylelint-config-recess-order": "6.1.0",
108-
"stylelint-config-standard-scss": "14.0.0",
106+
"stylelint": "17.9.0",
107+
"stylelint-config-recess-order": "7.7.0",
108+
"stylelint-config-standard-scss": "17.0.0",
109109
"tsx": "4.21.0",
110-
"typescript": "5.9.3",
110+
"typescript": "6.0.3",
111111
"unified": "11.0.5",
112-
"vnu-jar": "24.10.17",
113-
"zod": "3.25.76",
114-
"zod-validation-error": "3.5.4"
112+
"vnu-jar": "26.4.16",
113+
"zod": "4.3.6",
114+
"zod-validation-error": "5.0.0"
115115
}
116116
}

0 commit comments

Comments
 (0)