This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +713
-39
lines changed Expand file tree Collapse file tree 4 files changed +713
-39
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ http_archive(
21
21
)
22
22
23
23
# The @angular repo contains rule for building Angular applications
24
+ # TODO(gmagolan): Update to next 7.0.x tag when it is released
24
25
http_archive (
25
26
name = "angular" ,
26
- url = "https://github.com/angular/angular/archive/08e4489cf5a93a352954f1639da5e92112993753 .zip" ,
27
- strip_prefix = "angular-08e4489cf5a93a352954f1639da5e92112993753 " ,
27
+ url = "https://github.com/angular/angular/archive/bfeceb3d3e636d755c2bd7bdd85b7136da066c78 .zip" ,
28
+ strip_prefix = "angular-bfeceb3d3e636d755c2bd7bdd85b7136da066c78 " ,
28
29
)
29
30
30
31
# The @rxjs repo contains targets for building rxjs with bazel
@@ -35,6 +36,14 @@ http_archive(
35
36
sha256 = "72b0b4e517f43358f554c125e40e39f67688cd2738a8998b4a266981ed32f403" ,
36
37
)
37
38
39
+ # Rules for compiling sass
40
+ http_archive (
41
+ name = "io_bazel_rules_sass" ,
42
+ sha256 = "dbe9fb97d5a7833b2a733eebc78c9c1e3880f676ac8af16e58ccf2139cbcad03" ,
43
+ strip_prefix = "rules_sass-1.11.0" ,
44
+ url = "https://github.com/bazelbuild/rules_sass/archive/1.11.0.zip" ,
45
+ )
46
+
38
47
# This local_repository rule is needed to prevent `bazel build ...` from
39
48
# drilling down into the @rxjs workspace BUILD files in node_modules/rxjs/src.
40
49
# In the future this will no longer be needed.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ protractor_web_test_suite(
17
17
name = "prodserver_test" ,
18
18
data = [
19
19
"@angular//packages/bazel/src/protractor/utils" ,
20
+ "@npm//@angular/bazel" ,
20
21
"@npm//protractor" ,
21
22
"@npm//zone.js" ,
22
23
],
@@ -29,6 +30,7 @@ protractor_web_test_suite(
29
30
name = "devserver_test" ,
30
31
data = [
31
32
"@angular//packages/bazel/src/protractor/utils" ,
33
+ "@npm//@angular/bazel" ,
32
34
"@npm//protractor" ,
33
35
"@npm//zone.js" ,
34
36
],
Original file line number Diff line number Diff line change 11
11
"zone.js" : " 0.8.26"
12
12
},
13
13
"devDependencies" : {
14
- "@angular/compiler" : " github:angular/compiler-builds#bazel" ,
15
- "@angular/compiler-cli" : " github:angular/compiler-cli-builds#bazel" ,
16
- "@angular/core" : " github:angular/core-builds#bazel" ,
14
+ "@angular/bazel" : " github:angular/bazel-builds#7.0.x" ,
15
+ "@angular/compiler" : " github:angular/compiler-builds#7.0.x" ,
16
+ "@angular/compiler-cli" : " github:angular/compiler-cli-builds#7.0.x" ,
17
+ "@angular/core" : " github:angular/core-builds#7.0.x" ,
17
18
"@bazel/benchmark-runner" : " 0.1.0" ,
18
19
"@bazel/ibazel" : " 0.5.0" ,
19
- "@bazel/karma" : " 0.20.2 " ,
20
- "@bazel/typescript" : " 0.20.2 " ,
20
+ "@bazel/karma" : " 0.20.3 " ,
21
+ "@bazel/typescript" : " 0.20.3 " ,
21
22
"@types/jasmine" : " 2.8.8" ,
22
23
"@types/node" : " 6.0.117" ,
23
24
"clang-format" : " 1.2.4" ,
You can’t perform that action at this time.
0 commit comments