Skip to content

Commit

Permalink
build: remove Bazel typings workaround
Browse files Browse the repository at this point in the history
The workaround is no longer necessary since the bug has been resolved upstream.

(cherry picked from commit 474571f)
  • Loading branch information
alan-agius4 committed Aug 14, 2024
1 parent 4528be1 commit 0c2ca9a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 32 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"ng-packagr": "18.2.0-next.0",
"npm": "^10.8.1",
"npm-package-arg": "11.0.3",
"npm-pick-manifest": "9.1.0",
"open": "10.1.0",
"ora": "5.4.1",
"pacote": "18.0.6",
Expand Down
1 change: 1 addition & 0 deletions packages/angular/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ts_library(
"@npm//jsonc-parser",
"@npm//listr2",
"@npm//npm-package-arg",
"@npm//npm-pick-manifest",
"@npm//pacote",
"@npm//semver",
"@npm//yargs",
Expand Down
14 changes: 0 additions & 14 deletions packages/angular/cli/src/typings-bazel.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions packages/angular_devkit/build_angular/src/babel-bazel.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
},
"exclude": [
"packages/angular_devkit/build_angular/src/babel-bazel.d.ts",
"dist/**/*",
"dist-schema/**",
"goldens/**/*",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ __metadata:
ng-packagr: "npm:18.2.0-next.0"
npm: "npm:^10.8.1"
npm-package-arg: "npm:11.0.3"
npm-pick-manifest: "npm:9.1.0"
open: "npm:10.1.0"
ora: "npm:5.4.1"
pacote: "npm:18.0.6"
Expand Down

0 comments on commit 0c2ca9a

Please sign in to comment.