Skip to content

Commit a6deed7

Browse files
authored
build: bump bazelisk version and remove alias (#19099)
Bumps to a new version of `@bazel/bazelisk` that has a `bazel` binary which means that we don't have to alias it anymore.
1 parent b5d43ed commit a6deed7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"scripts": {
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",
18-
"bazel": "bazelisk",
1918
"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",
2019
"bazel:format-lint": "yarn -s bazel:buildifier --lint=warn --mode=check",
2120
"dev-app": "ibazel run //src/dev-app:devserver",
@@ -73,7 +72,7 @@
7372
"@angular/platform-browser-dynamic": "^9.1.0",
7473
"@angular/platform-server": "^9.1.0",
7574
"@angular/router": "^9.1.0",
76-
"@bazel/bazelisk": "^1.3.0",
75+
"@bazel/bazelisk": "^1.4.0",
7776
"@bazel/buildifier": "^2.2.1",
7877
"@bazel/ibazel": "^0.12.3",
7978
"@bazel/jasmine": "^1.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@
309309
lodash "^4.17.13"
310310
to-fast-properties "^2.0.0"
311311

312-
"@bazel/bazelisk@^1.3.0":
313-
version "1.3.0"
314-
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.3.0.tgz#dc312dd30ad01e9af86e53b40795ab6e545fa55b"
315-
integrity sha512-73H1nq3572tTf+dhDT86aWQN+LCyfxrh05jabqPXp6cpR8soxte3gS5oUqkN36fUe+J2HzNiV4CXZTz4Xytd3Q==
312+
"@bazel/bazelisk@^1.4.0":
313+
version "1.4.0"
314+
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.4.0.tgz#401d7b89b8d89dd579d1e16cc24cd4d9281a4fbb"
315+
integrity sha512-VNI/jF7baQiBy4x+u8gmSDsFehqaAuzMyLuCj0j6/aZCZSw2OssytJVj73m8sFYbXgj67D8iYEQ0gbuoafDk6w==
316316

317317
"@bazel/buildifier@^2.2.1":
318318
version "2.2.1"

0 commit comments

Comments
 (0)