Skip to content

Commit afc25b9

Browse files
chore(deps): update dependency eslint to v8.0.1 (#694)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6675aae commit afc25b9

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "5.1.0",
3535
"bob-the-bundler": "1.5.1",
3636
"dedent": "0.7.0",
37-
"eslint": "8.0.0",
37+
"eslint": "8.0.1",
3838
"eslint-config-prettier": "8.3.0",
3939
"eslint-config-standard": "16.0.3",
4040
"eslint-plugin-eslint-plugin": "3.6.1",

yarn.lock

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,21 @@
14361436
minimatch "^3.0.4"
14371437
strip-json-comments "^3.1.1"
14381438

1439+
"@eslint/eslintrc@^1.0.3":
1440+
version "1.0.3"
1441+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
1442+
integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
1443+
dependencies:
1444+
ajv "^6.12.4"
1445+
debug "^4.3.2"
1446+
espree "^9.0.0"
1447+
globals "^13.9.0"
1448+
ignore "^4.0.6"
1449+
import-fresh "^3.2.1"
1450+
js-yaml "^3.13.1"
1451+
minimatch "^3.0.4"
1452+
strip-json-comments "^3.1.1"
1453+
14391454
"@graphql-tools/batch-execute@^8.0.2":
14401455
version "8.0.2"
14411456
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.0.2.tgz#ad9e9b1f791ef9824f72b3bde9987fc7d191e929"
@@ -3467,6 +3482,50 @@ [email protected]:
34673482
text-table "^0.2.0"
34683483
v8-compile-cache "^2.0.3"
34693484

3485+
3486+
version "8.0.1"
3487+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.1.tgz#3610e7fe4a05c2154669515ca60835a76a19f700"
3488+
integrity sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==
3489+
dependencies:
3490+
"@eslint/eslintrc" "^1.0.3"
3491+
"@humanwhocodes/config-array" "^0.6.0"
3492+
ajv "^6.10.0"
3493+
chalk "^4.0.0"
3494+
cross-spawn "^7.0.2"
3495+
debug "^4.3.2"
3496+
doctrine "^3.0.0"
3497+
enquirer "^2.3.5"
3498+
escape-string-regexp "^4.0.0"
3499+
eslint-scope "^6.0.0"
3500+
eslint-utils "^3.0.0"
3501+
eslint-visitor-keys "^3.0.0"
3502+
espree "^9.0.0"
3503+
esquery "^1.4.0"
3504+
esutils "^2.0.2"
3505+
fast-deep-equal "^3.1.3"
3506+
file-entry-cache "^6.0.1"
3507+
functional-red-black-tree "^1.0.1"
3508+
glob-parent "^6.0.1"
3509+
globals "^13.6.0"
3510+
ignore "^4.0.6"
3511+
import-fresh "^3.0.0"
3512+
imurmurhash "^0.1.4"
3513+
is-glob "^4.0.0"
3514+
js-yaml "^4.1.0"
3515+
json-stable-stringify-without-jsonify "^1.0.1"
3516+
levn "^0.4.1"
3517+
lodash.merge "^4.6.2"
3518+
minimatch "^3.0.4"
3519+
natural-compare "^1.4.0"
3520+
optionator "^0.9.1"
3521+
progress "^2.0.0"
3522+
regexpp "^3.2.0"
3523+
semver "^7.2.1"
3524+
strip-ansi "^6.0.0"
3525+
strip-json-comments "^3.1.0"
3526+
text-table "^0.2.0"
3527+
v8-compile-cache "^2.0.3"
3528+
34703529
espree@^9.0.0:
34713530
version "9.0.0"
34723531
resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"

0 commit comments

Comments
 (0)