Skip to content

Commit 4adc910

Browse files
committed
chore: update typescript-eslint monorepo to v4.19.0
1 parent 27aac33 commit 4adc910

File tree

1 file changed

+74
-16
lines changed

1 file changed

+74
-16
lines changed

yarn.lock

+74-16
Original file line numberDiff line numberDiff line change
@@ -2293,20 +2293,32 @@
22932293
"@types/yargs-parser" "*"
22942294

22952295
"@typescript-eslint/eslint-plugin@^4.1.0":
2296-
version "4.18.0"
2297-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
2298-
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
2296+
version "4.19.0"
2297+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.19.0.tgz#56f8da9ee118fe9763af34d6a526967234f6a7f0"
2298+
integrity sha512-CRQNQ0mC2Pa7VLwKFbrGVTArfdVDdefS+gTw0oC98vSI98IX5A8EVH4BzJ2FOB0YlCmm8Im36Elad/Jgtvveaw==
22992299
dependencies:
2300-
"@typescript-eslint/experimental-utils" "4.18.0"
2301-
"@typescript-eslint/scope-manager" "4.18.0"
2300+
"@typescript-eslint/experimental-utils" "4.19.0"
2301+
"@typescript-eslint/scope-manager" "4.19.0"
23022302
debug "^4.1.1"
23032303
functional-red-black-tree "^1.0.1"
23042304
lodash "^4.17.15"
23052305
regexpp "^3.0.0"
23062306
semver "^7.3.2"
23072307
tsutils "^3.17.1"
23082308

2309-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
2309+
"@typescript-eslint/[email protected]":
2310+
version "4.19.0"
2311+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.19.0.tgz#9ca379919906dc72cb0fcd817d6cb5aa2d2054c6"
2312+
integrity sha512-9/23F1nnyzbHKuoTqFN1iXwN3bvOm/PRIXSBR3qFAYotK/0LveEOHr5JT1WZSzcD6BESl8kPOG3OoDRKO84bHA==
2313+
dependencies:
2314+
"@types/json-schema" "^7.0.3"
2315+
"@typescript-eslint/scope-manager" "4.19.0"
2316+
"@typescript-eslint/types" "4.19.0"
2317+
"@typescript-eslint/typescript-estree" "4.19.0"
2318+
eslint-scope "^5.0.0"
2319+
eslint-utils "^2.0.0"
2320+
2321+
"@typescript-eslint/experimental-utils@^4.0.1":
23102322
version "4.18.0"
23112323
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
23122324
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
@@ -2319,13 +2331,13 @@
23192331
eslint-utils "^2.0.0"
23202332

23212333
"@typescript-eslint/parser@^4.1.0":
2322-
version "4.18.0"
2323-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
2324-
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
2334+
version "4.19.0"
2335+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128"
2336+
integrity sha512-/uabZjo2ZZhm66rdAu21HA8nQebl3lAIDcybUoOxoI7VbZBYavLIwtOOmykKCJy+Xq6Vw6ugkiwn8Js7D6wieA==
23252337
dependencies:
2326-
"@typescript-eslint/scope-manager" "4.18.0"
2327-
"@typescript-eslint/types" "4.18.0"
2328-
"@typescript-eslint/typescript-estree" "4.18.0"
2338+
"@typescript-eslint/scope-manager" "4.19.0"
2339+
"@typescript-eslint/types" "4.19.0"
2340+
"@typescript-eslint/typescript-estree" "4.19.0"
23292341
debug "^4.1.1"
23302342

23312343
"@typescript-eslint/[email protected]":
@@ -2336,11 +2348,24 @@
23362348
"@typescript-eslint/types" "4.18.0"
23372349
"@typescript-eslint/visitor-keys" "4.18.0"
23382350

2351+
"@typescript-eslint/[email protected]":
2352+
version "4.19.0"
2353+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f"
2354+
integrity sha512-GGy4Ba/hLXwJXygkXqMzduqOMc+Na6LrJTZXJWVhRrSuZeXmu8TAnniQVKgj8uTRKe4igO2ysYzH+Np879G75g==
2355+
dependencies:
2356+
"@typescript-eslint/types" "4.19.0"
2357+
"@typescript-eslint/visitor-keys" "4.19.0"
2358+
23392359
"@typescript-eslint/[email protected]":
23402360
version "4.18.0"
23412361
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
23422362
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
23432363

2364+
"@typescript-eslint/[email protected]":
2365+
version "4.19.0"
2366+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568"
2367+
integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA==
2368+
23442369
"@typescript-eslint/[email protected]":
23452370
version "4.18.0"
23462371
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -2354,6 +2379,19 @@
23542379
semver "^7.3.2"
23552380
tsutils "^3.17.1"
23562381

2382+
"@typescript-eslint/[email protected]":
2383+
version "4.19.0"
2384+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147"
2385+
integrity sha512-3xqArJ/A62smaQYRv2ZFyTA+XxGGWmlDYrsfZG68zJeNbeqRScnhf81rUVa6QG4UgzHnXw5VnMT5cg75dQGDkA==
2386+
dependencies:
2387+
"@typescript-eslint/types" "4.19.0"
2388+
"@typescript-eslint/visitor-keys" "4.19.0"
2389+
debug "^4.1.1"
2390+
globby "^11.0.1"
2391+
is-glob "^4.0.1"
2392+
semver "^7.3.2"
2393+
tsutils "^3.17.1"
2394+
23572395
"@typescript-eslint/[email protected]":
23582396
version "4.18.0"
23592397
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -2362,6 +2400,14 @@
23622400
"@typescript-eslint/types" "4.18.0"
23632401
eslint-visitor-keys "^2.0.0"
23642402

2403+
"@typescript-eslint/[email protected]":
2404+
version "4.19.0"
2405+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f"
2406+
integrity sha512-aGPS6kz//j7XLSlgpzU2SeTqHPsmRYxFztj2vPuMMFJXZudpRSehE3WCV+BaxwZFvfAqMoSd86TEuM0PQ59E/A==
2407+
dependencies:
2408+
"@typescript-eslint/types" "4.19.0"
2409+
eslint-visitor-keys "^2.0.0"
2410+
23652411
JSONStream@^1.0.4:
23662412
version "1.3.5"
23672413
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -5074,7 +5120,19 @@ globby@^11.0.0:
50745120
merge2 "^1.3.0"
50755121
slash "^3.0.0"
50765122

5077-
globby@^11.0.1, globby@^11.0.2:
5123+
globby@^11.0.1:
5124+
version "11.0.3"
5125+
resolved "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
5126+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
5127+
dependencies:
5128+
array-union "^2.1.0"
5129+
dir-glob "^3.0.1"
5130+
fast-glob "^3.1.1"
5131+
ignore "^5.1.4"
5132+
merge2 "^1.3.0"
5133+
slash "^3.0.0"
5134+
5135+
globby@^11.0.2:
50785136
version "11.0.2"
50795137
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
50805138
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
@@ -8214,9 +8272,9 @@ qs@~6.5.2:
82148272
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
82158273

82168274
queue-microtask@^1.2.2:
8217-
version "1.2.2"
8218-
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"
8219-
integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==
8275+
version "1.2.3"
8276+
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8277+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
82208278

82218279
quick-lru@^1.0.0:
82228280
version "1.1.0"

0 commit comments

Comments
 (0)