Skip to content

Commit b13a6f8

Browse files
committed
build: update typescript bazel rules
* Updates the TypeScript bazel rules to the latest version that includes a hotfix for emit diagnostics not being reported. Also it includes bazelbuild/rules_typescript@f9d6edb which is necessary to build the `src:module-typings` on Windows w/ ng_package.
1 parent bc563b7 commit b13a6f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ http_archive(
1212
# Add TypeScript rules
1313
http_archive(
1414
name = "build_bazel_rules_typescript",
15-
url = "https://github.com/bazelbuild/rules_typescript/archive/0.21.0.zip",
16-
strip_prefix = "rules_typescript-0.21.0",
15+
url = "https://github.com/bazelbuild/rules_typescript/archive/0.22.0.zip",
16+
strip_prefix = "rules_typescript-0.22.0",
1717
)
1818

1919
# Add Angular source and Bazel rules.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@angular/platform-server": "^7.1.2",
5555
"@angular/router": "^7.1.2",
5656
"@bazel/ibazel": "^0.9.0",
57-
"@bazel/karma": "0.21.0",
58-
"@bazel/typescript": "0.21.0",
57+
"@bazel/karma": "0.22.0",
58+
"@bazel/typescript": "0.22.0",
5959
"@firebase/app-types": "^0.3.2",
6060
"@octokit/rest": "^15.9.4",
6161
"@schematics/angular": "^7.1.2",

0 commit comments

Comments
 (0)