Skip to content

Commit fb91b19

Browse files
committed
build: update to bazel version 8.4.0
1 parent 08d451f commit fb91b19

File tree

4 files changed

+485
-722
lines changed

4 files changed

+485
-722
lines changed

.bazelversion

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

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ git_override(
3838
bazel_dep(name = "rules_angular")
3939
git_override(
4040
module_name = "rules_angular",
41-
commit = "4010ef96de0c46db7764adc2f262258c9de3d718",
41+
commit = "a84c27281b18b3fe347e8739d2156478aad6dbe4",
4242
remote = "https://github.com/devversion/rules_angular.git",
4343
)
4444

@@ -74,7 +74,7 @@ rules_angular.setup(
7474
angular_compiler_cli = "//:node_modules/@angular/compiler-cli",
7575
typescript = "//:node_modules/typescript",
7676
)
77-
use_repo(rules_angular, **{"rules_angular_configurable_deps": "dev_infra_rules_angular_configurable_deps"})
77+
use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angular_configurable_deps")
7878

7979
npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm")
8080
npm.npm_translate_lock(

0 commit comments

Comments
 (0)