Skip to content

Commit 237036e

Browse files
chore(deps): update all non-major dependencies (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef047f8 commit 237036e

File tree

5 files changed

+169
-170
lines changed

5 files changed

+169
-170
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 24.11.0
32+
node-version: 24.11.1
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 24.11.0
28+
node-version: 24.11.1
2929

3030
# Update npm to the latest version to enable OIDC
3131
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v6
3434
with:
35-
node-version: 24.11.0
35+
node-version: 24.11.1
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"pre-commit": "npm run lint:write"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.3.2",
34-
"@playwright/test": "^1.56.1",
35-
"@rsbuild/core": "^1.6.0",
36-
"@rslib/core": "^0.17.0",
37-
"@types/node": "^24.9.2",
38-
"playwright": "^1.56.1",
33+
"@biomejs/biome": "^2.3.8",
34+
"@playwright/test": "^1.57.0",
35+
"@rsbuild/core": "^1.6.10",
36+
"@rslib/core": "^0.18.2",
37+
"@types/node": "^24.10.1",
38+
"playwright": "^1.57.0",
3939
"simple-git-hooks": "^2.13.1",
4040
"typescript": "^5.9.3"
4141
},
@@ -47,7 +47,7 @@
4747
"optional": true
4848
}
4949
},
50-
"packageManager": "pnpm@10.20.0",
50+
"packageManager": "pnpm@10.24.0",
5151
"publishConfig": {
5252
"access": "public",
5353
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)