From 6085aa6b796a0afbbe2e18eb554d79ffdf0f8694 Mon Sep 17 00:00:00 2001 From: jleyba Date: Wed, 5 Jun 2019 09:46:33 -0700 Subject: [PATCH] Update to the latest version of the closure bazel build rules --- WORKSPACE | 8 ++++---- javascript/atoms/BUILD.bazel | 1 + third_party/js/wgxpath/BUILD.bazel | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a2c1e6f62ec10..83fba71ba6135 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_closure", - sha256 = "bc7b6edd8684953b851300ef7fa122f4e6e9ed52f509a13724e49ffddb9a14eb", - strip_prefix = "rules_closure-d1110778a2e94bcdac5d5d00044dcb6cd07f1d51", + sha256 = "b6936ecc0b5a1ef616b9d7e76694d414aa5605265c11322257a610fb256b1bf7", + strip_prefix = "rules_closure-7434c41542ca9e1b05166d897b90073d1b8b2cf8", urls = [ - "https://github.com/bazelbuild/rules_closure/archive/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz", + "https://github.com/bazelbuild/rules_closure/archive/7434c41542ca9e1b05166d897b90073d1b8b2cf8.tar.gz", ], ) @@ -110,4 +110,4 @@ npm_install( ) load("@npm//:install_bazel_dependencies.bzl", "install_bazel_dependencies") -install_bazel_dependencies() \ No newline at end of file +install_bazel_dependencies() diff --git a/javascript/atoms/BUILD.bazel b/javascript/atoms/BUILD.bazel index 8aa6c5f630335..6577f4438d271 100644 --- a/javascript/atoms/BUILD.bazel +++ b/javascript/atoms/BUILD.bazel @@ -78,6 +78,7 @@ closure_js_library( name = "dom", srcs = ["dom.js"], suppress = [ + "JSC_DEPRECATED_PROP", "JSC_IMPLICITLY_NULLABLE_JSDOC", "JSC_STRICT_INEXISTENT_PROPERTY", "JSC_UNKNOWN_EXPR_TYPE", diff --git a/third_party/js/wgxpath/BUILD.bazel b/third_party/js/wgxpath/BUILD.bazel index 89042dd01f146..4c1b9ed664b5b 100644 --- a/third_party/js/wgxpath/BUILD.bazel +++ b/third_party/js/wgxpath/BUILD.bazel @@ -11,7 +11,6 @@ closure_js_library( "JSC_MISSING_CONST_PROPERTY", "JSC_MISSING_REQUIRE_STRICT_WARNING", "JSC_MISSING_SEMICOLON", - "JSC_REQUIRES_NOT_SORTED", "JSC_STRICT_INEXISTENT_PROPERTY", "JSC_UNKNOWN_EXPR_TYPE", ],