Skip to content

Commit eb90c28

Browse files
alan-agius4crisbeto
authored andcommitted
build: update rules_angular digest to f568493 (angular#32287)
See associated pull request for more information. Closes angular#32283 as a pr takeover (cherry picked from commit 9c44471)
1 parent e80115d commit eb90c28

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git_override(
3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "059242464577ca9046451afebd6734ec79908d6f",
35+
commit = "f56849353ab74c3f5ede0efa7d0bf7266fddddcb",
3636
remote = "https://github.com/devversion/rules_angular.git",
3737
)
3838

docs/defs.bzl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COMMON_CONFIG = [
1919

2020
# Project dependencies common across libs/tests
2121
DEPS = [
22+
"//docs:node_modules/zone.js",
2223
"//docs:node_modules/@angular/aria",
2324
"//docs:node_modules/@angular/cdk",
2425
"//docs:node_modules/@angular/cdk-experimental",
@@ -36,7 +37,15 @@ APPLICATION_CONFIG = COMMON_CONFIG + [
3637
TEST_DEPS = [
3738
"@rules_browsers//browsers/chromium",
3839
"@rules_browsers//browsers/firefox",
40+
"//docs:node_modules/@types/jasmine",
41+
"//docs:node_modules/@types/node",
42+
"//docs:node_modules/jasmine-core",
43+
"//docs:node_modules/karma",
44+
"//docs:node_modules/karma-chrome-launcher",
45+
"//docs:node_modules/karma-coverage",
3946
"//docs:node_modules/karma-firefox-launcher",
47+
"//docs:node_modules/karma-jasmine",
48+
"//docs:node_modules/karma-jasmine-html-reporter",
4049
]
4150

4251
# Common dependencies of Angular CLI test suites

0 commit comments

Comments
 (0)