Skip to content

Commit 060cf0e

Browse files
chore(deps): update all non-major dependencies (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent c80a9c3 commit 060cf0e

5 files changed

Lines changed: 410 additions & 294 deletions

File tree

.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.14.1
27+
node-version: 24.15.0
2828
package-manager-cache: false
2929

3030
# Update npm to the latest version to enable OIDC

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4242
with:
43-
node-version: 24.14.1
43+
node-version: 24.15.0
4444
package-manager-cache: false
4545

4646
- name: Install Dependencies
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Node.js
6868
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6969
with:
70-
node-version: 24.14.1
70+
node-version: 24.15.0
7171
package-manager-cache: false
7272

7373
- name: Install Dependencies

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
},
5151
"devDependencies": {
5252
"@hono/node-server": "^1.19.14",
53-
"@microsoft/api-extractor": "^7.58.2",
54-
"@rslib/core": "^0.21.1",
53+
"@microsoft/api-extractor": "^7.58.7",
54+
"@rslib/core": "^0.21.3",
5555
"@rslint/core": "^0.5.0",
5656
"@rspack/core": "2.0.0-rc.0",
5757
"@rspack/plugin-react-refresh": "1.6.2",
58-
"@rstest/core": "^0.9.7",
58+
"@rstest/core": "^0.9.9",
5959
"@types/connect-history-api-fallback": "^1.5.4",
6060
"@types/mime-types": "3.0.1",
6161
"@types/node": "^24.12.2",
@@ -77,13 +77,13 @@
7777
"open": "^11.0.0",
7878
"p-retry": "^7.1.1",
7979
"prettier": "3.8.3",
80-
"puppeteer": "^24.40.0",
80+
"puppeteer": "^24.42.0",
8181
"react-refresh": "0.18.0",
8282
"require-from-string": "^2.0.2",
8383
"selfsigned": "^5.5.0",
8484
"serve-static": "^2.2.1",
8585
"simple-git-hooks": "^2.13.1",
86-
"typescript": "^6.0.2",
86+
"typescript": "^6.0.3",
8787
"ws": "^8.20.0"
8888
},
8989
"peerDependencies": {
@@ -95,7 +95,7 @@
9595
"optional": true
9696
}
9797
},
98-
"packageManager": "pnpm@10.33.0",
98+
"packageManager": "pnpm@10.33.1",
9999
"engines": {
100100
"node": "^20.19.0 || >=22.12.0"
101101
},

0 commit comments

Comments
 (0)