Skip to content

Commit

Permalink
build: update to angular v9.0.0-next.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Sep 19, 2019
1 parent 9237f29 commit 986c1c3
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 156 deletions.
11 changes: 4 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Add NodeJS rules (explicitly used for sass bundle rules)
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3356c6b767403392bab018ce91625f6d15ff8f11c6d772dc84bc9cada01c669a",
# Note that we cannot update to rules_nodejs#0.36.2 as it contains a bug where
# node output binaries cannot be launched on windows. We can update once the
# fix is released: https://github.com/bazelbuild/rules_nodejs/pull/1104.
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.36.1/rules_nodejs-0.36.1.tar.gz"],
sha256 = "da217044d24abd16667324626a33581f3eaccabf80985b2688d6a08ed2f864be",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.37.1/rules_nodejs-0.37.1.tar.gz"],
)

# Add sass rules
Expand Down Expand Up @@ -76,9 +73,9 @@ load("@io_bazel_rules_webtesting//web:repositories.bzl", "web_test_repositories"

web_test_repositories()

load("@npm_bazel_karma//:browser_repositories.bzl", "browser_repositories")
load("@io_bazel_rules_webtesting//web/versioned:browsers-0.3.2.bzl", "browser_repositories")

browser_repositories()
browser_repositories(chromium = True)

# Fetch transitive dependencies which are needed to use the Sass rules.
load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
"requiredMDCVersion": "^4.0.0-alpha.0",
"dependencies": {
"@angular/animations": "^8.2.2",
"@angular/common": "^8.2.2",
"@angular/compiler": "^8.2.2",
"@angular/core": "^8.2.2",
"@angular/elements": "^8.2.2",
"@angular/forms": "^8.2.2",
"@angular/platform-browser": "^8.2.2",
"@angular/animations": "^9.0.0-next.7",
"@angular/common": "^9.0.0-next.7",
"@angular/compiler": "^9.0.0-next.7",
"@angular/core": "^9.0.0-next.7",
"@angular/elements": "^9.0.0-next.7",
"@angular/forms": "^9.0.0-next.7",
"@angular/platform-browser": "^9.0.0-next.7",
"@types/googlemaps": "^3.37.0",
"@types/youtube": "^0.0.38",
"@webcomponents/custom-elements": "^1.1.0",
Expand All @@ -56,27 +56,27 @@
"systemjs": "0.19.43",
"tsickle": "^0.35.0",
"tslib": "^1.9.3",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/core": "^8.2.1",
"@angular-devkit/schematics": "^8.2.1",
"@angular/bazel": "^8.2.2",
"@angular/compiler-cli": "^8.2.2",
"@angular/platform-browser-dynamic": "^8.2.2",
"@angular/platform-server": "^8.2.2",
"@angular/router": "^8.2.2",
"@angular/upgrade": "^8.2.2",
"@angular-devkit/core": "^9.0.0-next.5",
"@angular-devkit/schematics": "^9.0.0-next.5",
"@angular/bazel": "^9.0.0-next.7",
"@angular/compiler-cli": "^9.0.0-next.7",
"@angular/platform-browser-dynamic": "^9.0.0-next.7",
"@angular/platform-server": "^9.0.0-next.7",
"@angular/router": "^9.0.0-next.7",
"@angular/upgrade": "^9.0.0-next.7",
"@bazel/bazel": "^0.29.0",
"@bazel/buildifier": "^0.28.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "0.36.1",
"@bazel/karma": "0.36.1",
"@bazel/typescript": "0.36.1",
"@bazel/protractor": "0.36.1",
"@bazel/jasmine": "^0.37.1",
"@bazel/karma": "^0.37.1",
"@bazel/typescript": "^0.37.1",
"@bazel/protractor": "^0.37.1",
"@firebase/app-types": "^0.3.2",
"@octokit/rest": "^16.28.7",
"@schematics/angular": "^8.2.1",
"@schematics/angular": "^9.0.0-next.5",
"@types/browser-sync": "^2.26.1",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^4.0.3",
Expand All @@ -99,7 +99,7 @@
"browser-sync": "^2.26.7",
"chalk": "^1.1.3",
"clang-format": "^1.2.4",
"codelyzer": "^5.1.0",
"codelyzer": "^5.1.1",
"conventional-changelog": "^3.0.5",
"dgeni": "^0.4.11",
"dgeni-packages": "^0.27.1",
Expand Down
Loading

0 comments on commit 986c1c3

Please sign in to comment.