File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
5151 "optional" : true
5252 }
5353 },
54- "packageManager" : " pnpm@11.6 .0"
54+ "packageManager" : " pnpm@11.9 .0"
5555}
You can’t perform that action at this time.
0 commit comments