Skip to content

Commit

Permalink
build: update rules_typescript (#27586) (#27590)
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

PR Close #27586

PR Close #27590
  • Loading branch information
alexeagle authored and alxhub committed Dec 11, 2018
1 parent 575ef9f commit 7b1f352
Show file tree
Hide file tree
Showing 5 changed files with 830 additions and 67 deletions.
4 changes: 2 additions & 2 deletions integration/bazel/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@angular/bazel": "file:../angular/dist/packages-dist/bazel",
"@angular/compiler": "file:../angular/dist/packages-dist/compiler",
"@angular/compiler-cli": "file:../angular/dist/packages-dist/compiler-cli",
"@bazel/karma": "0.21.0",
"@bazel/typescript": "0.21.0",
"@bazel/karma": "0.22.0",
"@bazel/typescript": "0.22.0",
"@types/jasmine": "2.8.8",
"@types/source-map": "0.5.1",
"protractor": "5.1.2",
Expand Down

0 comments on commit 7b1f352

Please sign in to comment.