Skip to content

Commit 4b57283

Browse files
chore(deps): update all non-major dependencies
1 parent 7cf5c72 commit 4b57283

5 files changed

Lines changed: 351 additions & 161 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525
with:
26-
node-version: 24.16.0
26+
node-version: 24.18.0
2727
package-manager-cache: false
2828

2929
- name: Install Pnpm
30-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
30+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3131
with:
3232
run_install: true
3333

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Setup Node.js
4747
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4848
with:
49-
node-version: 24.16.0
49+
node-version: 24.18.0
5050
package-manager-cache: false
5151

5252
- name: Install Pnpm
53-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
53+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
5454
with:
5555
run_install: true
5656

@@ -70,11 +70,11 @@ jobs:
7070
- name: Setup Node.js
7171
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
7272
with:
73-
node-version: 24.16.0
73+
node-version: 24.18.0
7474
package-manager-cache: false
7575

7676
- name: Install Pnpm
77-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
77+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
7878
with:
7979
run_install: true
8080

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"@rspack/dev-middleware": "^2.0.3"
4949
},
5050
"devDependencies": {
51-
"@hono/node-server": "^2.0.4",
51+
"@hono/node-server": "^2.0.6",
5252
"@microsoft/api-extractor": "^7.58.9",
53-
"@rslib/core": "^0.22.1",
54-
"@rslint/core": "^0.6.1",
53+
"@rslib/core": "^0.23.2",
54+
"@rslint/core": "^0.6.4",
5555
"@rspack/core": "2.0.0-rc.0",
5656
"@rspack/plugin-react-refresh": "2.0.2",
57-
"@rstest/core": "^0.10.4",
57+
"@rstest/core": "^0.10.6",
5858
"@types/connect-history-api-fallback": "^1.5.4",
5959
"@types/mime-types": "3.0.1",
6060
"@types/node": "^24.13.2",
@@ -66,7 +66,7 @@
6666
"connect-next": "^4.0.3",
6767
"cross-env": "^10.1.0",
6868
"express": "^5.2.1",
69-
"hono": "^4.12.25",
69+
"hono": "^4.12.27",
7070
"http-compression": "^1.1.3",
7171
"http-proxy": "^1.18.1",
7272
"http-proxy-middleware": "4.1.1",
@@ -75,7 +75,7 @@
7575
"nano-staged": "^1.0.2",
7676
"open": "^11.0.0",
7777
"p-retry": "^7.1.1",
78-
"prettier": "3.8.4",
78+
"prettier": "3.9.4",
7979
"puppeteer": "^24.43.1",
8080
"react-refresh": "0.18.0",
8181
"require-from-string": "^2.0.2",
@@ -94,7 +94,7 @@
9494
"optional": true
9595
}
9696
},
97-
"packageManager": "pnpm@11.6.0",
97+
"packageManager": "pnpm@11.9.0",
9898
"engines": {
9999
"node": "^20.19.0 || >=22.12.0"
100100
},

0 commit comments

Comments
 (0)