Skip to content

Commit 474571f

Browse files
committed
build: remove Bazel typings workaround
The workaround is no longer necessary since the bug has been resolved upstream.
1 parent 91b561d commit 474571f

File tree

6 files changed

+3
-32
lines changed

6 files changed

+3
-32
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"ng-packagr": "18.2.0-next.0",
168168
"npm": "^10.8.1",
169169
"npm-package-arg": "11.0.3",
170+
"npm-pick-manifest": "9.1.0",
170171
"open": "10.1.0",
171172
"ora": "5.4.1",
172173
"pacote": "18.0.6",

packages/angular/cli/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ts_library(
6969
"@npm//jsonc-parser",
7070
"@npm//listr2",
7171
"@npm//npm-package-arg",
72+
"@npm//npm-pick-manifest",
7273
"@npm//pacote",
7374
"@npm//semver",
7475
"@npm//yargs",

packages/angular/cli/src/typings-bazel.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/angular_devkit/build_angular/src/babel-bazel.d.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
}
3535
},
3636
"exclude": [
37-
"packages/angular_devkit/build_angular/src/babel-bazel.d.ts",
3837
"dist/**/*",
3938
"dist-schema/**",
4039
"goldens/**/*",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ __metadata:
740740
ng-packagr: "npm:18.2.0-next.0"
741741
npm: "npm:^10.8.1"
742742
npm-package-arg: "npm:11.0.3"
743+
npm-pick-manifest: "npm:9.1.0"
743744
open: "npm:10.1.0"
744745
ora: "npm:5.4.1"
745746
pacote: "npm:18.0.6"

0 commit comments

Comments
 (0)