Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 7c0b7fd

Browse files
committed
Update angular, rules_typescript & rules_nodejs commits
1 parent e6514e9 commit 7c0b7fd

File tree

2 files changed

+63
-262
lines changed

2 files changed

+63
-262
lines changed

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ workspace(name = "angular_bazel_example")
1414
# Allows Bazel to run tooling in Node.js
1515
http_archive(
1616
name = "build_bazel_rules_nodejs",
17-
url = "https://github.com/gregmagolan/rules_nodejs/archive/d450dbff75a1a6a0833a643c6ffb9731293258dd.zip",
18-
strip_prefix = "rules_nodejs-d450dbff75a1a6a0833a643c6ffb9731293258dd",
19-
sha256 = "9f230129c813b55289051f25e09a763a40994cb95c4bbc36484a98d8adf156b3",
17+
url = "https://github.com/bazelbuild/rules_nodejs/archive/20ff5892612f8359aec8aaf26dd3902a24976ada.zip",
18+
strip_prefix = "rules_nodejs-20ff5892612f8359aec8aaf26dd3902a24976ada",
19+
sha256 = "07da9d4c3e688a02745d0f50709a87744706d4f5d1959b799b0ac38e97acd622",
2020
)
2121

2222
# The Bazel buildtools repo contains tools like the BUILD file formatter, buildifier
@@ -35,9 +35,9 @@ http_archive(
3535
# Runs the TypeScript compiler
3636
http_archive(
3737
name = "build_bazel_rules_typescript",
38-
url = "https://github.com/gregmagolan/rules_typescript/archive/80bd5c08f6f815842571d58b1d0cc1c0714c6b72.zip",
39-
strip_prefix = "rules_typescript-80bd5c08f6f815842571d58b1d0cc1c0714c6b72",
40-
# sha256 = "d4bd763afc1c3a802f314cbda6f18cfd16a9831f9f83aa5ff11addb790ebf44c",
38+
url = "https://github.com/gregmagolan/rules_typescript/archive/014b81c1c8082b0a1da8edcac0aadcbe2781d570.zip",
39+
strip_prefix = "rules_typescript-014b81c1c8082b0a1da8edcac0aadcbe2781d570",
40+
sha256 = "60eb0fcdf2f29fd6f9d6e6d4c222524f96daebce395d7ef16c039cf57b5e90e8",
4141
)
4242

4343
# Used by the ts_web_test_suite rule to provision browsers
@@ -68,9 +68,9 @@ http_archive(
6868
# The @angular repo contains rule for building Angular applications
6969
http_archive(
7070
name = "angular",
71-
url = "https://github.com/gregmagolan/angular/archive/9b24d965bee572ce171fc2882ec93b2557d6e9e1.zip",
72-
strip_prefix = "angular-9b24d965bee572ce171fc2882ec93b2557d6e9e1",
73-
sha256 = "1585317cf52a953e51cdfcdf896ee8337bbcceb23bc847aea9782e9431ae802b",
71+
url = "https://github.com/gregmagolan/angular/archive/358ad1132de150da52be9525c9278d0af4f2c565.zip",
72+
strip_prefix = "angular-358ad1132de150da52be9525c9278d0af4f2c565",
73+
sha256 = "ba84befcfb176e2657cfe98eeda4c751105da81ea11e2db429bc8928bd47c825",
7474
)
7575

7676
####################################

0 commit comments

Comments
 (0)