File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,17 @@ node_repositories(
49
49
50
50
yarn_install (
51
51
name = "npm" ,
52
+ # Redirects Yarn `stdout` output to `stderr`. This ensures that stdout is not
53
+ # accidentally polluted when Bazel runs Yarn.
54
+ args = ["2>&1" ],
52
55
# We add the postinstall patches file, and ngcc main fields update script here so
53
56
# that Yarn will rerun whenever one of these files has been modified.
54
57
data = [
55
58
"//:tools/postinstall/apply-patches.js" ,
56
59
"//:tools/postinstall/update-ngcc-main-fields.js" ,
57
60
],
58
61
package_json = "//:package.json" ,
62
+ quiet = False ,
59
63
yarn_lock = "//:yarn.lock" ,
60
64
)
61
65
Original file line number Diff line number Diff line change 71
71
"@angular/router" : " ^9.0.5" ,
72
72
"@bazel/bazelisk" : " ^1.3.0" ,
73
73
"@bazel/buildifier" : " ^0.29.0" ,
74
- "@bazel/ibazel" : " ^ 0.12.2 " ,
74
+ "@bazel/ibazel" : " 0.12.0 " ,
75
75
"@bazel/jasmine" : " ^1.4.0" ,
76
76
"@bazel/karma" : " ^1.4.0" ,
77
77
"@bazel/protractor" : " ^1.4.0" ,
Original file line number Diff line number Diff line change 260
260
" @bazel/buildifier-linux_x64" " 0.29.0"
261
261
" @bazel/buildifier-win32_x64" " 0.29.0"
262
262
263
- " @bazel/ibazel@^ 0.12.2 " :
264
- version "0.12.2 "
265
- resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.2 .tgz#98a290dbf8025076dd3040eab4f13a3d7e99357c "
266
- integrity sha512-CktVREceZn+6VokQ7A2qByuXBSGRM0THuyv68JUShHYyCkYS94nYMZEIe5NXk12CRzcpMLfZGD5Gdtr+jWs9pw ==
263
+
264
+ version "0.12.0 "
265
+ resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.0 .tgz#97aea5ee2d41d91995539df89efe11fd3fe128ca "
266
+ integrity sha512-8ix3hmaV30xD9FIa9aJBtKhxUOBDo0NEULgOhgz5c8nytnD0ipPWqssWWq0iFU8oRBHpvNnuIESbzL1h/LU5iw ==
267
267
268
268
" @bazel/jasmine@^1.4.0 " :
269
269
version "1.4.0"
You can’t perform that action at this time.
0 commit comments