Skip to content

Commit 50292b7

Browse files
devversionjelbourn
authored andcommitted
build: update ibazel to latest version w/ windows support (#16448)
Updates `ibazel` to the latest version. This version comes with long awaited windows support that is now also usable in the components repository (based on manual testing). In follow-ups we should work towards switching away from `gulp test` to `ibazel`. Though we need to ensure that common workflows like debugging are still possible. Fixes #16405
1 parent a6cdcfc commit 50292b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@angular/upgrade": "^8.0.1",
6666
"@bazel/bazel": "0.26.1",
6767
"@bazel/buildifier": "^0.25.1",
68-
"@bazel/ibazel": "^0.9.0",
68+
"@bazel/ibazel": "^0.10.3",
6969
"@bazel/jasmine": "0.31.1",
7070
"@bazel/karma": "0.31.1",
7171
"@bazel/typescript": "0.31.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@
324324
"@bazel/buildifier-linux_x64" "0.25.1"
325325
"@bazel/buildifier-win32_x64" "0.25.1"
326326

327-
"@bazel/ibazel@^0.9.0":
328-
version "0.9.0"
329-
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.9.0.tgz#fd60023acd36313d304cc2f8c2e181b88b5445cd"
330-
integrity sha512-E31cefDcdJsx/oii6p/gqKZXSVw0kEg1O73DD2McFcSvnf/p1GYWcQtVgdRQmlviBEytJkJgdX8rtThitRvcow==
327+
"@bazel/ibazel@^0.10.3":
328+
version "0.10.3"
329+
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.10.3.tgz#2e2b8a1d3e885946eac41db2b1aa6801fb319887"
330+
integrity sha512-v1nXbMTHVlMM4z4uWp6XiRoHAyUlYggF1SOboLLWRp0+D22kWixqArWqnozLw2mOtnxr97BdLjluWiho6A8Hjg==
331331

332332
333333
version "0.31.1"

0 commit comments

Comments
 (0)