From 58fdb7298b6b62ebf5b9fdb5d1ed027c2e62bee7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2019 00:28:38 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20dependency=20gulp-eslin?= =?UTF-8?q?t=20to=20v6=20(#23095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- test/unit/test-resource.js | 3 +-- yarn.lock | 54 +++++++++++++++++++++++++++++++++----- 3 files changed, 50 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 694c66ba8dc4..0e35ef532257 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "google-closure-compiler": "20190618.0.0", "gulp": "4.0.2", "gulp-ava": "1.0.0", - "gulp-eslint": "5.0.0", + "gulp-eslint": "6.0.0", "gulp-eslint-if-fixed": "1.0.0", "gulp-file": "0.4.0", "gulp-git": "2.9.0", diff --git a/test/unit/test-resource.js b/test/unit/test-resource.js index 25d494046a67..52cd745ab13b 100644 --- a/test/unit/test-resource.js +++ b/test/unit/test-resource.js @@ -769,10 +769,10 @@ describes.realWin('Resource', {amp: true}, env => { expect(resource.layoutPromise_).to.not.equal(null); expect(resource.getState()).to.equal(ResourceState.LAYOUT_SCHEDULED); + /* global fail: false */ return promise .then( () => { - /* global fail: false */ fail('should not be here'); }, () => { @@ -786,7 +786,6 @@ describes.realWin('Resource', {amp: true}, env => { ) .then( () => { - /* global fail: false */ fail('should not be here'); }, reason => { diff --git a/yarn.lock b/yarn.lock index d7f40fd229b2..f9f5b8e908dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5724,7 +5724,7 @@ eslint@6.0.1: table "^5.2.3" text-table "^0.2.0" -eslint@^5.0.1, eslint@^5.14.1: +eslint@^5.14.1: version "5.14.1" resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba" integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og== @@ -5766,6 +5766,48 @@ eslint@^5.0.1, eslint@^5.14.1: table "^5.2.3" text-table "^0.2.0" +eslint@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7" + integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w== + dependencies: + "@babel/code-frame" "^7.0.0" + ajv "^6.10.0" + chalk "^2.1.0" + cross-spawn "^6.0.5" + debug "^4.0.1" + doctrine "^3.0.0" + eslint-scope "^4.0.3" + eslint-utils "^1.3.1" + eslint-visitor-keys "^1.0.0" + espree "^6.0.0" + esquery "^1.0.1" + esutils "^2.0.2" + file-entry-cache "^5.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^3.1.0" + globals "^11.7.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + inquirer "^6.2.2" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.3.0" + lodash "^4.17.11" + minimatch "^3.0.4" + mkdirp "^0.5.1" + natural-compare "^1.4.0" + optionator "^0.8.2" + progress "^2.0.0" + regexpp "^2.0.1" + semver "^5.5.1" + strip-ansi "^4.0.0" + strip-json-comments "^2.0.1" + table "^5.2.3" + text-table "^0.2.0" + esm@^3.1.3: version "3.2.7" resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.7.tgz#5fcb7649cce55323bce9ac02496e89339df86f9f" @@ -7038,12 +7080,12 @@ gulp-eslint-if-fixed@1.0.0: dependencies: gulp-if "^2.0.0" -gulp-eslint@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/gulp-eslint/-/gulp-eslint-5.0.0.tgz#2a2684095f774b2cf79310262078c56cc7a12b52" - integrity sha512-9GUqCqh85C7rP9120cpxXuZz2ayq3BZc85pCTuPJS03VQYxne0aWPIXWx6LSvsGPa3uRqtSO537vaugOh+5cXg== +gulp-eslint@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/gulp-eslint/-/gulp-eslint-6.0.0.tgz#7d402bb45f8a67652b868277011812057370a832" + integrity sha512-dCVPSh1sA+UVhn7JSQt7KEb4An2sQNbOdB3PA8UCfxsoPlAKjJHxYHGXdXC7eb+V1FAnilSFFqslPrq037l1ig== dependencies: - eslint "^5.0.1" + eslint "^6.0.0" fancy-log "^1.3.2" plugin-error "^1.0.1"