File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 # Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs
1111 linux-unit-tests :
1212 needs : yarn-lockfile-check
13- uses : salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
13+ uses : salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@ew/wireit-cache-2
1414 windows-unit-tests :
1515 needs : linux-unit-tests
16- uses : salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
16+ uses : salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@ew/wireit-cache-2
1717 nuts :
1818 needs : yarn-lockfile-check
19- uses : salesforcecli/github-workflows/.github/workflows/nut.yml@main
19+ uses : salesforcecli/github-workflows/.github/workflows/nut.yml@ew/wireit-cache-2
2020 secrets : inherit
2121 strategy :
2222 matrix :
Original file line number Diff line number Diff line change 1+ {
2+ "devDepOverrides" : [ " wireit" ]
3+ }
Original file line number Diff line number Diff line change 66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
88 "@oclif/core" : " ^4.2.10" ,
9- "@oclif/table" : " 0.4.7" ,
109 "@oclif/multi-stage-output" : " ^0.8.12" ,
10+ "@oclif/table" : " 0.4.7" ,
1111 "@salesforce/core" : " ^8.9.0" ,
1212 "@salesforce/kit" : " ^3.2.3" ,
1313 "@salesforce/sf-plugins-core" : " ^12.2.1" ,
2020 "terminal-link" : " ^3.0.0"
2121 },
2222 "resolutions" : {
23- "@oclif/table" : " 0.4.7"
23+ "@oclif/table" : " 0.4.7" ,
24+ "wireit" : " 0.14.12"
2425 },
2526 "devDependencies" : {
2627 "@oclif/plugin-command-snapshot" : " ^5.2.38" ,
3233 "moment" : " ^2.30.1" ,
3334 "oclif" : " ^4.17.43" ,
3435 "ts-node" : " ^10.9.2" ,
35- "typescript" : " ^5.8.3"
36+ "typescript" : " ^5.8.3" ,
37+ "wireit" : " ^0.14.12"
3638 },
3739 "engines" : {
3840 "node" : " >=18.0.0"
Original file line number Diff line number Diff line change @@ -8286,10 +8286,10 @@ widest-line@^5.0.0:
82868286 dependencies :
82878287 string-width "^7.0.0"
82888288
8289- wireit@^0.14.5 :
8290- version "0.14.5 "
8291- resolved "https://registry.npmjs.org /wireit/-/wireit-0.14.5 .tgz"
8292- integrity sha512-K4ka9YBpSyD6pmFZYTJd4VpPsAiPT6j/fOtLzYgnKWlPIMM7lAZjQQ30H7urO+Lqx1Wvrw88tQHBz4njy+lglg ==
8289+ wireit@0.14.12, wireit@^0.14.12, wireit@ ^0.14.5 :
8290+ version "0.14.12 "
8291+ resolved "https://registry.yarnpkg.com /wireit/-/wireit-0.14.12 .tgz#c35788b4be4a796a8d05d204ec7d3f5c4b355d71 "
8292+ integrity sha512-gNSd+nZmMo6cuICezYXRIayu6TSOeCSCDzjSF0q6g8FKDsRbdqrONrSZYzdk/uBISmRcv4vZtsno6GyGvdXwGA ==
82938293 dependencies :
82948294 brace-expansion "^4.0.0"
82958295 chokidar "^3.5.3"
You can’t perform that action at this time.
0 commit comments