Skip to content

Commit 67a9bf1

Browse files
chore(deps): update all non-major dependencies
1 parent ca2822d commit 67a9bf1

4 files changed

Lines changed: 282 additions & 291 deletions

File tree

.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.14.1
28+
node-version: 24.15.0
2929

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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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.14.1
32+
node-version: 24.15.0
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Node.js
6464
uses: actions/setup-node@v6
6565
with:
66-
node-version: 24.14.1
66+
node-version: 24.15.0
6767
cache: "pnpm"
6868

6969
- name: Install Dependencies

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
},
3535
"devDependencies": {
3636
"@arethetypeswrong/core": "^0.18.2",
37-
"@microsoft/api-extractor": "^7.58.1",
38-
"@rsbuild/core": "2.0.0-rc.0",
39-
"@rslib/core": "^0.20.3",
40-
"@rslint/core": "^0.3.4",
37+
"@microsoft/api-extractor": "^7.58.7",
38+
"@rsbuild/core": "2.0.5",
39+
"@rslib/core": "^0.21.4",
40+
"@rslint/core": "^0.5.2",
4141
"@rstest/adapter-rslib": "^0.2.2",
42-
"@rstest/core": "^0.9.6",
43-
"@rstest/coverage-istanbul": "^0.3.1",
42+
"@rstest/core": "^0.9.10",
43+
"@rstest/coverage-istanbul": "^0.3.2",
4444
"@types/node": "^24.12.2",
4545
"cli-table3": "^0.6.5",
46-
"dprint": "^0.53.2",
46+
"dprint": "^0.54.0",
4747
"husky": "^9.1.7",
4848
"nano-staged": "^0.9.0",
4949
"package-manager-detector": "^1.6.0",
5050
"rsbuild-plugin-publint": "^0.3.4",
51-
"tinyexec": "^1.0.4",
52-
"typescript": "^6.0.2"
51+
"tinyexec": "^1.1.2",
52+
"typescript": "^6.0.3"
5353
},
5454
"peerDependencies": {
5555
"@rsbuild/core": "^1.0.0 || ^2.0.0-0",
@@ -60,7 +60,7 @@
6060
"optional": true
6161
}
6262
},
63-
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
63+
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
6464
"engines": {
6565
"node": ">=20.20.2"
6666
},

0 commit comments

Comments
 (0)