Skip to content

Commit adbf14c

Browse files
authored
build: update to the latest version of @angular/dev-infra-private (#23383) (#23391)
Updates to the latest version of the `ng-dev` tool so that the upcoming releases can benefit from the recent changes that have been made for the release tool.
1 parent c53b902 commit adbf14c

File tree

2 files changed

+68
-58
lines changed

2 files changed

+68
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@angular-devkit/schematics": "12.1.2",
7878
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2566cc859235399edc72749a957f1cdcba2dc121",
7979
"@angular/compiler-cli": "12.1.2",
80-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a3bc7727bbceb6418e7b220900ea8b396cb82580",
80+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6254699cc7ccff62be948dc5edcdea87a936ff24",
8181
"@angular/localize": "12.1.2",
8282
"@angular/platform-browser-dynamic": "12.1.2",
8383
"@angular/platform-server": "12.1.2",

yarn.lock

Lines changed: 67 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
tslib "2.3.0"
3434
typescript "4.3.4"
3535

36-
"@angular-devkit/build-optimizer@^0.1201.3":
37-
version "0.1201.4"
38-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1201.4.tgz#79bf972b5905d7d193c838c496febfff6923ec2c"
39-
integrity sha512-Hq+mDUe4xIyq4939JZaUkptsM89WnZOk8Qel6mS0T/bxMX/qs+nuGD5o+xDKkuayogbiTrLmyZBib0/90eSXEA==
36+
"@angular-devkit/build-optimizer@^0.1202.0":
37+
version "0.1202.1"
38+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1202.1.tgz#96ce0d33d438f724866c1f171ac3886a95422dde"
39+
integrity sha512-eMyPdfudKek4buv5b2lBRKrv8r2P/soPOsLVcyt2pgrA6V1I8UaJKEDmBwxQ//RwwrvMdD/OWfRxxJm7YvD8kQ==
4040
dependencies:
4141
source-map "0.7.3"
4242
tslib "2.3.0"
43-
typescript "4.3.4"
43+
typescript "4.3.5"
4444

4545
"@angular-devkit/[email protected]":
4646
version "12.1.2"
@@ -145,29 +145,28 @@
145145
dependencies:
146146
tslib "^2.0.0"
147147

148-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a3bc7727bbceb6418e7b220900ea8b396cb82580":
148+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#6254699cc7ccff62be948dc5edcdea87a936ff24":
149149
version "0.0.0"
150-
resolved "https://github.com/angular/dev-infra-private-builds.git#a3bc7727bbceb6418e7b220900ea8b396cb82580"
150+
resolved "https://github.com/angular/dev-infra-private-builds.git#6254699cc7ccff62be948dc5edcdea87a936ff24"
151151
dependencies:
152152
"@actions/core" "^1.4.0"
153153
"@actions/github" "^5.0.0"
154-
"@angular-devkit/build-optimizer" "^0.1201.3"
154+
"@angular-devkit/build-optimizer" "^0.1202.0"
155155
"@angular/benchpress" "0.2.1"
156156
"@bazel/bazelisk" "^1.10.1"
157157
"@bazel/buildifier" "^4.0.1"
158-
"@bazel/esbuild" "4.0.0-beta.0"
159-
"@bazel/jasmine" "4.0.0-beta.0"
160-
"@bazel/protractor" "4.0.0-beta.0"
161-
"@bazel/runfiles" "4.0.0-beta.0"
162-
"@bazel/typescript" "4.0.0-beta.0"
158+
"@bazel/esbuild" "4.0.0-rc.0"
159+
"@bazel/jasmine" "4.0.0-rc.0"
160+
"@bazel/protractor" "4.0.0-rc.0"
161+
"@bazel/runfiles" "4.0.0-rc.0"
162+
"@bazel/typescript" "4.0.0-rc.0"
163163
"@microsoft/api-extractor" "7.18.4"
164164
"@octokit/core" "^3.5.1"
165165
"@octokit/graphql" "^4.6.1"
166166
"@octokit/plugin-paginate-rest" "^2.13.5"
167167
"@octokit/plugin-rest-endpoint-methods" "^5.3.3"
168168
"@octokit/rest" "^18.7.0"
169169
"@octokit/types" "^6.16.6"
170-
"@types/chalk" "^2.2.0"
171170
"@types/cli-progress" "^3.9.1"
172171
"@types/conventional-commits-parser" "^3.0.1"
173172
"@types/ejs" "^3.0.6"
@@ -176,14 +175,12 @@
176175
"@types/glob" "^7.1.3"
177176
"@types/inquirer" "7.3.1"
178177
"@types/jasmine" "^3.7.0"
179-
"@types/minimist" "^1.2.0"
180178
"@types/node" "^14.17.0"
181179
"@types/node-fetch" "^2.5.10"
182180
"@types/semver" "^7.3.6"
183181
"@types/shelljs" "^0.8.8"
184-
"@types/yaml" "^1.9.7"
182+
"@types/uuid" "^8.3.1"
185183
"@types/yargs" "^17.0.0"
186-
brotli "^1.3.2"
187184
chalk "^4.1.0"
188185
clang-format "^1.4.0"
189186
cli-progress "^3.7.0"
@@ -196,11 +193,9 @@
196193
inquirer "^8.0.0"
197194
jasmine "^3.7.0"
198195
minimatch "^3.0.4"
199-
minimist "^1.2.5"
200196
multimatch "^5.0.0"
201197
nock "^13.0.3"
202198
node-fetch "^2.6.1"
203-
node-uuid "1.4.8"
204199
ora "^5.0.0"
205200
prettier "^2.3.2"
206201
protractor "^7.0.0"
@@ -215,6 +210,7 @@
215210
tslint "^6.1.3"
216211
typed-graphqlify "^3.1.1"
217212
typescript "~4.3.5"
213+
uuid "^8.3.2"
218214
yaml "^1.10.0"
219215
yargs "^17.0.0"
220216

@@ -554,10 +550,10 @@
554550
source-map-support "0.5.9"
555551
tsutils "2.27.2"
556552

557-
"@bazel/[email protected]beta.0":
558-
version "4.0.0-beta.0"
559-
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-4.0.0-beta.0.tgz#ff75447b18bc0d56b376d7e44095d9ca9b904583"
560-
integrity sha512-4AxL8IhyeyeTH0fr1XFfdd1ls/AnsiEu1oBXxoplb0ar88pRrdl0UjCUgLylWj75uIcQsqu/l3Xv7qOfDSXWsQ==
553+
"@bazel/[email protected]rc.0":
554+
version "4.0.0-rc.0"
555+
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-4.0.0-rc.0.tgz#34a19bdab4575b55d6e0b9b14e81c4a9e9aa2dfb"
556+
integrity sha512-6a2kRIZXIwEIFePS9FjVJCC1OFtE8eBHFm+WJhOC4wyXpUzcqLphkarjoKkWC7qnxYkHntdgVQm/ZNQuhAQtMQ==
561557

562558
563559
version "0.15.10"
@@ -572,11 +568,24 @@
572568
c8 "~7.5.0"
573569
jasmine-reporters "~2.4.0"
574570

571+
572+
version "4.0.0-rc.0"
573+
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-4.0.0-rc.0.tgz#ab50da6e380dcbaf5862b2d69377a43045fe5dd6"
574+
integrity sha512-0LdeGIOKZmFLCnwX0dNwTVEbDm2TaGnR0JEwqtyAQZWcBncJtvjsb4wOYQsi9ioXvzqg4CQ8+d+ZlKsgflRPLw==
575+
dependencies:
576+
c8 "~7.5.0"
577+
jasmine-reporters "~2.4.0"
578+
575579
576580
version "4.0.0-beta.0"
577581
resolved "https://registry.yarnpkg.com/@bazel/protractor/-/protractor-4.0.0-beta.0.tgz#fcabfd5c32005fcb93b80f83bcf99058bcf07d4f"
578582
integrity sha512-cIlqzPEXu3zFhFR+5Vqo5D/qLkOEY/gZ1xc74/V/CVAlbkCZsWJ18gDE1bhca9t1Mj41igDqwlvXUndxdQjNtw==
579583

584+
585+
version "4.0.0-rc.0"
586+
resolved "https://registry.yarnpkg.com/@bazel/protractor/-/protractor-4.0.0-rc.0.tgz#7ee0d813677c26434fe7821a1cf69d41d6b5aaea"
587+
integrity sha512-07Rk14woKXw9NBdtgluAOYY/cB1yFgCuPZHles2Gb9tzx2P4sn4BWwrTawyJz1XwPw/GEKscxx4/I+SV/6H2WQ==
588+
580589
581590
version "4.0.0-beta.0"
582591
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-4.0.0-beta.0.tgz#ec4bc88f401bd555d43c55c34183cda4f004ae96"
@@ -587,6 +596,11 @@
587596
resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-4.0.0-beta.0.tgz#e62679d80cf9fcd84996e5f3ae4bedc33ed1a993"
588597
integrity sha512-pFdanyvI0wf2WtdQXUmcTZw7OJ83uj2bxF3rOskx45wewBRAlQZkm2q2A6WEffSfdf2WaBlk5u/x2kqK2nyG7w==
589598

599+
600+
version "4.0.0-rc.0"
601+
resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-4.0.0-rc.0.tgz#c3ada6d1533d3683abadf0f54d7151560c793da0"
602+
integrity sha512-Uh3JZRSIkrD48r0el4lognivSq1fg051PXXY7IbygrgPozrguAmSDIhj+SU1Pj7+ee9d6gNvh1iVu+s3DGoGdg==
603+
590604
591605
version "4.0.0-beta.0"
592606
resolved "https://registry.yarnpkg.com/@bazel/terser/-/terser-4.0.0-beta.0.tgz#2ca1c59e1e109e2f3b0c561b534730a035844a26"
@@ -602,6 +616,16 @@
602616
source-map-support "0.5.9"
603617
tsutils "2.27.2"
604618

619+
620+
version "4.0.0-rc.0"
621+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-4.0.0-rc.0.tgz#0507e329d66c1b94a4fe66423ce2e7ee2fcbd0b2"
622+
integrity sha512-Aa0SoUNzLSePcupAqZbdjJX3Q8hRLuMQluIga5rnPPxcvy6/NvU/N4pKIN7kRzDe4xJ3JQ45fLPYNnoUGEMtjQ==
623+
dependencies:
624+
protobufjs "6.8.8"
625+
semver "5.6.0"
626+
source-map-support "0.5.9"
627+
tsutils "2.27.2"
628+
605629
"@bcoe/v8-coverage@^0.2.3":
606630
version "0.2.3"
607631
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1921,13 +1945,6 @@
19211945
"@types/node" "*"
19221946
"@types/responselike" "*"
19231947

1924-
"@types/chalk@^2.2.0":
1925-
version "2.2.0"
1926-
resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-2.2.0.tgz#b7f6e446f4511029ee8e3f43075fb5b73fbaa0ba"
1927-
integrity sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==
1928-
dependencies:
1929-
chalk "*"
1930-
19311948
"@types/cli-progress@^3.9.1":
19321949
version "3.9.2"
19331950
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.9.2.tgz#6ca355f96268af39bee9f9307f0ac96145639c26"
@@ -2294,6 +2311,11 @@
22942311
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
22952312
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
22962313

2314+
"@types/uuid@^8.3.1":
2315+
version "8.3.1"
2316+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.1.tgz#1a32969cf8f0364b3d8c8af9cc3555b7805df14f"
2317+
integrity sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==
2318+
22972319
"@types/vfile-message@*":
22982320
version "2.0.0"
22992321
resolved "https://registry.yarnpkg.com/@types/vfile-message/-/vfile-message-2.0.0.tgz#690e46af0fdfc1f9faae00cd049cc888957927d5"
@@ -3096,7 +3118,7 @@ [email protected]:
30963118
resolved "https://registry.yarnpkg.com/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8"
30973119
integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg=
30983120

3099-
base64-js@^1.1.2, base64-js@^1.3.0, base64-js@^1.3.1:
3121+
base64-js@^1.3.0, base64-js@^1.3.1:
31003122
version "1.5.1"
31013123
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
31023124
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
@@ -3360,13 +3382,6 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
33603382
dependencies:
33613383
fill-range "^7.0.1"
33623384

3363-
brotli@^1.3.2:
3364-
version "1.3.2"
3365-
resolved "https://registry.yarnpkg.com/brotli/-/brotli-1.3.2.tgz#525a9cad4fcba96475d7d388f6aecb13eed52f46"
3366-
integrity sha1-UlqcrU/LqWR119OI9q7LE+7VL0Y=
3367-
dependencies:
3368-
base64-js "^1.1.2"
3369-
33703385
[email protected], browser-sync-client@^2.26.13:
33713386
version "2.26.13"
33723387
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.26.13.tgz#ee5fa3ec36fe2a03f9887553cac6846751c8232d"
@@ -3781,14 +3796,6 @@ chainsaw@~0.1.0:
37813796
dependencies:
37823797
traverse ">=0.3.0 <0.4"
37833798

3784-
chalk@*, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@~4.1.0:
3785-
version "4.1.2"
3786-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3787-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3788-
dependencies:
3789-
ansi-styles "^4.1.0"
3790-
supports-color "^7.1.0"
3791-
37923799
chalk@^1.1.1, chalk@^1.1.3:
37933800
version "1.1.3"
37943801
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -3817,6 +3824,14 @@ chalk@^3.0.0:
38173824
ansi-styles "^4.1.0"
38183825
supports-color "^7.1.0"
38193826

3827+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@~4.1.0:
3828+
version "4.1.2"
3829+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3830+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3831+
dependencies:
3832+
ansi-styles "^4.1.0"
3833+
supports-color "^7.1.0"
3834+
38203835
38213836
version "3.0.0"
38223837
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.0.0.tgz#6c9c8e35f8790870a82b6b0745be8c3cbef9b081"
@@ -10003,11 +10018,6 @@ node-source-walk@^4.0.0, node-source-walk@^4.2.0:
1000310018
dependencies:
1000410019
"@babel/parser" "^7.0.0"
1000510020

10006-
10007-
version "1.4.8"
10008-
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"
10009-
integrity sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=
10010-
1001110021
1001210022
version "3.0.6"
1001310023
resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
@@ -13695,16 +13705,16 @@ [email protected]:
1369513705
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
1369613706
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
1369713707

13708+
[email protected], typescript@~4.3.2, typescript@~4.3.5:
13709+
version "4.3.5"
13710+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
13711+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
13712+
1369813713
typescript@^3.9.5, typescript@^3.9.7:
1369913714
version "3.9.10"
1370013715
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
1370113716
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
1370213717

13703-
typescript@~4.3.2, typescript@~4.3.5:
13704-
version "4.3.5"
13705-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
13706-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
13707-
1370813718
ua-parser-js@^0.7.18, ua-parser-js@^0.7.21:
1370913719
version "0.7.28"
1371013720
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
@@ -14055,7 +14065,7 @@ uuid@^3.0.0, uuid@^3.3.2:
1405514065
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1405614066
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1405714067

14058-
uuid@^8.0.0:
14068+
uuid@^8.0.0, uuid@^8.3.2:
1405914069
version "8.3.2"
1406014070
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1406114071
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)