Skip to content

Commit

Permalink
build(bazel): update to rules_typescript 0.20.2 (angular#26279) (angu…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and IgorMinar committed Oct 20, 2018
1 parent d698b0e commit 6468711
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 29 deletions.
4 changes: 2 additions & 2 deletions integration/bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"zone.js": "0.8.26"
},
"devDependencies": {
"@bazel/karma": "0.20.1",
"@bazel/typescript": "0.20.1",
"@bazel/karma": "0.20.2",
"@bazel/typescript": "0.20.2",
"@types/jasmine": "2.8.8",
"@types/source-map": "0.5.1",
"protractor": "5.1.2",
Expand Down
12 changes: 6 additions & 6 deletions integration/bazel/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.1.tgz#84e437cb4c4545906152bbfab401ed8111d5d558"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.2.tgz#69b440e320eadce2b4c7de922f87c5fc539b6586"
dependencies:
jasmine-core "2.8.0"
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
Expand All @@ -17,9 +17,9 @@
requirejs "2.3.5"
tmp "0.0.33"

"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.1.tgz#f6d3ff13fb203ccb6ddeb7ca670978983b3e1b73"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.2.tgz#7e31e2fe23458536e4917bf5ee130d55704c54f5"
dependencies:
protobufjs "5.0.0"
source-map-support "0.5.9"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@bazel/ibazel": "^0.1.1",
"@bazel/karma": "0.20.1",
"@bazel/typescript": "0.20.1",
"@bazel/karma": "0.20.2",
"@bazel/typescript": "0.20.2",
"@types/angular": "^1.6.47",
"@types/base64-js": "1.2.5",
"@types/chai": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/bazel/package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def rules_angular_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.20.1.zip",
strip_prefix = "rules_typescript-0.20.1",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.20.2.zip",
strip_prefix = "rules_typescript-0.20.2",
)

# Needed for Remote Execution
Expand Down
4 changes: 2 additions & 2 deletions packages/bazel/rules_typescript_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ against a minimum dependent build_bazel_rules_typescript version.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# This file mirrored from https://raw.githubusercontent.com/bazelbuild/rules_typescript/0.20.1/package.bzl
VERSION = "0.20.1"
# This file mirrored from https://raw.githubusercontent.com/bazelbuild/rules_typescript/0.20.2/package.bzl
VERSION = "0.20.2"

def rules_typescript_dependencies():
"""
Expand Down
3 changes: 2 additions & 1 deletion packages/bazel/src/ng_setup_workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ def ng_setup_workspace():
# 0.16.0: minimal version required to work with ng_module
# 0.16.2: bazel type resolution for zone.js types
# 0.20.1: fine grained deps
check_rules_typescript_version("0.20.1")
# 0.20.2: version check fix
check_rules_typescript_version("0.20.2")
4 changes: 2 additions & 2 deletions tools/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "minimal @npm repo",
"dependencies": {
"@bazel/karma": "0.20.1",
"@bazel/typescript": "0.20.1",
"@bazel/karma": "0.20.2",
"@bazel/typescript": "0.20.2",
"typescript": "~3.1.1"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions tools/npm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.1.tgz#84e437cb4c4545906152bbfab401ed8111d5d558"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.2.tgz#69b440e320eadce2b4c7de922f87c5fc539b6586"
dependencies:
jasmine-core "2.8.0"
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
Expand All @@ -17,9 +17,9 @@
requirejs "2.3.5"
tmp "0.0.33"

"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.1.tgz#f6d3ff13fb203ccb6ddeb7ca670978983b3e1b73"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.2.tgz#7e31e2fe23458536e4917bf5ee130d55704c54f5"
dependencies:
protobufjs "5.0.0"
source-map-support "0.5.9"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
version "0.1.1"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.1.1.tgz#f970c08b4e4efb0ab17e04ade3cc610554f33bed"

"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.1.tgz#84e437cb4c4545906152bbfab401ed8111d5d558"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.2.tgz#69b440e320eadce2b4c7de922f87c5fc539b6586"
dependencies:
jasmine-core "2.8.0"
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
Expand All @@ -37,9 +37,9 @@
requirejs "2.3.5"
tmp "0.0.33"

"@bazel/[email protected].1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.1.tgz#f6d3ff13fb203ccb6ddeb7ca670978983b3e1b73"
"@bazel/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.2.tgz#7e31e2fe23458536e4917bf5ee130d55704c54f5"
dependencies:
protobufjs "5.0.0"
source-map-support "0.5.9"
Expand Down

0 comments on commit 6468711

Please sign in to comment.