Skip to content

Commit

Permalink
馃摝 Update dependency gulp-eslint to v6 (ampproject#23095)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rsimha committed Jul 1, 2019
1 parent 5a5fef1 commit 58fdb72
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions test/unit/test-resource.js
Expand Up @@ -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');
},
() => {
Expand All @@ -786,7 +786,6 @@ describes.realWin('Resource', {amp: true}, env => {
)
.then(
() => {
/* global fail: false */
fail('should not be here');
},
reason => {
Expand Down
54 changes: 48 additions & 6 deletions yarn.lock
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 58fdb72

Please sign in to comment.