Skip to content

Commit e1d0cd9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent 1365221 commit e1d0cd9

File tree

2 files changed

+93
-89
lines changed

2 files changed

+93
-89
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@testing-library/react-hooks": "7.0.2",
8686
"@types/jest": "27.5.2",
8787
"@types/react": "17.0.0",
88-
"@typescript-eslint/eslint-plugin": "5.6.0",
89-
"@typescript-eslint/parser": "5.6.0",
88+
"@typescript-eslint/eslint-plugin": "5.62.0",
89+
"@typescript-eslint/parser": "5.62.0",
9090
"babel-core": "6.26.3",
9191
"babel-eslint": "10.1.0",
9292
"babel-loader": "8.3.0",

yarn.lock

+91-87
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@
28562856
dependencies:
28572857
eslint-visitor-keys "^3.3.0"
28582858

2859-
"@eslint-community/regexpp@^4.6.1":
2859+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
28602860
version "4.11.0"
28612861
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
28622862
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -5023,7 +5023,7 @@
50235023
"@types/prop-types" "*"
50245024
csstype "^3.0.2"
50255025

5026-
"@types/semver@^7.5.5":
5026+
"@types/semver@^7.3.12", "@types/semver@^7.5.5":
50275027
version "7.5.8"
50285028
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
50295029
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -5122,75 +5122,89 @@
51225122
dependencies:
51235123
"@types/yargs-parser" "*"
51245124

5125-
"@typescript-eslint/eslint-plugin@5.6.0":
5126-
version "5.6.0"
5127-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
5128-
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
5125+
"@typescript-eslint/eslint-plugin@5.62.0":
5126+
version "5.62.0"
5127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
5128+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
51295129
dependencies:
5130-
"@typescript-eslint/experimental-utils" "5.6.0"
5131-
"@typescript-eslint/scope-manager" "5.6.0"
5132-
debug "^4.3.2"
5133-
functional-red-black-tree "^1.0.1"
5134-
ignore "^5.1.8"
5135-
regexpp "^3.2.0"
5136-
semver "^7.3.5"
5130+
"@eslint-community/regexpp" "^4.4.0"
5131+
"@typescript-eslint/scope-manager" "5.62.0"
5132+
"@typescript-eslint/type-utils" "5.62.0"
5133+
"@typescript-eslint/utils" "5.62.0"
5134+
debug "^4.3.4"
5135+
graphemer "^1.4.0"
5136+
ignore "^5.2.0"
5137+
natural-compare-lite "^1.4.0"
5138+
semver "^7.3.7"
51375139
tsutils "^3.21.0"
51385140

5139-
"@typescript-eslint/experimental-utils@5.6.0":
5140-
version "5.6.0"
5141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
5142-
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
5141+
"@typescript-eslint/parser@5.62.0":
5142+
version "5.62.0"
5143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
5144+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
51435145
dependencies:
5144-
"@types/json-schema" "^7.0.9"
5145-
"@typescript-eslint/scope-manager" "5.6.0"
5146-
"@typescript-eslint/types" "5.6.0"
5147-
"@typescript-eslint/typescript-estree" "5.6.0"
5148-
eslint-scope "^5.1.1"
5149-
eslint-utils "^3.0.0"
5146+
"@typescript-eslint/scope-manager" "5.62.0"
5147+
"@typescript-eslint/types" "5.62.0"
5148+
"@typescript-eslint/typescript-estree" "5.62.0"
5149+
debug "^4.3.4"
51505150

5151-
"@typescript-eslint/parser@5.6.0":
5152-
version "5.6.0"
5153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
5154-
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
5151+
"@typescript-eslint/scope-manager@5.62.0":
5152+
version "5.62.0"
5153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
5154+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
51555155
dependencies:
5156-
"@typescript-eslint/scope-manager" "5.6.0"
5157-
"@typescript-eslint/types" "5.6.0"
5158-
"@typescript-eslint/typescript-estree" "5.6.0"
5159-
debug "^4.3.2"
5156+
"@typescript-eslint/types" "5.62.0"
5157+
"@typescript-eslint/visitor-keys" "5.62.0"
51605158

5161-
"@typescript-eslint/scope-manager@5.6.0":
5162-
version "5.6.0"
5163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
5164-
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
5159+
"@typescript-eslint/type-utils@5.62.0":
5160+
version "5.62.0"
5161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
5162+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
51655163
dependencies:
5166-
"@typescript-eslint/types" "5.6.0"
5167-
"@typescript-eslint/visitor-keys" "5.6.0"
5164+
"@typescript-eslint/typescript-estree" "5.62.0"
5165+
"@typescript-eslint/utils" "5.62.0"
5166+
debug "^4.3.4"
5167+
tsutils "^3.21.0"
51685168

5169-
"@typescript-eslint/types@5.6.0":
5170-
version "5.6.0"
5171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
5172-
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
5169+
"@typescript-eslint/types@5.62.0":
5170+
version "5.62.0"
5171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
5172+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
51735173

5174-
"@typescript-eslint/typescript-estree@5.6.0":
5175-
version "5.6.0"
5176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
5177-
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
5174+
"@typescript-eslint/typescript-estree@5.62.0":
5175+
version "5.62.0"
5176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
5177+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
51785178
dependencies:
5179-
"@typescript-eslint/types" "5.6.0"
5180-
"@typescript-eslint/visitor-keys" "5.6.0"
5181-
debug "^4.3.2"
5182-
globby "^11.0.4"
5179+
"@typescript-eslint/types" "5.62.0"
5180+
"@typescript-eslint/visitor-keys" "5.62.0"
5181+
debug "^4.3.4"
5182+
globby "^11.1.0"
51835183
is-glob "^4.0.3"
5184-
semver "^7.3.5"
5184+
semver "^7.3.7"
51855185
tsutils "^3.21.0"
51865186

5187-
"@typescript-eslint/visitor-keys@5.6.0":
5188-
version "5.6.0"
5189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
5190-
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
5187+
"@typescript-eslint/utils@5.62.0":
5188+
version "5.62.0"
5189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
5190+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
51915191
dependencies:
5192-
"@typescript-eslint/types" "5.6.0"
5193-
eslint-visitor-keys "^3.0.0"
5192+
"@eslint-community/eslint-utils" "^4.2.0"
5193+
"@types/json-schema" "^7.0.9"
5194+
"@types/semver" "^7.3.12"
5195+
"@typescript-eslint/scope-manager" "5.62.0"
5196+
"@typescript-eslint/types" "5.62.0"
5197+
"@typescript-eslint/typescript-estree" "5.62.0"
5198+
eslint-scope "^5.1.1"
5199+
semver "^7.3.7"
5200+
5201+
"@typescript-eslint/[email protected]":
5202+
version "5.62.0"
5203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
5204+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
5205+
dependencies:
5206+
"@typescript-eslint/types" "5.62.0"
5207+
eslint-visitor-keys "^3.3.0"
51945208

51955209
"@ungap/structured-clone@^1.2.0":
51965210
version "1.2.0"
@@ -8853,28 +8867,11 @@ eslint-scope@^7.2.2:
88538867
esrecurse "^4.3.0"
88548868
estraverse "^5.2.0"
88558869

8856-
eslint-utils@^3.0.0:
8857-
version "3.0.0"
8858-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
8859-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
8860-
dependencies:
8861-
eslint-visitor-keys "^2.0.0"
8862-
88638870
eslint-visitor-keys@^1.0.0:
88648871
version "1.3.0"
88658872
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
88668873
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
88678874

8868-
eslint-visitor-keys@^2.0.0:
8869-
version "2.0.0"
8870-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
8871-
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
8872-
8873-
eslint-visitor-keys@^3.0.0:
8874-
version "3.0.0"
8875-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
8876-
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
8877-
88788875
eslint-visitor-keys@^3.3.0:
88798876
version "3.3.0"
88808877
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -9245,7 +9242,7 @@ fast-glob@^3.1.1:
92459242
micromatch "^4.0.2"
92469243
picomatch "^2.2.1"
92479244

9248-
fast-glob@^3.3.2:
9245+
fast-glob@^3.2.9, fast-glob@^3.3.2:
92499246
version "3.3.2"
92509247
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
92519248
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -9775,11 +9772,6 @@ function.prototype.name@^1.1.6:
97759772
es-abstract "^1.22.1"
97769773
functions-have-names "^1.2.3"
97779774

9778-
functional-red-black-tree@^1.0.1:
9779-
version "1.0.1"
9780-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
9781-
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
9782-
97839775
functions-have-names@^1.2.1:
97849776
version "1.2.2"
97859777
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
@@ -10092,7 +10084,7 @@ [email protected]:
1009210084
merge2 "^1.3.0"
1009310085
slash "^3.0.0"
1009410086

10095-
globby@^11.0.2, globby@^11.0.4:
10087+
globby@^11.0.2:
1009610088
version "11.0.4"
1009710089
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1009810090
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -10104,6 +10096,18 @@ globby@^11.0.2, globby@^11.0.4:
1010410096
merge2 "^1.3.0"
1010510097
slash "^3.0.0"
1010610098

10099+
globby@^11.1.0:
10100+
version "11.1.0"
10101+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
10102+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
10103+
dependencies:
10104+
array-union "^2.1.0"
10105+
dir-glob "^3.0.1"
10106+
fast-glob "^3.2.9"
10107+
ignore "^5.2.0"
10108+
merge2 "^1.4.1"
10109+
slash "^3.0.0"
10110+
1010710111
globby@^14.0.0:
1010810112
version "14.0.2"
1010910113
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
@@ -10717,7 +10721,7 @@ ignore@^4.0.3:
1071710721
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
1071810722
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
1071910723

10720-
ignore@^5.1.4, ignore@^5.1.8:
10724+
ignore@^5.1.4:
1072110725
version "5.1.8"
1072210726
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1072310727
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -12915,7 +12919,7 @@ merge-stream@^2.0.0:
1291512919
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
1291612920
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
1291712921

12918-
merge2@^1.2.3, merge2@^1.3.0:
12922+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
1291912923
version "1.4.1"
1292012924
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
1292112925
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -13265,6 +13269,11 @@ nanomatch@^1.2.9:
1326513269
snapdragon "^0.8.1"
1326613270
to-regex "^3.0.1"
1326713271

13272+
natural-compare-lite@^1.4.0:
13273+
version "1.4.0"
13274+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
13275+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
13276+
1326813277
natural-compare@^1.4.0:
1326913278
version "1.4.0"
1327013279
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -15561,11 +15570,6 @@ regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
1556115570
es-errors "^1.3.0"
1556215571
set-function-name "^2.0.1"
1556315572

15564-
regexpp@^3.2.0:
15565-
version "3.2.0"
15566-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
15567-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
15568-
1556915573
regexpu-core@^4.7.1:
1557015574
version "4.7.1"
1557115575
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6"

0 commit comments

Comments
 (0)