Skip to content

Commit 1ba8b26

Browse files
authored
build: remove ibazel workaround (#18589)
The original issue that the `ibazel.js` was working around has been resolved upstream so we don't need the script anymore.
1 parent 220447e commit 1ba8b26

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
"postinstall": "node tools/postinstall/apply-patches.js && ngcc --properties main --create-ivy-entry-points && node tools/postinstall/update-ngcc-main-fields.js",
1717
"build": "node ./scripts/build-packages-dist.js",
1818
"bazel": "bazelisk",
19-
"ibazel": "node ./scripts/ibazel.js",
2019
"bazel:buildifier": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,output-group,package-name,package-on-top,redefined-variable,repository-name,same-origin-load,string-iteration,unused-variable,unsorted-dict-items,out-of-order-load",
2120
"bazel:format-lint": "yarn -s bazel:buildifier --lint=warn --mode=check",
22-
"dev-app": "yarn -s ibazel run //src/dev-app:devserver",
21+
"dev-app": "ibazel run //src/dev-app:devserver",
2322
"test": "node ./scripts/run-component-tests.js",
2423
"test-local": "yarn -s test --local",
2524
"test-firefox": "yarn -s test --firefox",
@@ -72,7 +71,7 @@
7271
"@angular/router": "^9.0.1",
7372
"@bazel/bazelisk": "^1.3.0",
7473
"@bazel/buildifier": "^0.29.0",
75-
"@bazel/ibazel": "^0.11.1",
74+
"@bazel/ibazel": "^0.12.0",
7675
"@bazel/jasmine": "^1.3.0",
7776
"@bazel/karma": "^1.3.0",
7877
"@bazel/protractor": "^1.3.0",

scripts/ibazel.js

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@
259259
"@bazel/buildifier-linux_x64" "0.29.0"
260260
"@bazel/buildifier-win32_x64" "0.29.0"
261261

262-
"@bazel/ibazel@^0.11.1":
263-
version "0.11.1"
264-
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.11.1.tgz#c07ceaded388f1e39d6aa732953e0dd04f3dbdf0"
265-
integrity sha512-qAdEquFAudYyN+CYfLzvuRWNubdsh6C8+o5CiViUEfchq1HQM5Rs8xAOE3fzGsTZ1EUsvgca/PY0kn0VIxckBA==
262+
"@bazel/ibazel@^0.12.0":
263+
version "0.12.0"
264+
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.0.tgz#97aea5ee2d41d91995539df89efe11fd3fe128ca"
265+
integrity sha512-8ix3hmaV30xD9FIa9aJBtKhxUOBDo0NEULgOhgz5c8nytnD0ipPWqssWWq0iFU8oRBHpvNnuIESbzL1h/LU5iw==
266266

267267
"@bazel/jasmine@^1.3.0":
268268
version "1.3.0"

0 commit comments

Comments
 (0)