Skip to content

Commit

Permalink
build: update rules_typescript
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alexeagle committed Dec 10, 2018
1 parent f5c0b30 commit 19b226d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bazel/package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19b226d

Please sign in to comment.