This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12- - uses : angular/dev-infra/github-actions/breaking-changes-label@696fe0c5eb8535de2ceda83cd00edbd24f0561c6
12+ - uses : angular/dev-infra/github-actions/breaking-changes-label@f31797a431ece334d127090ddc7921f07b8ee734
1313 with :
1414 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 99 lock_closed :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : angular/dev-infra/github-actions/lock-closed@696fe0c5eb8535de2ceda83cd00edbd24f0561c6
12+ - uses : angular/dev-infra/github-actions/lock-closed@f31797a431ece334d127090ddc7921f07b8ee734
1313 with :
1414 lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4747 "@angular/compiler" : " 13.0.0-rc.0" ,
4848 "@angular/compiler-cli" : " 13.0.0-rc.0" ,
4949 "@angular/core" : " 13.0.0-rc.0" ,
50- "@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#a9c20b73ffe183e4be891660b0a6b4f551296d41 " ,
50+ "@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#79c690d950fb45721421495c77d44b1c2e09222e " ,
5151 "@angular/platform-browser" : " 13.0.0-rc.0" ,
5252 "@angular/platform-browser-dynamic" : " 13.0.0-rc.0" ,
5353 "@angular/platform-server" : " 13.0.0-rc.0" ,
Original file line number Diff line number Diff line change 249249 dependencies :
250250 tslib "^2.0.0"
251251
252- " @angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a9c20b73ffe183e4be891660b0a6b4f551296d41 " :
252+ " @angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#79c690d950fb45721421495c77d44b1c2e09222e " :
253253 version "0.0.0"
254- resolved "https://github.com/angular/dev-infra-private-builds.git#a9c20b73ffe183e4be891660b0a6b4f551296d41"
254+ uid "79c690d950fb45721421495c77d44b1c2e09222e"
255+ resolved "https://github.com/angular/dev-infra-private-builds.git#79c690d950fb45721421495c77d44b1c2e09222e"
255256 dependencies :
256257 " @actions/core" " ^1.4.0"
257258 " @actions/github" " ^5.0.0"
275276 " @octokit/types" " ^6.16.6"
276277 " @rollup/plugin-commonjs" " ^21.0.0"
277278 " @rollup/plugin-node-resolve" " ^13.0.4"
279+ " @types/tmp" " ^0.2.1"
278280 chalk "^4.1.0"
279281 clang-format "^1.4.0"
280282 cli-progress "^3.7.0"
295297 rollup-plugin-sourcemaps "^0.6.3"
296298 selenium-webdriver "3.5.0"
297299 semver "^7.3.5"
300+ tmp "^0.2.1"
298301 ts-node "^10.2.1"
299302 tslib "^2.3.0"
300303 tslint "^6.1.3"
25022505 " @types/mime" " ^1"
25032506 " @types/node" " *"
25042507
2508+ " @types/tmp@^0.2.1 " :
2509+ version "0.2.1"
2510+ resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.1.tgz#83ecf4ec22a8c218c71db25f316619fe5b986011"
2511+ integrity sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==
2512+
25052513" @types/tough-cookie@* " :
25062514 version "4.0.1"
25072515 resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.1.tgz#8f80dd965ad81f3e1bc26d6f5c727e132721ff40"
@@ -10108,6 +10116,13 @@ tmp@^0.0.33:
1010810116 dependencies :
1010910117 os-tmpdir "~1.0.2"
1011010118
10119+ tmp@^0.2.1 :
10120+ version "0.2.1"
10121+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
10122+ integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
10123+ dependencies :
10124+ rimraf "^3.0.0"
10125+
10111101261011210127 version "0.1.4"
1011310128 resolved "https://registry.yarnpkg.com/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890"
You can’t perform that action at this time.
0 commit comments