build: update rules_typescript (#27586)

This release of rules_typescript fixes a critical bug: typescript code
was not checked at all, including type-checking, tsetse, and strict deps

fixes #27569

PR Close #27586
This commit is contained in:
Alex Eagle
2018-12-10 13:31:40 -08:00
committed by Alex Rickabaugh
parent 05cdfb90e9
commit bf57e9d781
5 changed files with 829 additions and 66 deletions

View File

@ -30,8 +30,8 @@ def rules_angular_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.21.0.zip",
strip_prefix = "rules_typescript-0.21.0",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.22.0.zip",
strip_prefix = "rules_typescript-0.22.0",
)
# Needed for Remote Execution