build: update @angular-devkit/build-angular to use commit SHA (#41434)

This is a temporary workaround until the CLI version containing a fix for the regression caused by deacc74 is available on NPM.

Without this change CLI builds will fail with;
```
angularCompiler.getNextProgram is not a function
```

PR Close #41434
This commit is contained in:
Alan Agius
2021-04-12 09:16:27 +02:00
committed by Zach Arend
parent 28f1e1cc16
commit 852b5e366e
6 changed files with 391 additions and 953 deletions
+2 -2
View File
@@ -41,8 +41,9 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular/cli": "12.0.0-next.7",
"@angular-devkit/architect": "0.1200.0-next.7",
"@angular-devkit/build-angular": "0.1200.0-next.7",
"@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#e0c1374b12cfc892844030431bc19f631c0086a5",
"@angular-devkit/build-optimizer": "0.1200.0-next.7",
"@angular-devkit/core": "12.0.0-next.7",
"@angular-devkit/schematics": "12.0.0-next.7",
@@ -159,7 +160,6 @@
},
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
"devDependencies": {
"@angular/cli": "12.0.0-next.7",
"@bazel/bazelisk": "^1.7.3",
"@bazel/buildifier": "^4.0.1",
"@bazel/ibazel": "^0.15.6",