From 271e7c5bb16e3187ae5faf3710e0d16ec1dcfc78 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Wed, 25 May 2016 01:28:55 -0600 Subject: [PATCH 1/2] chore(package): update closure-util to version 1.14.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e25881b4e..8810b566fc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "async": "1.5.2", "browserify": "13.0.1", - "closure-util": "1.13.1", + "closure-util": "1.14.0", "derequire": "2.0.3", "fs-extra": "0.30.0", "glob": "6.0.4", From 420374294b0f150f1bc080e7759edb841186d895 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 25 May 2016 09:38:31 +0200 Subject: [PATCH 2/2] Remove unnecessaryCasts compiler check Removed from the compiler, see: https://github.com/google/closure-compiler/wiki/Releases#may-17-2016-v20160517 --- config/example.json | 1 - config/examples-all.json | 1 - config/ol.json | 1 - 3 files changed, 3 deletions(-) diff --git a/config/example.json b/config/example.json index bd770c8293..3743096c8d 100644 --- a/config/example.json +++ b/config/example.json @@ -31,7 +31,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks", diff --git a/config/examples-all.json b/config/examples-all.json index eef3640831..b278885837 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -31,7 +31,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks" diff --git a/config/ol.json b/config/ol.json index eb542af685..3e527cc313 100644 --- a/config/ol.json +++ b/config/ol.json @@ -22,7 +22,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks"