Skip to content

Commit de53216

Browse files
committed
build: bump @angular/bazel to 15.0.4 (#26436)
This version contains a fix to remove duplicate license headers from the FESM files. Apart from reducing the size on disk this also can help to reduce build times. See: angular/angular#48560 (cherry picked from commit a7842cc)
1 parent 93f0f9c commit de53216

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@angular-devkit/build-angular": "^15.1.0",
7474
"@angular-devkit/core": "^15.1.0",
7575
"@angular-devkit/schematics": "^15.1.0",
76-
"@angular/bazel": "15.1.0-next.3",
76+
"@angular/bazel": "15.0.4",
7777
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1fd144d9f9db6a6cfe3e2617c4fc70e119a400cb",
7878
"@angular/cli": "^15.1.0",
7979
"@angular/compiler-cli": "^15.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@
223223
dependencies:
224224
tslib "^2.3.0"
225225

226-
"@angular/bazel@15.1.0-next.3":
227-
version "15.1.0-next.3"
228-
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-15.1.0-next.3.tgz#bcb619d0764863016de60d3d72a923290bf31905"
229-
integrity sha512-UeNRHDDlHkVVeG9t97O70iw9xtJQbIU2Fg82gUaeEYXI4hxa8yFrFudZL/5YjA/8Ico3cp0KZdPx+lbIQdthkA==
226+
"@angular/bazel@15.0.4":
227+
version "15.0.4"
228+
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-15.0.4.tgz#2f6f39897b86e0852602c9fc0aa3e6876bc86a63"
229+
integrity sha512-7vp6PUoH5v9T4itJm9V/3TnabFWLDZU2qtamCUxB3o2iJqF6zGAWGFIJScaNj4JwXdGFvx2qDS5E+e7rBPydeg==
230230
dependencies:
231231
"@microsoft/api-extractor" "^7.24.2"
232232
shelljs "^0.8.5"

0 commit comments

Comments
 (0)