Skip to content

Commit a84c272

Browse files
committed
build: update to bazel 8.4.0
1 parent 4010ef9 commit a84c272

3 files changed

Lines changed: 2918 additions & 98 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
8.4.0

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rules_ts_ext.deps(
1818
ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
1919
ts_version = "5.9.2",
2020
)
21-
use_repo(rules_ts_ext, **{"npm_typescript": "rules_angular_npm_typescript"})
21+
use_repo(rules_ts_ext, npm_typescript="rules_angular_npm_typescript")
2222

2323
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
2424
node.toolchain(

0 commit comments

Comments
 (0)