Skip to content

Commit 8b1419d

Browse files
chore(deps): update all non-major dependencies
1 parent b007278 commit 8b1419d

File tree

4 files changed

+240
-256
lines changed

4 files changed

+240
-256
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626
with:
27-
node-version: 24.11.1
27+
node-version: 24.14.1
2828

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2828
with:
29-
node-version: 24.11.1
29+
node-version: 24.14.1
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
},
3838
"devDependencies": {
3939
"@biomejs/biome": "^1.9.4",
40-
"@rslib/core": "^0.18.2",
41-
"@rspack/core": "^1.6.5",
42-
"@rstest/core": "0.6.8",
43-
"@types/node": "^24.10.1",
40+
"@rslib/core": "^0.21.0",
41+
"@rspack/core": "^1.7.11",
42+
"@rstest/core": "0.9.7",
43+
"@types/node": "^24.12.2",
4444
"nano-staged": "^0.9.0",
4545
"simple-git-hooks": "^2.13.1",
4646
"typescript": "^6.0.2"
4747
},
48-
"packageManager": "pnpm@10.24.0",
48+
"packageManager": "pnpm@10.33.0",
4949
"publishConfig": {
5050
"access": "public",
5151
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)