Skip to content

Commit d828295

Browse files
alan-agius4AndrewKushnir
authored andcommitted
build: update angular cli packages to version 12.0.0-next.9 (angular#41636)
This enables us to remove the workaround that we needed to consume `@angular-devkit/build-angular` from the snapshot builds. PR Close angular#41636
1 parent 8d0511d commit d828295

File tree

3 files changed

+417
-707
lines changed

3 files changed

+417
-707
lines changed

integration/ng_elements_schematics/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ for (let p of nodePackages) {
4545
packages[p] = `file:${bazelMappings[p]}` || `file:${__dirname}/../../node_modules/${p}`;
4646
}
4747

48-
// TODO(alan-agius4): remove once the main repo dependency on `@angular-devkut/build-angular` is `0.1200.0-next.9` or greater.
49-
packages['@angular-devkit/build-angular'] = 'github:angular/angular-devkit-build-angular-builds#e0c1374b12cfc892844030431bc19f631c0086a5';
50-
5148
// Clean up previously run test
5249
cd(__dirname);
5350
rm('-rf', `demo`);

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"// 1": "dependencies are used locally and by bazel",
4343
"dependencies": {
44-
"@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#e0c1374b12cfc892844030431bc19f631c0086a5",
45-
"@angular-devkit/build-optimizer": "0.1200.0-next.7",
46-
"@angular-devkit/core": "12.0.0-next.7",
47-
"@angular-devkit/schematics": "12.0.0-next.7",
48-
"@angular/cli": "12.0.0-next.7",
44+
"@angular-devkit/build-angular": "12.0.0-next.9",
45+
"@angular-devkit/build-optimizer": "0.1200.0-next.9",
46+
"@angular-devkit/core": "12.0.0-next.9",
47+
"@angular-devkit/schematics": "12.0.0-next.9",
48+
"@angular/cli": "12.0.0-next.9",
4949
"@babel/cli": "7.13.14",
5050
"@babel/core": "7.8.6",
5151
"@babel/generator": "7.8.6",
@@ -64,7 +64,7 @@
6464
"@microsoft/api-extractor": "7.7.11",
6565
"@octokit/rest": "16.28.7",
6666
"@octokit/types": "^5.5.0",
67-
"@schematics/angular": "12.0.0-next.7",
67+
"@schematics/angular": "12.0.0-next.9",
6868
"@types/angular": "^1.6.47",
6969
"@types/babel__core": "7.1.6",
7070
"@types/babel__generator": "7.6.1",

0 commit comments

Comments
 (0)