Skip to content

Commit a15b8dc

Browse files
chore(deps): update all non-major dependencies
1 parent 97eb2cc commit a15b8dc

18 files changed

Lines changed: 326 additions & 137 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: 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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@clack/prompts": "^1.5.1",
45+
"@clack/prompts": "^1.6.0",
4646
"@microsoft/api-extractor": "^7.58.9",
47-
"@rslib/core": "0.22.1",
48-
"@rslint/core": "^0.6.1",
49-
"@rstest/core": "0.10.4",
47+
"@rslib/core": "0.23.1",
48+
"@rslint/core": "^0.6.4",
49+
"@rstest/core": "0.10.6",
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/minimist": "^1.2.5",
5252
"@types/node": "24.13.2",
5353
"@vercel/detect-agent": "^1.2.3",
5454
"deepmerge": "^4.3.1",
55-
"fs-extra": "^11.3.5",
55+
"fs-extra": "^11.3.6",
5656
"minimist": "^1.2.8",
57-
"prettier": "^3.8.4",
57+
"prettier": "^3.9.4",
5858
"rimraf": "^6.1.3",
5959
"rslog": "^2.1.3",
6060
"simple-git-hooks": "^2.13.1",
@@ -64,7 +64,7 @@
6464
"engines": {
6565
"node": "^20.19.0 || >=22.12.0"
6666
},
67-
"packageManager": "pnpm@11.6.0",
67+
"packageManager": "pnpm@11.9.0",
6868
"publishConfig": {
6969
"access": "public",
7070
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)