Skip to content

Commit 7ca34ef

Browse files
chore(deps): update all non-major dependencies (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abb6f88 commit 7ca34ef

5 files changed

Lines changed: 285 additions & 96 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1313
with:
14-
node-version: 24.16.0
14+
node-version: 24.18.0
1515
package-manager-cache: false
1616
- name: Setup Node.js
1717
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1818
with:
19-
node-version: 24.16.0
19+
node-version: 24.18.0
2020
package-manager-cache: false
2121

2222
- name: Install Pnpm
23-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
23+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2424
with:
2525
run_install: true
2626

@@ -37,11 +37,11 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
40-
node-version: 24.16.0
40+
node-version: 24.18.0
4141
package-manager-cache: false
4242

4343
- name: Install Pnpm
44-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
44+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4545
with:
4646
run_install: true
4747

.github/workflows/lint.yml

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

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

.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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"lint:write": "rslint --fix"
3535
},
3636
"devDependencies": {
37-
"@rslib/core": "0.22.1",
38-
"@rslint/core": "^0.6.1",
39-
"@rspack/core": "2.0.8",
40-
"@rstest/core": "^0.10.4",
37+
"@rslib/core": "0.23.1",
38+
"@rslint/core": "^0.6.4",
39+
"@rspack/core": "2.1.2",
40+
"@rstest/core": "^0.10.6",
4141
"deepmerge": "^4.3.1",
4242
"javascript-stringify": "^2.1.0",
43-
"prettier": "^3.8.4",
43+
"prettier": "^3.9.4",
4444
"typescript": "^6.0.3"
4545
},
4646
"peerDependencies": {
@@ -51,5 +51,5 @@
5151
"optional": true
5252
}
5353
},
54-
"packageManager": "pnpm@11.6.0"
54+
"packageManager": "pnpm@11.9.0"
5555
}

0 commit comments

Comments
 (0)