From f6181c81830a1153902fdf845c322aa8f40e0fa7 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 21 Nov 2025 10:05:03 +0100 Subject: [PATCH] build: bump rules_angular Updates `rules_angular` to the latest version in order to get the latest version of the compiler. --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index de7751112bb2..ea08bfe36ddf 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -32,7 +32,7 @@ git_override( bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "f56849353ab74c3f5ede0efa7d0bf7266fddddcb", + commit = "9b751f826628cab386d1e8ae9c1fa766dbc6a495", remote = "https://github.com/devversion/rules_angular.git", )