Skip to content

Commit da0fe6f

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

5 files changed

Lines changed: 177 additions & 165 deletions

File tree

.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.1
32+
node-version: 24.13.0
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.1
28+
node-version: 24.13.0
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.1
35+
node-version: 24.13.0
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.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",
33+
"@biomejs/biome": "^2.3.13",
34+
"@playwright/test": "^1.58.1",
35+
"@rsbuild/core": "^1.7.2",
36+
"@rslib/core": "^0.19.4",
37+
"@types/node": "^24.10.9",
38+
"playwright": "^1.58.1",
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.24.0",
50+
"packageManager": "pnpm@10.28.2",
5151
"publishConfig": {
5252
"access": "public",
5353
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)