Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit e0f84e2

Browse files
committed
Update to Angular 7.0.1
1 parent 9b94a4d commit e0f84e2

File tree

3 files changed

+22
-33
lines changed

3 files changed

+22
-33
lines changed

WORKSPACE

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,11 @@ http_archive(
2020
sha256 = "edf39af5fc257521e4af4c40829fffe8fba6d0ebff9f4dd69a6f8f1223ae047b",
2121
)
2222

23-
# build_bazel_rules_nodejs 0.15.3 supports the --nolegacy_external_runfiles flag
24-
http_archive(
25-
name = "build_bazel_rules_nodejs",
26-
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.15.3.zip"],
27-
strip_prefix = "rules_nodejs-0.15.3",
28-
)
29-
30-
# TODO(gmagolan): updated to tagged release
31-
http_archive(
32-
name = "build_bazel_rules_typescript",
33-
urls = ["https://github.com/gregmagolan/rules_typescript/archive/0e1d50f563db50037d5b2240d16232be736e30e5.zip"],
34-
strip_prefix = "rules_typescript-0e1d50f563db50037d5b2240d16232be736e30e5",
35-
)
36-
3723
# The @angular repo contains rule for building Angular applications
38-
# TODO(gmagolan): Update to next 7.0.x tag when it is released
3924
http_archive(
4025
name = "angular",
41-
url = "https://github.com/gregmagolan/angular/archive/3b9fff4c22a3ef7450d495b614930f50635bd4c4.zip",
42-
strip_prefix = "angular-3b9fff4c22a3ef7450d495b614930f50635bd4c4",
26+
url = "https://github.com/gregmagolan/angular/archive/7.0.1.zip",
27+
strip_prefix = "angular-7.0.1",
4328
)
4429

4530
# The @rxjs repo contains targets for building rxjs with bazel

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"zone.js": "0.8.26"
1212
},
1313
"devDependencies": {
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",
14+
"@angular/bazel": "7.0.1",
15+
"@angular/compiler": "7.0.1",
16+
"@angular/compiler-cli": "7.0.1",
17+
"@angular/core": "7.0.1",
1818
"@bazel/benchmark-runner": "0.1.0",
1919
"@bazel/ibazel": "0.5.0",
2020
"@bazel/karma": "0.20.3",

yarn.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@angular/bazel@github:angular/bazel-builds#7.0.x":
6-
version "7.0.0"
7-
resolved "https://codeload.github.com/angular/bazel-builds/tar.gz/1c6b0aae1d2e66cebb4d4ab39ac3f6d88f73e1ae"
5+
"@angular/bazel@7.0.1":
6+
version "7.0.1"
7+
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-7.0.1.tgz#42e1a114a20643ea53cff1bb8091e1ba08637885"
8+
integrity sha512-DEv1QiccMglqPyXqxtl3Onm4j1aIJzvWx/4Tyy6gEK/r7wOqwffkPrmQGGJC3QAhsXxXMRK0mQ3jkKoAXLbunA==
89
dependencies:
910
"@bazel/typescript" "^0.20.3"
1011
"@types/node" "6.0.84"
1112
shelljs "0.8.2"
1213
tsickle "0.32.1"
1314

14-
"@angular/compiler-cli@github:angular/compiler-cli-builds#7.0.x":
15-
version "7.0.0"
16-
resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/5db61187ed62264e53f958ccd717040a8dee82d0"
15+
"@angular/compiler-cli@7.0.1":
16+
version "7.0.1"
17+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-7.0.1.tgz#bd21ebc950f65fb5848307a271e7bd9d049efc9c"
18+
integrity sha512-WXl2bDoAYWsxwjuIrY34eNZ6Ph4fUff2eK+ZPnkm5zSud1ZlC0zqcG//ccoLqS4Bly3He2obSJ+8SaQjzsqK1g==
1719
dependencies:
1820
canonical-path "0.0.2"
1921
chokidar "^1.4.2"
@@ -26,15 +28,17 @@
2628
source-map "^0.6.1"
2729
yargs "9.0.1"
2830

29-
"@angular/compiler@github:angular/compiler-builds#7.0.x":
30-
version "7.0.0"
31-
resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/e5224449793fda7089c1c3750b4cbbe15371473f"
31+
"@angular/compiler@7.0.1":
32+
version "7.0.1"
33+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-7.0.1.tgz#29271bfdc9ac98f2f93c473a0cd82d6a043cf6e3"
34+
integrity sha512-X/q51ZAFd0GBJyuZTOKpieyePhlNBAfYCPRi57S2BpxG6i9QjjeM+sPwzjsMmU1P6Qyt/pPpVG738mLocPvdpA==
3235
dependencies:
3336
tslib "^1.9.0"
3437

35-
"@angular/core@github:angular/core-builds#7.0.x":
36-
version "7.0.0"
37-
resolved "https://codeload.github.com/angular/core-builds/tar.gz/fda119d6dfa8d4b33dd142aa88e45db5418aada0"
38+
"@angular/core@7.0.1":
39+
version "7.0.1"
40+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.0.1.tgz#42f52bf04bf88759d4f4b9e03cb9b312508233a0"
41+
integrity sha512-u/3Xx+tIddVC1wANjK1F102uG8fQrNd4Y9nlz3vtKcnFX66b2SQlnjWd18L8FmzYtzaI44RxSWWTPQB0eTx1xw==
3842
dependencies:
3943
tslib "^1.9.0"
4044

0 commit comments

Comments
 (0)