Skip to content

Commit ab53f75

Browse files
committed
Update eslint
1 parent e2de60c commit ab53f75

File tree

2 files changed

+96
-63
lines changed

2 files changed

+96
-63
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@types/node": "16.11.68",
2727
"@types/prettier": "2.7.1",
2828
"@types/rimraf": "3.0.2",
29-
"@typescript-eslint/eslint-plugin": "5.40.0",
30-
"@typescript-eslint/parser": "5.40.0",
31-
"eslint": "8.25.0",
29+
"@typescript-eslint/eslint-plugin": "5.40.1",
30+
"@typescript-eslint/parser": "5.40.1",
31+
"eslint": "8.26.0",
3232
"eslint-config-prettier": "8.5.0",
3333
"husky": "7.0.4",
3434
"jest": "28.1.3",

yarn.lock

Lines changed: 93 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,10 @@
599599
minimatch "^3.1.2"
600600
strip-json-comments "^3.1.1"
601601

602-
"@humanwhocodes/config-array@^0.10.5":
603-
version "0.10.5"
604-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
605-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
602+
"@humanwhocodes/config-array@^0.11.6":
603+
version "0.11.6"
604+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
605+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
606606
dependencies:
607607
"@humanwhocodes/object-schema" "^1.2.1"
608608
debug "^4.1.1"
@@ -892,11 +892,24 @@
892892
"@nodelib/fs.stat" "2.0.3"
893893
run-parallel "^1.1.9"
894894

895+
"@nodelib/fs.scandir@2.1.5":
896+
version "2.1.5"
897+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
898+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
899+
dependencies:
900+
"@nodelib/fs.stat" "2.0.5"
901+
run-parallel "^1.1.9"
902+
895903
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
896904
version "2.0.3"
897905
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
898906
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
899907

908+
"@nodelib/fs.stat@2.0.5":
909+
version "2.0.5"
910+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
911+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
912+
900913
"@nodelib/fs.walk@^1.2.3":
901914
version "1.2.4"
902915
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
@@ -905,6 +918,14 @@
905918
"@nodelib/fs.scandir" "2.1.3"
906919
fastq "^1.6.0"
907920

921+
"@nodelib/fs.walk@^1.2.8":
922+
version "1.2.8"
923+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
924+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
925+
dependencies:
926+
"@nodelib/fs.scandir" "2.1.5"
927+
fastq "^1.6.0"
928+
908929
"@sinclair/typebox@^0.23.3":
909930
version "0.23.5"
910931
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
@@ -1078,6 +1099,11 @@
10781099
"@types/glob" "*"
10791100
"@types/node" "*"
10801101

1102+
"@types/semver@^7.3.12":
1103+
version "7.3.12"
1104+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1105+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1106+
10811107
"@types/stack-utils@^2.0.0":
10821108
version "2.0.0"
10831109
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1105,85 +1131,86 @@
11051131
dependencies:
11061132
"@types/yargs-parser" "*"
11071133

1108-
"@typescript-eslint/eslint-plugin@5.40.0":
1109-
version "5.40.0"
1110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1111-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1134+
"@typescript-eslint/eslint-plugin@5.40.1":
1135+
version "5.40.1"
1136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
1137+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
11121138
dependencies:
1113-
"@typescript-eslint/scope-manager" "5.40.0"
1114-
"@typescript-eslint/type-utils" "5.40.0"
1115-
"@typescript-eslint/utils" "5.40.0"
1139+
"@typescript-eslint/scope-manager" "5.40.1"
1140+
"@typescript-eslint/type-utils" "5.40.1"
1141+
"@typescript-eslint/utils" "5.40.1"
11161142
debug "^4.3.4"
11171143
ignore "^5.2.0"
11181144
regexpp "^3.2.0"
11191145
semver "^7.3.7"
11201146
tsutils "^3.21.0"
11211147

1122-
"@typescript-eslint/parser@5.40.0":
1123-
version "5.40.0"
1124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1125-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1148+
"@typescript-eslint/parser@5.40.1":
1149+
version "5.40.1"
1150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
1151+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
11261152
dependencies:
1127-
"@typescript-eslint/scope-manager" "5.40.0"
1128-
"@typescript-eslint/types" "5.40.0"
1129-
"@typescript-eslint/typescript-estree" "5.40.0"
1153+
"@typescript-eslint/scope-manager" "5.40.1"
1154+
"@typescript-eslint/types" "5.40.1"
1155+
"@typescript-eslint/typescript-estree" "5.40.1"
11301156
debug "^4.3.4"
11311157

1132-
"@typescript-eslint/scope-manager@5.40.0":
1133-
version "5.40.0"
1134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1135-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1158+
"@typescript-eslint/scope-manager@5.40.1":
1159+
version "5.40.1"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
1161+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
11361162
dependencies:
1137-
"@typescript-eslint/types" "5.40.0"
1138-
"@typescript-eslint/visitor-keys" "5.40.0"
1163+
"@typescript-eslint/types" "5.40.1"
1164+
"@typescript-eslint/visitor-keys" "5.40.1"
11391165

1140-
"@typescript-eslint/type-utils@5.40.0":
1141-
version "5.40.0"
1142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1143-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1166+
"@typescript-eslint/type-utils@5.40.1":
1167+
version "5.40.1"
1168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
1169+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
11441170
dependencies:
1145-
"@typescript-eslint/typescript-estree" "5.40.0"
1146-
"@typescript-eslint/utils" "5.40.0"
1171+
"@typescript-eslint/typescript-estree" "5.40.1"
1172+
"@typescript-eslint/utils" "5.40.1"
11471173
debug "^4.3.4"
11481174
tsutils "^3.21.0"
11491175

1150-
"@typescript-eslint/types@5.40.0":
1151-
version "5.40.0"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1153-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1176+
"@typescript-eslint/types@5.40.1":
1177+
version "5.40.1"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
1179+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
11541180

1155-
"@typescript-eslint/typescript-estree@5.40.0":
1156-
version "5.40.0"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1158-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1181+
"@typescript-eslint/typescript-estree@5.40.1":
1182+
version "5.40.1"
1183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
1184+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
11591185
dependencies:
1160-
"@typescript-eslint/types" "5.40.0"
1161-
"@typescript-eslint/visitor-keys" "5.40.0"
1186+
"@typescript-eslint/types" "5.40.1"
1187+
"@typescript-eslint/visitor-keys" "5.40.1"
11621188
debug "^4.3.4"
11631189
globby "^11.1.0"
11641190
is-glob "^4.0.3"
11651191
semver "^7.3.7"
11661192
tsutils "^3.21.0"
11671193

1168-
"@typescript-eslint/utils@5.40.0":
1169-
version "5.40.0"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1171-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1194+
"@typescript-eslint/utils@5.40.1":
1195+
version "5.40.1"
1196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
1197+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
11721198
dependencies:
11731199
"@types/json-schema" "^7.0.9"
1174-
"@typescript-eslint/scope-manager" "5.40.0"
1175-
"@typescript-eslint/types" "5.40.0"
1176-
"@typescript-eslint/typescript-estree" "5.40.0"
1200+
"@types/semver" "^7.3.12"
1201+
"@typescript-eslint/scope-manager" "5.40.1"
1202+
"@typescript-eslint/types" "5.40.1"
1203+
"@typescript-eslint/typescript-estree" "5.40.1"
11771204
eslint-scope "^5.1.1"
11781205
eslint-utils "^3.0.0"
11791206
semver "^7.3.7"
11801207

1181-
"@typescript-eslint/visitor-keys@5.40.0":
1182-
version "5.40.0"
1183-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1184-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1208+
"@typescript-eslint/visitor-keys@5.40.1":
1209+
version "5.40.1"
1210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
1211+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
11851212
dependencies:
1186-
"@typescript-eslint/types" "5.40.0"
1213+
"@typescript-eslint/types" "5.40.1"
11871214
eslint-visitor-keys "^3.3.0"
11881215

11891216
acorn-jsx@^5.3.2:
@@ -1847,14 +1874,15 @@ eslint-visitor-keys@^3.3.0:
18471874
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18481875
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18491876

1850-
eslint@8.25.0:
1851-
version "8.25.0"
1852-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
1853-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
1877+
eslint@8.26.0:
1878+
version "8.26.0"
1879+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
1880+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
18541881
dependencies:
18551882
"@eslint/eslintrc" "^1.3.3"
1856-
"@humanwhocodes/config-array" "^0.10.5"
1883+
"@humanwhocodes/config-array" "^0.11.6"
18571884
"@humanwhocodes/module-importer" "^1.0.1"
1885+
"@nodelib/fs.walk" "^1.2.8"
18581886
ajv "^6.10.0"
18591887
chalk "^4.0.0"
18601888
cross-spawn "^7.0.2"
@@ -1870,14 +1898,14 @@ eslint@8.25.0:
18701898
fast-deep-equal "^3.1.3"
18711899
file-entry-cache "^6.0.1"
18721900
find-up "^5.0.0"
1873-
glob-parent "^6.0.1"
1901+
glob-parent "^6.0.2"
18741902
globals "^13.15.0"
1875-
globby "^11.1.0"
18761903
grapheme-splitter "^1.0.4"
18771904
ignore "^5.2.0"
18781905
import-fresh "^3.0.0"
18791906
imurmurhash "^0.1.4"
18801907
is-glob "^4.0.0"
1908+
is-path-inside "^3.0.3"
18811909
js-sdsl "^4.1.4"
18821910
js-yaml "^4.1.0"
18831911
json-stable-stringify-without-jsonify "^1.0.1"
@@ -2119,7 +2147,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.0:
21192147
dependencies:
21202148
is-glob "^4.0.1"
21212149

2122-
glob-parent@^6.0.1:
2150+
glob-parent@^6.0.2:
21232151
version "6.0.2"
21242152
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
21252153
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -2323,6 +2351,11 @@ is-number@^7.0.0:
23232351
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
23242352
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
23252353

2354+
is-path-inside@^3.0.3:
2355+
version "3.0.3"
2356+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
2357+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
2358+
23262359
is-stream@^2.0.0:
23272360
version "2.0.0"
23282361
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"

0 commit comments

Comments
 (0)