Skip to content

Commit dc3f137

Browse files
authored
Merge pull request #44 from dotansimha/dependabot/npm_and_yarn/eslint-7.10.0
Bump eslint from 7.6.0 to 7.10.0
2 parents 523934b + 492c9cc commit dc3f137

File tree

3 files changed

+14
-56
lines changed

3 files changed

+14
-56
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"eslint": "7.8.1",
12+
"eslint": "7.10.0",
1313
"@graphql-eslint/eslint-plugin": "0.0.1",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@changesets/cli": "2.10.3",
1919
"@typescript-eslint/eslint-plugin": "3.7.1",
2020
"@typescript-eslint/parser": "3.7.1",
21-
"eslint": "7.6.0",
21+
"eslint": "7.10.0",
2222
"husky": "4.2.5",
2323
"lint-staged": "10.2.11",
2424
"@types/node": "14.0.27",

yarn.lock

Lines changed: 12 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,12 +2415,12 @@ [email protected]:
24152415
resolved "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
24162416
integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==
24172417

2418-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
2419-
version "5.1.0"
2420-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2421-
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
2418+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2419+
version "5.1.1"
2420+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
2421+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
24222422
dependencies:
2423-
esrecurse "^4.1.0"
2423+
esrecurse "^4.3.0"
24242424
estraverse "^4.1.1"
24252425

24262426
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
@@ -2435,52 +2435,10 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24352435
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
24362436
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
24372437

2438-
2439-
version "7.6.0"
2440-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6"
2441-
integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==
2442-
dependencies:
2443-
"@babel/code-frame" "^7.0.0"
2444-
ajv "^6.10.0"
2445-
chalk "^4.0.0"
2446-
cross-spawn "^7.0.2"
2447-
debug "^4.0.1"
2448-
doctrine "^3.0.0"
2449-
enquirer "^2.3.5"
2450-
eslint-scope "^5.1.0"
2451-
eslint-utils "^2.1.0"
2452-
eslint-visitor-keys "^1.3.0"
2453-
espree "^7.2.0"
2454-
esquery "^1.2.0"
2455-
esutils "^2.0.2"
2456-
file-entry-cache "^5.0.1"
2457-
functional-red-black-tree "^1.0.1"
2458-
glob-parent "^5.0.0"
2459-
globals "^12.1.0"
2460-
ignore "^4.0.6"
2461-
import-fresh "^3.0.0"
2462-
imurmurhash "^0.1.4"
2463-
is-glob "^4.0.0"
2464-
js-yaml "^3.13.1"
2465-
json-stable-stringify-without-jsonify "^1.0.1"
2466-
levn "^0.4.1"
2467-
lodash "^4.17.19"
2468-
minimatch "^3.0.4"
2469-
natural-compare "^1.4.0"
2470-
optionator "^0.9.1"
2471-
progress "^2.0.0"
2472-
regexpp "^3.1.0"
2473-
semver "^7.2.1"
2474-
strip-ansi "^6.0.0"
2475-
strip-json-comments "^3.1.0"
2476-
table "^5.2.3"
2477-
text-table "^0.2.0"
2478-
v8-compile-cache "^2.0.3"
2479-
2480-
2481-
version "7.8.1"
2482-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
2483-
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
2438+
2439+
version "7.10.0"
2440+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
2441+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
24842442
dependencies:
24852443
"@babel/code-frame" "^7.0.0"
24862444
"@eslint/eslintrc" "^0.1.3"
@@ -2490,7 +2448,7 @@ [email protected]:
24902448
debug "^4.0.1"
24912449
doctrine "^3.0.0"
24922450
enquirer "^2.3.5"
2493-
eslint-scope "^5.1.0"
2451+
eslint-scope "^5.1.1"
24942452
eslint-utils "^2.1.0"
24952453
eslint-visitor-keys "^1.3.0"
24962454
espree "^7.3.0"
@@ -2520,7 +2478,7 @@ [email protected]:
25202478
text-table "^0.2.0"
25212479
v8-compile-cache "^2.0.3"
25222480

2523-
espree@^7.2.0, espree@^7.3.0:
2481+
espree@^7.3.0:
25242482
version "7.3.0"
25252483
resolved "https://registry.npmjs.org/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
25262484
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
@@ -2541,7 +2499,7 @@ esquery@^1.2.0:
25412499
dependencies:
25422500
estraverse "^5.1.0"
25432501

2544-
esrecurse@^4.1.0:
2502+
esrecurse@^4.3.0:
25452503
version "4.3.0"
25462504
resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
25472505
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==

0 commit comments

Comments
 (0)