Skip to content

Commit f6d4acb

Browse files
devversionjelbourn
authored andcommitted
build: update angular to 8.0.1
1 parent 6a7fc81 commit f6d4acb

File tree

15 files changed

+139
-158
lines changed

15 files changed

+139
-158
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
# Add NodeJS rules (explicitly used for sass bundle rules)
66
http_archive(
77
name = "build_bazel_rules_nodejs",
8-
sha256 = "1db950bbd27fb2581866e307c0130983471d4c3cd49c46063a2503ca7b6770a4",
9-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.29.0/rules_nodejs-0.29.0.tar.gz"],
8+
sha256 = "e04a82a72146bfbca2d0575947daa60fda1878c8d3a3afe868a8ec39a6b968bb",
9+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.31.1/rules_nodejs-0.31.1.tar.gz"],
1010
)
1111

1212
# Add sass rules
1313
http_archive(
1414
name = "io_bazel_rules_sass",
15-
sha256 = "ea79647e5cd36867568d80811a951c7b3170791058f50a5cbd3d542627e78881",
16-
strip_prefix = "rules_sass-1.17.3",
17-
url = "https://github.com/bazelbuild/rules_sass/archive/1.17.3.zip",
15+
sha256 = "f404a88872c5ffe9af7f5d54be35add624164b852c29c265843ba172bb0c7ac4",
16+
strip_prefix = "rules_sass-9a00e557c32ac0f26e5d3c66d1d17316874027b3",
17+
url = "https://github.com/bazelbuild/rules_sass/archive/9a00e557c32ac0f26e5d3c66d1d17316874027b3.zip",
1818
)
1919

2020
load("@build_bazel_rules_nodejs//:defs.bzl", "check_bazel_version", "node_repositories", "yarn_install")

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
3838
"requiredMDCVersion": "^1.1.0",
3939
"dependencies": {
40-
"@angular/animations": "^8.0.0",
41-
"@angular/common": "^8.0.0",
42-
"@angular/compiler": "^8.0.0",
43-
"@angular/core": "^8.0.0",
44-
"@angular/elements": "^8.0.0",
45-
"@angular/forms": "^8.0.0",
46-
"@angular/platform-browser": "^8.0.0",
47-
"@bazel/buildifier": "^0.25.1",
40+
"@angular/animations": "^8.0.1",
41+
"@angular/common": "^8.0.1",
42+
"@angular/compiler": "^8.0.1",
43+
"@angular/core": "^8.0.1",
44+
"@angular/elements": "^8.0.1",
45+
"@angular/forms": "^8.0.1",
46+
"@angular/platform-browser": "^8.0.1",
4847
"@webcomponents/custom-elements": "^1.1.0",
4948
"core-js": "^2.6.1",
5049
"material-components-web": "^1.1.0",
@@ -55,22 +54,23 @@
5554
"zone.js": "~0.9.1"
5655
},
5756
"devDependencies": {
58-
"@angular-devkit/core": "^8.0.0",
59-
"@angular-devkit/schematics": "^8.0.0",
60-
"@angular/bazel": "^8.0.0",
61-
"@angular/compiler-cli": "^8.0.0",
62-
"@angular/platform-browser-dynamic": "^8.0.0",
63-
"@angular/platform-server": "^8.0.0",
64-
"@angular/router": "^8.0.0",
65-
"@angular/upgrade": "^8.0.0",
66-
"@bazel/bazel": "^0.24.1",
57+
"@angular-devkit/core": "^8.0.3",
58+
"@angular-devkit/schematics": "^8.0.3",
59+
"@angular/bazel": "^8.0.1",
60+
"@angular/compiler-cli": "^8.0.1",
61+
"@angular/platform-browser-dynamic": "^8.0.1",
62+
"@angular/platform-server": "^8.0.1",
63+
"@angular/router": "^8.0.1",
64+
"@angular/upgrade": "^8.0.1",
65+
"@bazel/bazel": "^0.26.1",
66+
"@bazel/buildifier": "^0.25.1",
6767
"@bazel/ibazel": "^0.9.0",
68-
"@bazel/jasmine": "0.29.0",
69-
"@bazel/karma": "0.29.0",
70-
"@bazel/typescript": "^0.29.0",
68+
"@bazel/jasmine": "^0.31.1",
69+
"@bazel/karma": "^0.31.1",
70+
"@bazel/typescript": "^0.31.1",
7171
"@firebase/app-types": "^0.3.2",
7272
"@octokit/rest": "^15.9.4",
73-
"@schematics/angular": "^8.0.0-rc.4",
73+
"@schematics/angular": "^8.0.3",
7474
"@types/browser-sync": "^0.0.42",
7575
"@types/chalk": "^0.4.31",
7676
"@types/fs-extra": "^4.0.3",

src/cdk-experimental/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ng_module(
2121
ng_package(
2222
name = "npm_package",
2323
srcs = ["package.json"],
24-
entry_point = "src/cdk-experimental/public_api.js",
24+
entry_point = ":public-api.ts",
2525
globals = ROLLUP_GLOBALS,
2626
# TODO(devversion): Use the npm package for publishing. Right now this is disabled because
2727
# we build using AOT for serving & testing, but the `ng_package` rule should not include factory

src/cdk/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ filegroup(
2525
ng_package(
2626
name = "npm_package",
2727
srcs = ["package.json"],
28-
entry_point = "src/cdk/public_api.js",
28+
entry_point = ":public-api.ts",
2929
globals = ROLLUP_GLOBALS,
3030
# TODO(devversion): Use the npm package for publishing. Right now this is disabled because
3131
# we build using AOT for serving & testing, but the `ng_package` rule should not include factory

src/material-examples/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ng_package(
7171
name = "npm_package",
7272
srcs = ["package.json"],
7373
data = [":docs-content"],
74-
entry_point = "src/material-examples/public_api.js",
74+
entry_point = ":public-api.ts",
7575
globals = ROLLUP_GLOBALS,
7676
tags = ["docs-package"],
7777
deps = [":examples"],

src/material-experimental/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ng_module(
2020
ng_package(
2121
name = "npm_package",
2222
srcs = ["package.json"],
23-
entry_point = "src/material-experimental/public_api.js",
23+
entry_point = ":public-api.ts",
2424
globals = ROLLUP_GLOBALS,
2525
# TODO(devversion): re-enable once we have set up the proper compiler for the ng_package
2626
tags = ["manual"],

src/material-moment-adapter/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ng_web_test_suite(
5151
ng_package(
5252
name = "npm_package",
5353
srcs = ["package.json"],
54-
entry_point = "src/material-moment-adapter/public_api.js",
54+
entry_point = ":public-api.ts",
5555
globals = ROLLUP_GLOBALS,
5656
# TODO(devversion): re-enable once we have set up the proper compiler for the ng_package
5757
tags = ["manual"],

src/material/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ng_package(
5151
"//src/material/prebuilt-themes:pink-bluegrey",
5252
"//src/material/prebuilt-themes:purple-green",
5353
],
54-
entry_point = "src/material/public_api.js",
54+
entry_point = ":public-api.ts",
5555
entry_point_name = "material",
5656
globals = ROLLUP_GLOBALS,
5757
packages = ["//src/material/schematics:npm_package"],

tools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nodejs_binary(
2020
":sass_bundle_lib",
2121
"@npm//scss-bundle",
2222
],
23-
entry_point = "angular_material/tools/sass-bundle.js",
23+
entry_point = ":sass-bundle.ts",
2424
)
2525

2626
# Workaround for https://github.com/bazelbuild/bazel-toolchains/issues/356. We need the

tools/dgeni/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nodejs_binary(
1010
"@npm//dgeni",
1111
"@npm//dgeni-packages",
1212
],
13-
entry_point = "angular_material/tools/dgeni/bazel-bin.js",
13+
entry_point = ":bazel-bin.ts",
1414
)
1515

1616
ts_library(

0 commit comments

Comments
 (0)