Skip to content

Commit fb4e395

Browse files
authored
build: update angular cli to 14.0.0-next.12 (#24851)
1 parent 73ff980 commit fb4e395

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@angular-devkit/core": "14.0.0-next.11",
7373
"@angular-devkit/schematics": "14.0.0-next.11",
7474
"@angular/bazel": "14.0.0-next.14",
75-
"@angular/cli": "14.0.0-next.11",
75+
"@angular/cli": "14.0.0-next.12",
7676
"@angular/compiler-cli": "14.0.0-next.14",
7777
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82",
7878
"@angular/localize": "14.0.0-next.14",

yarn.lock

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,17 @@
214214
ora "5.4.1"
215215
rxjs "6.6.7"
216216

217+
"@angular-devkit/[email protected]":
218+
version "14.0.0-next.12"
219+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.0.0-next.12.tgz#25ad4e0875e6bcafeb30b3ec5d74551a4fa93511"
220+
integrity sha512-m+QDR9C825+7uak9Qsa9WtQJA4O6agvdUF/Wu+T8ifGc2POthvseqUQUbZFqKU2qL0lRmT2O/l4dQZaKr8M+AA==
221+
dependencies:
222+
"@angular-devkit/core" "14.0.0-next.12"
223+
jsonc-parser "3.0.0"
224+
magic-string "0.26.1"
225+
ora "5.4.1"
226+
rxjs "6.6.7"
227+
217228
"@angular/[email protected]":
218229
version "14.0.0-next.14"
219230
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.0.0-next.14.tgz#824fa734b25fc2c603a62f40fb1f3ff6880a9936"
@@ -239,15 +250,15 @@
239250
"@angular/core" "^13.0.0 || ^14.0.0-0"
240251
reflect-metadata "^0.1.13"
241252

242-
"@angular/[email protected].11":
243-
version "14.0.0-next.11"
244-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.0.0-next.11.tgz#93f2205b2fd9f82a43fb646d7ebe7da83377cc9e"
245-
integrity sha512-wKbkc56gJ/sAQrgT8keQsotUhr/+CK2zqY8Ab+GHjAdiP07cIuocP3PELoluGlDNxraqilUSgQwjqxsRcdPluw==
253+
"@angular/[email protected].12":
254+
version "14.0.0-next.12"
255+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.0.0-next.12.tgz#c16286e826628f3f6a89b5e1d57a2a282389c689"
256+
integrity sha512-HUvXvAz5TUOl0EbE1aIIyk4sR6Dp/HbczNcSqL+V9cg4mp3Obx5EHAUt+dbDNx3/5PoG9yDduU1Q3IuNEKd1KA==
246257
dependencies:
247-
"@angular-devkit/architect" "0.1400.0-next.11"
248-
"@angular-devkit/core" "14.0.0-next.11"
249-
"@angular-devkit/schematics" "14.0.0-next.11"
250-
"@schematics/angular" "14.0.0-next.11"
258+
"@angular-devkit/architect" "0.1400.0-next.12"
259+
"@angular-devkit/core" "14.0.0-next.12"
260+
"@angular-devkit/schematics" "14.0.0-next.12"
261+
"@schematics/angular" "14.0.0-next.12"
251262
"@yarnpkg/lockfile" "1.1.0"
252263
ansi-colors "4.1.1"
253264
debug "4.3.4"
@@ -321,7 +332,6 @@
321332

322333
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82":
323334
version "0.0.0-93fef044b38a3818d292be5bad0817ca6578f3e5"
324-
uid "0026ddaac15d7717152c8e113b9f7e1a7075ee82"
325335
resolved "https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82"
326336
dependencies:
327337
"@angular-devkit/build-angular" "14.0.0-next.12"
@@ -2818,6 +2828,15 @@
28182828
"@angular-devkit/schematics" "14.0.0-next.11"
28192829
jsonc-parser "3.0.0"
28202830

2831+
"@schematics/[email protected]":
2832+
version "14.0.0-next.12"
2833+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.0.0-next.12.tgz#bc53e55ffd5d4bf8ca378dde691b4472d485003c"
2834+
integrity sha512-SuwFJTNLH0kaBZ5NBrcBVmo0P4MoSjsXQa/9Tr1FHxbW+Orz1DGGZm+SP7MM/ynKhUSrL/t26OzCEEmMkomS9Q==
2835+
dependencies:
2836+
"@angular-devkit/core" "14.0.0-next.12"
2837+
"@angular-devkit/schematics" "14.0.0-next.12"
2838+
jsonc-parser "3.0.0"
2839+
28212840
"@sindresorhus/is@^0.14.0":
28222841
version "0.14.0"
28232842
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"

0 commit comments

Comments
 (0)