From 3a138936c3a6d956acf0775cff01544ffe049b78 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 17 Nov 2020 10:34:34 -0800 Subject: [PATCH 1/2] Update closure --- package.json | 2 +- scripts/gulpfiles/build_tasks.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c80d7a816..ef93884d2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "concurrently": "^5.3.0", "eslint": "^7.6.0", "eslint-plugin-es5": "^1.5.0", - "google-closure-compiler": "^20200920.0.0", + "google-closure-compiler": "^20201102.0.1", "google-closure-deps": "^20200719.0.0", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", diff --git a/scripts/gulpfiles/build_tasks.js b/scripts/gulpfiles/build_tasks.js index a5a96a407..5650d4650 100644 --- a/scripts/gulpfiles/build_tasks.js +++ b/scripts/gulpfiles/build_tasks.js @@ -70,7 +70,6 @@ var JSCOMP_ERROR = [ 'globalThis', 'invalidCasts', 'misplacedTypeAnnotation', - 'missingGetCssName', // 'missingOverride', 'missingPolyfill', 'missingProperties', @@ -87,6 +86,7 @@ var JSCOMP_ERROR = [ // 'strictMissingProperties', 'strictModuleDepCheck', // 'strictPrimitiveOperators', + // 'stricterMissingRequire', 'suspiciousCode', 'typeInvalidation', 'undefinedNames', From 66b92cb94721eac62519754193b66ee8204814ce Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 17 Nov 2020 10:35:39 -0800 Subject: [PATCH 2/2] Update closure compiler in package-lock --- package-lock.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index d123e1046..1c56c17b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3779,25 +3779,25 @@ } }, "google-closure-compiler": { - "version": "20200920.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20200920.0.0.tgz", - "integrity": "sha512-IOC77xL3+pYcAM+OVfcILKdrZNEy767JmpdVs2sq3I9+4JoHeKaJrmQXgbcXN2reUmzBw5b5m9Kd036Cr8ouBA==", + "version": "20201102.0.1", + "resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20201102.0.1.tgz", + "integrity": "sha512-Cz+1jOswH0MwMVPu1rRH1xD4KYuY5XW2ox5aXwqaAxevqmirhr36f8wgKPHuVRSovFejW640r6UFwyrOT6U0CA==", "dev": true, "requires": { "chalk": "2.x", - "google-closure-compiler-java": "^20200920.0.0", - "google-closure-compiler-linux": "^20200920.0.0", - "google-closure-compiler-osx": "^20200920.0.0", - "google-closure-compiler-windows": "^20200920.0.0", + "google-closure-compiler-java": "^20201102.0.1", + "google-closure-compiler-linux": "^20201102.0.1", + "google-closure-compiler-osx": "^20201102.0.1", + "google-closure-compiler-windows": "^20201102.0.1", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" } }, "google-closure-compiler-java": { - "version": "20200920.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20200920.0.0.tgz", - "integrity": "sha512-q8m/+QLBWrzjg5VZ2b4B628zDvbi0Gyenj9bvZQlPY7mqj68HXhe5aOfKzZO7vXgHDXMvsvI3v/1g5mPAku/5w==", + "version": "20201102.0.1", + "resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20201102.0.1.tgz", + "integrity": "sha512-pXJIlyqepHhih0HCbShkAZJyViIxdyd4V7MnCUZEXLIIlygw92e2dC+5XiONDQZgRlF93BPmWCy9jr7wYoW1hQ==", "dev": true }, "google-closure-compiler-js": { @@ -3807,23 +3807,23 @@ "dev": true }, "google-closure-compiler-linux": { - "version": "20200920.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20200920.0.0.tgz", - "integrity": "sha512-F5HcTbeklcaxdWzlZu5b1ZKzCt1kSBUWsBfvlrDCFkA2pdBxIIC2VPokGAUZCqlfno2J2gYARz8FNCrx0tCx5g==", + "version": "20201102.0.1", + "resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20201102.0.1.tgz", + "integrity": "sha512-aRbyTGnQoFXchcpEFNrP1p/WIvYOgN3hYKI+MOHWkvwVJBY2P8gpb07hAigO8fj+QKD/SFCl+2pXP+JniWOEqw==", "dev": true, "optional": true }, "google-closure-compiler-osx": { - "version": "20200920.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20200920.0.0.tgz", - "integrity": "sha512-2WY+HaUWVQNg9WZs9d4Op3zvS6yIVN2AIouU4grwYWXfFk+CMXZou0ASlsOURaYc2WZ22LW/G1w3vINDoCkSww==", + "version": "20201102.0.1", + "resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20201102.0.1.tgz", + "integrity": "sha512-VguqEAOYI6XYZN6JcLMP8fpsoXk1Z9YuntMjv0IDVydkbZaHYOI4zE39FJhMuWiN7gOzSX2b/BBC6GsSh1F3fw==", "dev": true, "optional": true }, "google-closure-compiler-windows": { - "version": "20200920.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20200920.0.0.tgz", - "integrity": "sha512-0c4Dem3em3ASNpcR/2USx1Kvb+I7L2MvsV1IZ5Pu98jTuhnkmlccQqPzk2rZR6lllVbVFXTb6tju0JxZ7Zoxjg==", + "version": "20201102.0.1", + "resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20201102.0.1.tgz", + "integrity": "sha512-LlynipQi/iP76mjkOu6Rc1mCRuxTAhRvLjq10aGfVjKwpbCAF0Jq2a5k2ygr4xYiINNi2/L2qUw6ObPm9wQCOw==", "dev": true, "optional": true }, @@ -7943,7 +7943,7 @@ }, "through": { "version": "2.3.8", - "resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", "dev": true },