Skip to content

Commit c4e5749

Browse files
chore(deps): update dev dependency eslint to v7.15.0 (#927)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f852e1b commit c4e5749

File tree

2 files changed

+37
-43
lines changed

2 files changed

+37
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
4848
"concurrently": "5.3.0",
49-
"eslint": "7.14.0",
49+
"eslint": "7.15.0",
5050
"eslint-config-prettier": "6.15.0",
5151
"eslint-plugin-import": "2.22.1",
5252
"eslint-plugin-react": "7.21.5",

yarn.lock

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -864,10 +864,10 @@
864864
lodash "^4.17.19"
865865
to-fast-properties "^2.0.0"
866866

867-
"@eslint/eslintrc@^0.2.1":
868-
version "0.2.1"
869-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
870-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
867+
"@eslint/eslintrc@^0.2.2":
868+
version "0.2.2"
869+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
870+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
871871
dependencies:
872872
ajv "^6.12.4"
873873
debug "^4.1.1"
@@ -1159,7 +1159,7 @@ abbrev@1, abbrev@~1.1.1:
11591159
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
11601160
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
11611161

1162-
acorn-jsx@^5.2.0:
1162+
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
11631163
version "5.3.1"
11641164
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
11651165
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -2668,13 +2668,13 @@ eslint-visitor-keys@^2.0.0:
26682668
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
26692669
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
26702670

2671-
eslint@7.14.0:
2672-
version "7.14.0"
2673-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
2674-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
2671+
eslint@7.15.0:
2672+
version "7.15.0"
2673+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2674+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
26752675
dependencies:
26762676
"@babel/code-frame" "^7.0.0"
2677-
"@eslint/eslintrc" "^0.2.1"
2677+
"@eslint/eslintrc" "^0.2.2"
26782678
ajv "^6.10.0"
26792679
chalk "^4.0.0"
26802680
cross-spawn "^7.0.2"
@@ -2684,10 +2684,10 @@ [email protected]:
26842684
eslint-scope "^5.1.1"
26852685
eslint-utils "^2.1.0"
26862686
eslint-visitor-keys "^2.0.0"
2687-
espree "^7.3.0"
2687+
espree "^7.3.1"
26882688
esquery "^1.2.0"
26892689
esutils "^2.0.2"
2690-
file-entry-cache "^5.0.1"
2690+
file-entry-cache "^6.0.0"
26912691
functional-red-black-tree "^1.0.1"
26922692
glob-parent "^5.0.0"
26932693
globals "^12.1.0"
@@ -2720,6 +2720,15 @@ espree@^7.3.0:
27202720
acorn-jsx "^5.2.0"
27212721
eslint-visitor-keys "^1.3.0"
27222722

2723+
espree@^7.3.1:
2724+
version "7.3.1"
2725+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2726+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
2727+
dependencies:
2728+
acorn "^7.4.0"
2729+
acorn-jsx "^5.3.1"
2730+
eslint-visitor-keys "^1.3.0"
2731+
27232732
esprima@^4.0.0, esprima@~4.0.0:
27242733
version "4.0.1"
27252734
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2897,12 +2906,12 @@ figures@^3.0.0, figures@^3.2.0:
28972906
dependencies:
28982907
escape-string-regexp "^1.0.5"
28992908

2900-
file-entry-cache@^5.0.1:
2901-
version "5.0.1"
2902-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
2903-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
2909+
file-entry-cache@^6.0.0:
2910+
version "6.0.0"
2911+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2912+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
29042913
dependencies:
2905-
flat-cache "^2.0.1"
2914+
flat-cache "^3.0.4"
29062915

29072916
fill-range@^4.0.0:
29082917
version "4.0.0"
@@ -2955,19 +2964,18 @@ find-versions@^3.0.0, find-versions@^3.2.0:
29552964
dependencies:
29562965
semver-regex "^2.0.0"
29572966

2958-
flat-cache@^2.0.1:
2959-
version "2.0.1"
2960-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
2961-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
2967+
flat-cache@^3.0.4:
2968+
version "3.0.4"
2969+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
2970+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
29622971
dependencies:
2963-
flatted "^2.0.0"
2964-
rimraf "2.6.3"
2965-
write "1.0.3"
2972+
flatted "^3.1.0"
2973+
rimraf "^3.0.2"
29662974

2967-
flatted@^2.0.0:
2968-
version "2.0.2"
2969-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
2970-
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
2975+
flatted@^3.1.0:
2976+
version "3.1.0"
2977+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
2978+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
29712979

29722980
29732981
version "1.12.1"
@@ -6194,13 +6202,6 @@ reusify@^1.0.4:
61946202
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
61956203
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
61966204

6197-
6198-
version "2.6.3"
6199-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
6200-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
6201-
dependencies:
6202-
glob "^7.1.3"
6203-
62046205
[email protected], rimraf@^3.0.2:
62056206
version "3.0.2"
62066207
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -7556,13 +7557,6 @@ write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.3:
75567557
imurmurhash "^0.1.4"
75577558
signal-exit "^3.0.2"
75587559

7559-
7560-
version "1.0.3"
7561-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
7562-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
7563-
dependencies:
7564-
mkdirp "^0.5.1"
7565-
75667560
xdg-basedir@^3.0.0:
75677561
version "3.0.0"
75687562
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"

0 commit comments

Comments
 (0)