Skip to content

Commit baba389

Browse files
chore(deps): update all non-major dependencies
1 parent 56f0a20 commit baba389

File tree

4 files changed

+195
-583
lines changed

4 files changed

+195
-583
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: 20.19.6
46+
node-version: 20.20.0
4747
cache: "pnpm"
4848

4949
# Update npm to the latest version to enable OIDC

.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@v6
2828
with:
29-
node-version: 20.19.6
29+
node-version: 20.20.0
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"@biomejs/biome": "^1.9.4",
4646
"@prefresh/core": "^1.5.9",
4747
"@prefresh/utils": "^1.2.1",
48-
"@rslib/core": "^0.18.2",
48+
"@rslib/core": "^0.19.4",
4949
"@rspack/core": "npm:@rspack-canary/core@1.5.8-canary-f37fe028-20250928065933",
50-
"@rspack/test-tools": "1.7.2",
50+
"@rspack/test-tools": "1.7.4",
5151
"wast-loader": "^1.14.1",
52-
"@rstest/core": "^0.7.9",
53-
"@swc/helpers": "0.5.17",
52+
"@rstest/core": "^0.8.1",
53+
"@swc/helpers": "0.5.18",
5454
"@swc/plugin-prefresh": "^9.5.0",
55-
"@types/node": "^22.19.1",
55+
"@types/node": "^22.19.7",
5656
"cac": "^6.7.14",
5757
"cross-env": "^10.1.0",
5858
"execa": "9.6.1",
59-
"fs-extra": "11.3.2",
59+
"fs-extra": "11.3.3",
6060
"nano-staged": "^0.9.0",
61-
"preact": "^10.27.2",
61+
"preact": "^10.28.3",
6262
"semver": "7.7.3",
6363
"simple-git-hooks": "^2.13.1",
6464
"typescript": "5.9.3"
@@ -67,7 +67,7 @@
6767
"@prefresh/core": "^1.5.0",
6868
"@prefresh/utils": "^1.2.0"
6969
},
70-
"packageManager": "pnpm@10.24.0",
70+
"packageManager": "pnpm@10.28.2",
7171
"publishConfig": {
7272
"access": "public",
7373
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)