Skip to content

Commit 84cc170

Browse files
chore(deps): update typescript-eslint monorepo to v5.62.0 (#809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4d8177 commit 84cc170

File tree

1 file changed

+60
-65
lines changed

1 file changed

+60
-65
lines changed

yarn.lock

Lines changed: 60 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -747,12 +747,7 @@
747747
dependencies:
748748
eslint-visitor-keys "^3.3.0"
749749

750-
"@eslint-community/regexpp@^4.4.0":
751-
version "4.5.1"
752-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
753-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
754-
755-
"@eslint-community/regexpp@^4.6.1":
750+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
756751
version "4.11.1"
757752
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
758753
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
@@ -1996,9 +1991,9 @@
19961991
integrity sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==
19971992

19981993
"@types/json-schema@^7.0.9":
1999-
version "7.0.12"
2000-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
2001-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1994+
version "7.0.15"
1995+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1996+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
20021997

20031998
"@types/lodash@^4.17.9":
20041999
version "4.17.9"
@@ -2082,9 +2077,9 @@
20822077
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
20832078

20842079
"@types/semver@^7.3.12":
2085-
version "7.5.0"
2086-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
2087-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
2080+
version "7.5.8"
2081+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2082+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
20882083

20892084
"@types/send@*":
20902085
version "0.17.1"
@@ -2151,14 +2146,14 @@
21512146
"@types/yargs-parser" "*"
21522147

21532148
"@typescript-eslint/eslint-plugin@^5.6.0":
2154-
version "5.61.0"
2155-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
2156-
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
2149+
version "5.62.0"
2150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2151+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
21572152
dependencies:
21582153
"@eslint-community/regexpp" "^4.4.0"
2159-
"@typescript-eslint/scope-manager" "5.61.0"
2160-
"@typescript-eslint/type-utils" "5.61.0"
2161-
"@typescript-eslint/utils" "5.61.0"
2154+
"@typescript-eslint/scope-manager" "5.62.0"
2155+
"@typescript-eslint/type-utils" "5.62.0"
2156+
"@typescript-eslint/utils" "5.62.0"
21622157
debug "^4.3.4"
21632158
graphemer "^1.4.0"
21642159
ignore "^5.2.0"
@@ -2167,71 +2162,71 @@
21672162
tsutils "^3.21.0"
21682163

21692164
"@typescript-eslint/parser@^5.6.0":
2170-
version "5.61.0"
2171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
2172-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
2165+
version "5.62.0"
2166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2167+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
21732168
dependencies:
2174-
"@typescript-eslint/scope-manager" "5.61.0"
2175-
"@typescript-eslint/types" "5.61.0"
2176-
"@typescript-eslint/typescript-estree" "5.61.0"
2169+
"@typescript-eslint/scope-manager" "5.62.0"
2170+
"@typescript-eslint/types" "5.62.0"
2171+
"@typescript-eslint/typescript-estree" "5.62.0"
21772172
debug "^4.3.4"
21782173

2179-
"@typescript-eslint/scope-manager@5.61.0":
2180-
version "5.61.0"
2181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
2182-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
2174+
"@typescript-eslint/scope-manager@5.62.0":
2175+
version "5.62.0"
2176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2177+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
21832178
dependencies:
2184-
"@typescript-eslint/types" "5.61.0"
2185-
"@typescript-eslint/visitor-keys" "5.61.0"
2179+
"@typescript-eslint/types" "5.62.0"
2180+
"@typescript-eslint/visitor-keys" "5.62.0"
21862181

2187-
"@typescript-eslint/type-utils@5.61.0":
2188-
version "5.61.0"
2189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
2190-
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
2182+
"@typescript-eslint/type-utils@5.62.0":
2183+
version "5.62.0"
2184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2185+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
21912186
dependencies:
2192-
"@typescript-eslint/typescript-estree" "5.61.0"
2193-
"@typescript-eslint/utils" "5.61.0"
2187+
"@typescript-eslint/typescript-estree" "5.62.0"
2188+
"@typescript-eslint/utils" "5.62.0"
21942189
debug "^4.3.4"
21952190
tsutils "^3.21.0"
21962191

2197-
"@typescript-eslint/types@5.61.0":
2198-
version "5.61.0"
2199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
2200-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
2192+
"@typescript-eslint/types@5.62.0":
2193+
version "5.62.0"
2194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2195+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
22012196

2202-
"@typescript-eslint/typescript-estree@5.61.0":
2203-
version "5.61.0"
2204-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
2205-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
2197+
"@typescript-eslint/typescript-estree@5.62.0":
2198+
version "5.62.0"
2199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2200+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
22062201
dependencies:
2207-
"@typescript-eslint/types" "5.61.0"
2208-
"@typescript-eslint/visitor-keys" "5.61.0"
2202+
"@typescript-eslint/types" "5.62.0"
2203+
"@typescript-eslint/visitor-keys" "5.62.0"
22092204
debug "^4.3.4"
22102205
globby "^11.1.0"
22112206
is-glob "^4.0.3"
22122207
semver "^7.3.7"
22132208
tsutils "^3.21.0"
22142209

2215-
"@typescript-eslint/utils@5.61.0":
2216-
version "5.61.0"
2217-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
2218-
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
2210+
"@typescript-eslint/utils@5.62.0":
2211+
version "5.62.0"
2212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
2213+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
22192214
dependencies:
22202215
"@eslint-community/eslint-utils" "^4.2.0"
22212216
"@types/json-schema" "^7.0.9"
22222217
"@types/semver" "^7.3.12"
2223-
"@typescript-eslint/scope-manager" "5.61.0"
2224-
"@typescript-eslint/types" "5.61.0"
2225-
"@typescript-eslint/typescript-estree" "5.61.0"
2218+
"@typescript-eslint/scope-manager" "5.62.0"
2219+
"@typescript-eslint/types" "5.62.0"
2220+
"@typescript-eslint/typescript-estree" "5.62.0"
22262221
eslint-scope "^5.1.1"
22272222
semver "^7.3.7"
22282223

2229-
"@typescript-eslint/visitor-keys@5.61.0":
2230-
version "5.61.0"
2231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
2232-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
2224+
"@typescript-eslint/visitor-keys@5.62.0":
2225+
version "5.62.0"
2226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2227+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
22332228
dependencies:
2234-
"@typescript-eslint/types" "5.61.0"
2229+
"@typescript-eslint/types" "5.62.0"
22352230
eslint-visitor-keys "^3.3.0"
22362231

22372232
"@ungap/structured-clone@^1.2.0":
@@ -3697,14 +3692,14 @@ debug@2.6.9:
36973692
dependencies:
36983693
ms "2.0.0"
36993694

3700-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.4:
3695+
debug@4, debug@^4.1.0, debug@^4.1.1:
37013696
version "4.3.4"
37023697
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
37033698
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
37043699
dependencies:
37053700
ms "2.1.2"
37063701

3707-
debug@^4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@~4.3.6:
3702+
debug@^4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.6:
37083703
version "4.3.7"
37093704
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
37103705
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -4386,9 +4381,9 @@ fast-glob@3.2.7:
43864381
micromatch "^4.0.4"
43874382

43884383
fast-glob@^3.2.9:
4389-
version "3.3.0"
4390-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0"
4391-
integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==
4384+
version "3.3.2"
4385+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4386+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
43924387
dependencies:
43934388
"@nodelib/fs.stat" "^2.0.2"
43944389
"@nodelib/fs.walk" "^1.2.3"
@@ -8600,7 +8595,7 @@ semver@7.3.8:
86008595
dependencies:
86018596
lru-cache "^6.0.0"
86028597

8603-
semver@7.5.4, semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.7, semver@^7.3.8:
8598+
semver@7.5.4, semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.8:
86048599
version "7.5.4"
86058600
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
86068601
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8612,7 +8607,7 @@ semver@^6.0.0, semver@^6.3.0:
86128607
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
86138608
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
86148609

8615-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.5:
8610+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7:
86168611
version "7.6.3"
86178612
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
86188613
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==

0 commit comments

Comments
 (0)