Skip to content

Commit e5f7526

Browse files
committed
Update eslint
1 parent 998725c commit e5f7526

File tree

2 files changed

+72
-81
lines changed

2 files changed

+72
-81
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.56",
2727
"@types/prettier": "2.7.0",
2828
"@types/rimraf": "3.0.2",
29-
"@typescript-eslint/eslint-plugin": "5.33.1",
30-
"@typescript-eslint/parser": "5.33.1",
31-
"eslint": "8.22.0",
29+
"@typescript-eslint/eslint-plugin": "5.35.1",
30+
"@typescript-eslint/parser": "5.35.1",
31+
"eslint": "8.23.0",
3232
"eslint-config-prettier": "8.5.0",
3333
"husky": "7.0.4",
3434
"jest": "28.1.3",

yarn.lock

Lines changed: 69 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -584,14 +584,14 @@
584584
dependencies:
585585
"@jridgewell/trace-mapping" "0.3.9"
586586

587-
"@eslint/eslintrc@^1.3.0":
588-
version "1.3.0"
589-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
590-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
587+
"@eslint/eslintrc@^1.3.1":
588+
version "1.3.1"
589+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
590+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
591591
dependencies:
592592
ajv "^6.12.4"
593593
debug "^4.3.2"
594-
espree "^9.3.2"
594+
espree "^9.4.0"
595595
globals "^13.15.0"
596596
ignore "^5.2.0"
597597
import-fresh "^3.2.1"
@@ -613,6 +613,11 @@
613613
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
614614
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
615615

616+
"@humanwhocodes/module-importer@^1.0.1":
617+
version "1.0.1"
618+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
619+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
620+
616621
"@humanwhocodes/object-schema@^1.2.1":
617622
version "1.2.1"
618623
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -1105,84 +1110,84 @@
11051110
dependencies:
11061111
"@types/yargs-parser" "*"
11071112

1108-
"@typescript-eslint/eslint-plugin@5.33.1":
1109-
version "5.33.1"
1110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714"
1111-
integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==
1113+
"@typescript-eslint/eslint-plugin@5.35.1":
1114+
version "5.35.1"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
1116+
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
11121117
dependencies:
1113-
"@typescript-eslint/scope-manager" "5.33.1"
1114-
"@typescript-eslint/type-utils" "5.33.1"
1115-
"@typescript-eslint/utils" "5.33.1"
1118+
"@typescript-eslint/scope-manager" "5.35.1"
1119+
"@typescript-eslint/type-utils" "5.35.1"
1120+
"@typescript-eslint/utils" "5.35.1"
11161121
debug "^4.3.4"
11171122
functional-red-black-tree "^1.0.1"
11181123
ignore "^5.2.0"
11191124
regexpp "^3.2.0"
11201125
semver "^7.3.7"
11211126
tsutils "^3.21.0"
11221127

1123-
"@typescript-eslint/parser@5.33.1":
1124-
version "5.33.1"
1125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3"
1126-
integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==
1128+
"@typescript-eslint/parser@5.35.1":
1129+
version "5.35.1"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
1131+
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
11271132
dependencies:
1128-
"@typescript-eslint/scope-manager" "5.33.1"
1129-
"@typescript-eslint/types" "5.33.1"
1130-
"@typescript-eslint/typescript-estree" "5.33.1"
1133+
"@typescript-eslint/scope-manager" "5.35.1"
1134+
"@typescript-eslint/types" "5.35.1"
1135+
"@typescript-eslint/typescript-estree" "5.35.1"
11311136
debug "^4.3.4"
11321137

1133-
"@typescript-eslint/scope-manager@5.33.1":
1134-
version "5.33.1"
1135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493"
1136-
integrity sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==
1138+
"@typescript-eslint/scope-manager@5.35.1":
1139+
version "5.35.1"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
1141+
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
11371142
dependencies:
1138-
"@typescript-eslint/types" "5.33.1"
1139-
"@typescript-eslint/visitor-keys" "5.33.1"
1143+
"@typescript-eslint/types" "5.35.1"
1144+
"@typescript-eslint/visitor-keys" "5.35.1"
11401145

1141-
"@typescript-eslint/type-utils@5.33.1":
1142-
version "5.33.1"
1143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367"
1144-
integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==
1146+
"@typescript-eslint/type-utils@5.35.1":
1147+
version "5.35.1"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
1149+
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
11451150
dependencies:
1146-
"@typescript-eslint/utils" "5.33.1"
1151+
"@typescript-eslint/utils" "5.35.1"
11471152
debug "^4.3.4"
11481153
tsutils "^3.21.0"
11491154

1150-
"@typescript-eslint/types@5.33.1":
1151-
version "5.33.1"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7"
1153-
integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==
1155+
"@typescript-eslint/types@5.35.1":
1156+
version "5.35.1"
1157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
1158+
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
11541159

1155-
"@typescript-eslint/typescript-estree@5.33.1":
1156-
version "5.33.1"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34"
1158-
integrity sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==
1160+
"@typescript-eslint/typescript-estree@5.35.1":
1161+
version "5.35.1"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
1163+
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
11591164
dependencies:
1160-
"@typescript-eslint/types" "5.33.1"
1161-
"@typescript-eslint/visitor-keys" "5.33.1"
1165+
"@typescript-eslint/types" "5.35.1"
1166+
"@typescript-eslint/visitor-keys" "5.35.1"
11621167
debug "^4.3.4"
11631168
globby "^11.1.0"
11641169
is-glob "^4.0.3"
11651170
semver "^7.3.7"
11661171
tsutils "^3.21.0"
11671172

1168-
"@typescript-eslint/utils@5.33.1":
1169-
version "5.33.1"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575"
1171-
integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==
1173+
"@typescript-eslint/utils@5.35.1":
1174+
version "5.35.1"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
1176+
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
11721177
dependencies:
11731178
"@types/json-schema" "^7.0.9"
1174-
"@typescript-eslint/scope-manager" "5.33.1"
1175-
"@typescript-eslint/types" "5.33.1"
1176-
"@typescript-eslint/typescript-estree" "5.33.1"
1179+
"@typescript-eslint/scope-manager" "5.35.1"
1180+
"@typescript-eslint/types" "5.35.1"
1181+
"@typescript-eslint/typescript-estree" "5.35.1"
11771182
eslint-scope "^5.1.1"
11781183
eslint-utils "^3.0.0"
11791184

1180-
"@typescript-eslint/visitor-keys@5.33.1":
1181-
version "5.33.1"
1182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b"
1183-
integrity sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==
1185+
"@typescript-eslint/visitor-keys@5.35.1":
1186+
version "5.35.1"
1187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
1188+
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
11841189
dependencies:
1185-
"@typescript-eslint/types" "5.33.1"
1190+
"@typescript-eslint/types" "5.35.1"
11861191
eslint-visitor-keys "^3.3.0"
11871192

11881193
acorn-jsx@^5.3.2:
@@ -1195,7 +1200,7 @@ acorn-walk@^8.1.1:
11951200
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
11961201
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
11971202

1198-
acorn@^8.4.1, acorn@^8.7.1:
1203+
acorn@^8.4.1:
11991204
version "8.7.1"
12001205
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
12011206
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@@ -1846,14 +1851,15 @@ eslint-visitor-keys@^3.3.0:
18461851
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18471852
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18481853

1849-
eslint@8.22.0:
1850-
version "8.22.0"
1851-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
1852-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
1854+
eslint@8.23.0:
1855+
version "8.23.0"
1856+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
1857+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
18531858
dependencies:
1854-
"@eslint/eslintrc" "^1.3.0"
1859+
"@eslint/eslintrc" "^1.3.1"
18551860
"@humanwhocodes/config-array" "^0.10.4"
18561861
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
1862+
"@humanwhocodes/module-importer" "^1.0.1"
18571863
ajv "^6.10.0"
18581864
chalk "^4.0.0"
18591865
cross-spawn "^7.0.2"
@@ -1863,7 +1869,7 @@ eslint@8.22.0:
18631869
eslint-scope "^7.1.1"
18641870
eslint-utils "^3.0.0"
18651871
eslint-visitor-keys "^3.3.0"
1866-
espree "^9.3.3"
1872+
espree "^9.4.0"
18671873
esquery "^1.4.0"
18681874
esutils "^2.0.2"
18691875
fast-deep-equal "^3.1.3"
@@ -1889,21 +1895,11 @@ eslint@8.22.0:
18891895
strip-ansi "^6.0.1"
18901896
strip-json-comments "^3.1.0"
18911897
text-table "^0.2.0"
1892-
v8-compile-cache "^2.0.3"
18931898

1894-
espree@^9.3.2:
1895-
version "9.3.2"
1896-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
1897-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
1898-
dependencies:
1899-
acorn "^8.7.1"
1900-
acorn-jsx "^5.3.2"
1901-
eslint-visitor-keys "^3.3.0"
1902-
1903-
espree@^9.3.3:
1904-
version "9.3.3"
1905-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
1906-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
1899+
espree@^9.4.0:
1900+
version "9.4.0"
1901+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
1902+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
19071903
dependencies:
19081904
acorn "^8.8.0"
19091905
acorn-jsx "^5.3.2"
@@ -3849,11 +3845,6 @@ v8-compile-cache-lib@^3.0.1:
38493845
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
38503846
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
38513847

3852-
v8-compile-cache@^2.0.3:
3853-
version "2.1.1"
3854-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
3855-
integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==
3856-
38573848
v8-to-istanbul@^9.0.1:
38583849
version "9.0.1"
38593850
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"

0 commit comments

Comments
 (0)