Skip to content

Commit 36d2cf6

Browse files
Update dependency eslint to v7.15.0 (#196)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6988662 commit 36d2cf6

File tree

2 files changed

+96
-3
lines changed

2 files changed

+96
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@changesets/cli": "2.12.0",
2525
"@typescript-eslint/eslint-plugin": "4.9.0",
2626
"@typescript-eslint/parser": "4.9.0",
27-
"eslint": "7.14.0",
27+
"eslint": "7.15.0",
2828
"husky": "4.3.0",
2929
"lint-staged": "10.5.3",
3030
"@types/node": "14.14.10",

yarn.lock

Lines changed: 95 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,22 @@
515515
minimatch "^3.0.4"
516516
strip-json-comments "^3.1.1"
517517

518+
"@eslint/eslintrc@^0.2.2":
519+
version "0.2.2"
520+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
521+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
522+
dependencies:
523+
ajv "^6.12.4"
524+
debug "^4.1.1"
525+
espree "^7.3.0"
526+
globals "^12.1.0"
527+
ignore "^4.0.6"
528+
import-fresh "^3.2.1"
529+
js-yaml "^3.13.1"
530+
lodash "^4.17.19"
531+
minimatch "^3.0.4"
532+
strip-json-comments "^3.1.1"
533+
518534
"@graphql-tools/batch-execute@^7.0.0":
519535
version "7.0.0"
520536
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-7.0.0.tgz#e79d11bd5b39f29172f6ec2eafa71103c6a6c85b"
@@ -1258,6 +1274,11 @@ acorn-jsx@^5.2.0:
12581274
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
12591275
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
12601276

1277+
acorn-jsx@^5.3.1:
1278+
version "5.3.1"
1279+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1280+
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1281+
12611282
acorn-walk@^7.1.1:
12621283
version "7.2.0"
12631284
resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
@@ -2535,6 +2556,49 @@ [email protected]:
25352556
text-table "^0.2.0"
25362557
v8-compile-cache "^2.0.3"
25372558

2559+
2560+
version "7.15.0"
2561+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2562+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
2563+
dependencies:
2564+
"@babel/code-frame" "^7.0.0"
2565+
"@eslint/eslintrc" "^0.2.2"
2566+
ajv "^6.10.0"
2567+
chalk "^4.0.0"
2568+
cross-spawn "^7.0.2"
2569+
debug "^4.0.1"
2570+
doctrine "^3.0.0"
2571+
enquirer "^2.3.5"
2572+
eslint-scope "^5.1.1"
2573+
eslint-utils "^2.1.0"
2574+
eslint-visitor-keys "^2.0.0"
2575+
espree "^7.3.1"
2576+
esquery "^1.2.0"
2577+
esutils "^2.0.2"
2578+
file-entry-cache "^6.0.0"
2579+
functional-red-black-tree "^1.0.1"
2580+
glob-parent "^5.0.0"
2581+
globals "^12.1.0"
2582+
ignore "^4.0.6"
2583+
import-fresh "^3.0.0"
2584+
imurmurhash "^0.1.4"
2585+
is-glob "^4.0.0"
2586+
js-yaml "^3.13.1"
2587+
json-stable-stringify-without-jsonify "^1.0.1"
2588+
levn "^0.4.1"
2589+
lodash "^4.17.19"
2590+
minimatch "^3.0.4"
2591+
natural-compare "^1.4.0"
2592+
optionator "^0.9.1"
2593+
progress "^2.0.0"
2594+
regexpp "^3.1.0"
2595+
semver "^7.2.1"
2596+
strip-ansi "^6.0.0"
2597+
strip-json-comments "^3.1.0"
2598+
table "^5.2.3"
2599+
text-table "^0.2.0"
2600+
v8-compile-cache "^2.0.3"
2601+
25382602
espree@^7.3.0:
25392603
version "7.3.0"
25402604
resolved "https://registry.npmjs.org/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
@@ -2544,6 +2608,15 @@ espree@^7.3.0:
25442608
acorn-jsx "^5.2.0"
25452609
eslint-visitor-keys "^1.3.0"
25462610

2611+
espree@^7.3.1:
2612+
version "7.3.1"
2613+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2614+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
2615+
dependencies:
2616+
acorn "^7.4.0"
2617+
acorn-jsx "^5.3.1"
2618+
eslint-visitor-keys "^1.3.0"
2619+
25472620
esprima@^4.0.0, esprima@^4.0.1:
25482621
version "4.0.1"
25492622
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2794,6 +2867,13 @@ file-entry-cache@^5.0.1:
27942867
dependencies:
27952868
flat-cache "^2.0.1"
27962869

2870+
file-entry-cache@^6.0.0:
2871+
version "6.0.0"
2872+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2873+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
2874+
dependencies:
2875+
flat-cache "^3.0.4"
2876+
27972877
fill-range@^4.0.0:
27982878
version "4.0.0"
27992879
resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -2875,11 +2955,24 @@ flat-cache@^2.0.1:
28752955
rimraf "2.6.3"
28762956
write "1.0.3"
28772957

2958+
flat-cache@^3.0.4:
2959+
version "3.0.4"
2960+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
2961+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
2962+
dependencies:
2963+
flatted "^3.1.0"
2964+
rimraf "^3.0.2"
2965+
28782966
flatted@^2.0.0:
28792967
version "2.0.2"
28802968
resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
28812969
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
28822970

2971+
flatted@^3.1.0:
2972+
version "3.1.0"
2973+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
2974+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
2975+
28832976
for-in@^1.0.2:
28842977
version "1.0.2"
28852978
resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -5380,9 +5473,9 @@ [email protected]:
53805473
dependencies:
53815474
glob "^7.1.3"
53825475

5383-
[email protected], rimraf@^3.0.0:
5476+
[email protected], rimraf@^3.0.0, rimraf@^3.0.2:
53845477
version "3.0.2"
5385-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
5478+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
53865479
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
53875480
dependencies:
53885481
glob "^7.1.3"

0 commit comments

Comments
 (0)