Skip to content

Commit bef4ef2

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

File tree

6 files changed

+90
-89
lines changed

6 files changed

+90
-89
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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: 2 additions & 2 deletions
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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:
@@ -41,7 +41,7 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
44+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4545
with:
4646
path: _site
4747
- name: Deploy to GitHub Pages

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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:392824c9cff5fb434198992a5f05c5d4c658a99af3fa9a965f750bf50bee84af # latest
2020
steps:
21-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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.2",
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.5",
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.1.1",
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)