Skip to content

Commit 8aca18e

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

File tree

6 files changed

+89
-88
lines changed

6 files changed

+89
-88
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out project repository
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- name: Set up Node.js runtime
2929
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out project repository
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
- name: Set up Node.js runtime
1414
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1515
with:

.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:fca58525689355641019c05ab49dcc5bc3a1eb7e044f35014ee39594b5aa4fc1 # latest
2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- run: semgrep ci

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@11ty/eleventy": "3.1.2",
28-
"@biomejs/biome": "1.9.4",
28+
"@biomejs/biome": "2.2.0",
2929
"@cspell/dict-lorem-ipsum": "4.0.5",
3030
"@isaacs/catcher": "1.0.4",
3131
"@openinf/gh-file-importer": "2.0.1",
@@ -104,13 +104,13 @@
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106106
"stylelint": "16.23.1",
107-
"stylelint-config-recess-order": "6.1.0",
108-
"stylelint-config-standard-scss": "14.0.0",
107+
"stylelint-config-recess-order": "7.2.0",
108+
"stylelint-config-standard-scss": "15.0.1",
109109
"tsx": "4.20.3",
110110
"typescript": "5.9.2",
111111
"unified": "11.0.5",
112112
"vnu-jar": "24.10.17",
113-
"zod": "3.25.76",
114-
"zod-validation-error": "3.5.3"
113+
"zod": "4.0.17",
114+
"zod-validation-error": "4.0.1"
115115
}
116116
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)