Skip to content

Commit

Permalink
build: bump @angular/bazel to 15.0.4 (#26436)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 committed Jan 16, 2023
1 parent 93f0f9c commit de53216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@angular-devkit/build-angular": "^15.1.0",
"@angular-devkit/core": "^15.1.0",
"@angular-devkit/schematics": "^15.1.0",
"@angular/bazel": "15.1.0-next.3",
"@angular/bazel": "15.0.4",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1fd144d9f9db6a6cfe3e2617c4fc70e119a400cb",
"@angular/cli": "^15.1.0",
"@angular/compiler-cli": "^15.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@
dependencies:
tslib "^2.3.0"

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

0 comments on commit de53216

Please sign in to comment.