Skip to content

Commit 14e46c0

Browse files
committed
chore: update typescript-eslint monorepo to v4.15.2
1 parent 96f0d98 commit 14e46c0

File tree

1 file changed

+58
-12
lines changed

1 file changed

+58
-12
lines changed

yarn.lock

+58-12
Original file line numberDiff line numberDiff line change
@@ -2291,20 +2291,32 @@
22912291
"@types/yargs-parser" "*"
22922292

22932293
"@typescript-eslint/eslint-plugin@^4.1.0":
2294-
version "4.15.1"
2295-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
2296-
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
2294+
version "4.15.2"
2295+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
2296+
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
22972297
dependencies:
2298-
"@typescript-eslint/experimental-utils" "4.15.1"
2299-
"@typescript-eslint/scope-manager" "4.15.1"
2298+
"@typescript-eslint/experimental-utils" "4.15.2"
2299+
"@typescript-eslint/scope-manager" "4.15.2"
23002300
debug "^4.1.1"
23012301
functional-red-black-tree "^1.0.1"
23022302
lodash "^4.17.15"
23032303
regexpp "^3.0.0"
23042304
semver "^7.3.2"
23052305
tsutils "^3.17.1"
23062306

2307-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
2307+
"@typescript-eslint/[email protected]":
2308+
version "4.15.2"
2309+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
2310+
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
2311+
dependencies:
2312+
"@types/json-schema" "^7.0.3"
2313+
"@typescript-eslint/scope-manager" "4.15.2"
2314+
"@typescript-eslint/types" "4.15.2"
2315+
"@typescript-eslint/typescript-estree" "4.15.2"
2316+
eslint-scope "^5.0.0"
2317+
eslint-utils "^2.0.0"
2318+
2319+
"@typescript-eslint/experimental-utils@^4.0.1":
23082320
version "4.15.1"
23092321
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
23102322
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
@@ -2317,13 +2329,13 @@
23172329
eslint-utils "^2.0.0"
23182330

23192331
"@typescript-eslint/parser@^4.1.0":
2320-
version "4.15.1"
2321-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
2322-
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
2332+
version "4.15.2"
2333+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e"
2334+
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q==
23232335
dependencies:
2324-
"@typescript-eslint/scope-manager" "4.15.1"
2325-
"@typescript-eslint/types" "4.15.1"
2326-
"@typescript-eslint/typescript-estree" "4.15.1"
2336+
"@typescript-eslint/scope-manager" "4.15.2"
2337+
"@typescript-eslint/types" "4.15.2"
2338+
"@typescript-eslint/typescript-estree" "4.15.2"
23272339
debug "^4.1.1"
23282340

23292341
"@typescript-eslint/[email protected]":
@@ -2334,11 +2346,24 @@
23342346
"@typescript-eslint/types" "4.15.1"
23352347
"@typescript-eslint/visitor-keys" "4.15.1"
23362348

2349+
"@typescript-eslint/[email protected]":
2350+
version "4.15.2"
2351+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
2352+
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
2353+
dependencies:
2354+
"@typescript-eslint/types" "4.15.2"
2355+
"@typescript-eslint/visitor-keys" "4.15.2"
2356+
23372357
"@typescript-eslint/[email protected]":
23382358
version "4.15.1"
23392359
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
23402360
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
23412361

2362+
"@typescript-eslint/[email protected]":
2363+
version "4.15.2"
2364+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
2365+
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
2366+
23422367
"@typescript-eslint/[email protected]":
23432368
version "4.15.1"
23442369
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
@@ -2352,6 +2377,19 @@
23522377
semver "^7.3.2"
23532378
tsutils "^3.17.1"
23542379

2380+
"@typescript-eslint/[email protected]":
2381+
version "4.15.2"
2382+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
2383+
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
2384+
dependencies:
2385+
"@typescript-eslint/types" "4.15.2"
2386+
"@typescript-eslint/visitor-keys" "4.15.2"
2387+
debug "^4.1.1"
2388+
globby "^11.0.1"
2389+
is-glob "^4.0.1"
2390+
semver "^7.3.2"
2391+
tsutils "^3.17.1"
2392+
23552393
"@typescript-eslint/[email protected]":
23562394
version "4.15.1"
23572395
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
@@ -2360,6 +2398,14 @@
23602398
"@typescript-eslint/types" "4.15.1"
23612399
eslint-visitor-keys "^2.0.0"
23622400

2401+
"@typescript-eslint/[email protected]":
2402+
version "4.15.2"
2403+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
2404+
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
2405+
dependencies:
2406+
"@typescript-eslint/types" "4.15.2"
2407+
eslint-visitor-keys "^2.0.0"
2408+
23632409
"@zkochan/cmd-shim@^3.1.0":
23642410
version "3.1.0"
23652411
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)