angular-cn/packages/bazel/src
Paul Gschwendtner a1fc4deff3 fix(bazel): builder workspace should use nodejs v10.16.0 (#31088)
The generated Bazel workspace by the `@angular/bazel` builder should
use the latest stable NodeJS version. This is necessary because some
packages like `selenium-webdriver` which are part of the default bazel
setup in order to support `ng e2e` depend on a minimum NodeJS version
of `10.15.0`.. This means that running e2e tests in a plain new bazel CLI
project (`ng new {projectName} --collection=@angular/bazel`) errors.

```
command.
 (error selenium-webdriver@4.0.0-alpha.3: The engine "node" is incompatible with
 this module. Expected version ">= 10.15.0". Got "10.13.0"
error Found incompatible module
)
```

PR Close #31088
2019-06-17 13:07:27 -07:00
..
api-extractor build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
builders fix(bazel): builder workspace should use nodejs v10.16.0 (#31088) 2019-06-17 13:07:27 -07:00
ng_package build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
ngc-wrapped build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
protractor build(bazel): update to nodejs rules 0.31.1 (#30627) 2019-06-11 00:03:11 +00:00
schematics fix(bazel): do not modify tsconfig.json (#30877) 2019-06-11 14:23:00 -07:00
BUILD.bazel build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
esm5.bzl build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
external.bzl fix(bazel): transitive npm deps in ng_module (#30065) 2019-04-25 14:42:02 -07:00
modify_tsconfig.js fix(bazel): do not throw error when writing tsickle externs (#27200) 2018-12-04 14:01:24 -08:00
ng_module.bzl build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
ng_rollup_bundle.bzl build: update rules_nodejs and clean up bazel warnings (#30370) 2019-05-14 10:08:45 -07:00