c8a8dcfc6e
BREAKING CHANGES: Bazel users: rules_angular_dependencies() will no longer install transitive dependencies of build_bazel_rules_nodejs and build_bazel_rules_typescript. User WORKSPACE files will now need to install rules_nodejs and rules_typescript transitive deps directly: ``` load("@build_bazel_rules_typescript//:package.bzl", "rules_typescript_dependencies") rules_typescript_dependencies() load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dependencies") rules_nodejs_dependencies() ``` PR Close #27264 |
||
---|---|---|
.. | ||
src | ||
test/e2e | ||
.bazelrc | ||
BUILD.bazel | ||
WORKSPACE | ||
package.json | ||
protractor.conf.js | ||
yarn.lock |