Skip to content

Commit 04fbd8e

Browse files
committed
chore(deps): update typescript-eslint monorepo
1 parent a72fd84 commit 04fbd8e

File tree

2 files changed

+114
-44
lines changed

2 files changed

+114
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/jest": "26.0.10",
6464
"@types/node": "10.17.28",
6565
"@types/node-fetch": "2.5.7",
66-
"@typescript-eslint/eslint-plugin": "3.9.1",
67-
"@typescript-eslint/parser": "3.9.1",
66+
"@typescript-eslint/eslint-plugin": "4.14.2",
67+
"@typescript-eslint/parser": "4.14.1",
6868
"babel-core": "7.0.0-bridge.0",
6969
"babel-eslint": "10.1.0",
7070
"babel-jest": "26.3.0",

yarn.lock

Lines changed: 112 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,11 +2511,6 @@
25112511
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
25122512
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
25132513

2514-
"@types/eslint-visitor-keys@^1.0.0":
2515-
version "1.0.0"
2516-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
2517-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
2518-
25192514
"@types/estree@*":
25202515
version "0.0.45"
25212516
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
@@ -2663,26 +2658,29 @@
26632658
dependencies:
26642659
"@types/yargs-parser" "*"
26652660

2666-
"@typescript-eslint/eslint-plugin@3.9.1":
2667-
version "3.9.1"
2668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
2669-
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
2661+
"@typescript-eslint/eslint-plugin@4.14.2":
2662+
version "4.14.2"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
2664+
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
26702665
dependencies:
2671-
"@typescript-eslint/experimental-utils" "3.9.1"
2666+
"@typescript-eslint/experimental-utils" "4.14.2"
2667+
"@typescript-eslint/scope-manager" "4.14.2"
26722668
debug "^4.1.1"
26732669
functional-red-black-tree "^1.0.1"
2670+
lodash "^4.17.15"
26742671
regexpp "^3.0.0"
26752672
semver "^7.3.2"
26762673
tsutils "^3.17.1"
26772674

2678-
"@typescript-eslint/experimental-utils@3.9.1":
2679-
version "3.9.1"
2680-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
2681-
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
2675+
"@typescript-eslint/experimental-utils@4.14.2":
2676+
version "4.14.2"
2677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
2678+
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
26822679
dependencies:
26832680
"@types/json-schema" "^7.0.3"
2684-
"@typescript-eslint/types" "3.9.1"
2685-
"@typescript-eslint/typescript-estree" "3.9.1"
2681+
"@typescript-eslint/scope-manager" "4.14.2"
2682+
"@typescript-eslint/types" "4.14.2"
2683+
"@typescript-eslint/typescript-estree" "4.14.2"
26862684
eslint-scope "^5.0.0"
26872685
eslint-utils "^2.0.0"
26882686

@@ -2696,21 +2694,41 @@
26962694
eslint-scope "^5.0.0"
26972695
eslint-utils "^2.0.0"
26982696

2699-
"@typescript-eslint/parser@3.9.1":
2700-
version "3.9.1"
2701-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.1.tgz#ab7983abaea0ae138ff5671c7c7739d8a191b181"
2702-
integrity sha512-y5QvPFUn4Vl4qM40lI+pNWhTcOWtpZAJ8pOEQ21fTTW4xTJkRplMjMRje7LYTXqVKKX9GJhcyweMz2+W1J5bMg==
2697+
"@typescript-eslint/parser@4.14.1":
2698+
version "4.14.1"
2699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.1.tgz#3bd6c24710cd557d8446625284bcc9c6d52817c6"
2700+
integrity sha512-mL3+gU18g9JPsHZuKMZ8Z0Ss9YP1S5xYZ7n68Z98GnPq02pYNQuRXL85b9GYhl6jpdvUc45Km7hAl71vybjUmw==
27032701
dependencies:
2704-
"@types/eslint-visitor-keys" "^1.0.0"
2705-
"@typescript-eslint/experimental-utils" "3.9.1"
2706-
"@typescript-eslint/types" "3.9.1"
2707-
"@typescript-eslint/typescript-estree" "3.9.1"
2708-
eslint-visitor-keys "^1.1.0"
2702+
"@typescript-eslint/scope-manager" "4.14.1"
2703+
"@typescript-eslint/types" "4.14.1"
2704+
"@typescript-eslint/typescript-estree" "4.14.1"
2705+
debug "^4.1.1"
27092706

2710-
"@typescript-eslint/types@3.9.1":
2711-
version "3.9.1"
2712-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
2713-
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
2707+
"@typescript-eslint/scope-manager@4.14.1":
2708+
version "4.14.1"
2709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.1.tgz#8444534254c6f370e9aa974f035ced7fe713ce02"
2710+
integrity sha512-F4bjJcSqXqHnC9JGUlnqSa3fC2YH5zTtmACS1Hk+WX/nFB0guuynVK5ev35D4XZbdKjulXBAQMyRr216kmxghw==
2711+
dependencies:
2712+
"@typescript-eslint/types" "4.14.1"
2713+
"@typescript-eslint/visitor-keys" "4.14.1"
2714+
2715+
"@typescript-eslint/scope-manager@4.14.2":
2716+
version "4.14.2"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz#64cbc9ca64b60069aae0c060b2bf81163243b266"
2718+
integrity sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
2719+
dependencies:
2720+
"@typescript-eslint/types" "4.14.2"
2721+
"@typescript-eslint/visitor-keys" "4.14.2"
2722+
2723+
"@typescript-eslint/types@4.14.1":
2724+
version "4.14.1"
2725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.1.tgz#b3d2eb91dafd0fd8b3fce7c61512ac66bd0364aa"
2726+
integrity sha512-SkhzHdI/AllAgQSxXM89XwS1Tkic7csPdndUuTKabEwRcEfR8uQ/iPA3Dgio1rqsV3jtqZhY0QQni8rLswJM2w==
2727+
2728+
"@typescript-eslint/types@4.14.2":
2729+
version "4.14.2"
2730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
2731+
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
27142732

27152733
"@typescript-eslint/typescript-estree@2.34.0":
27162734
version "2.34.0"
@@ -2725,26 +2743,49 @@
27252743
semver "^7.3.2"
27262744
tsutils "^3.17.1"
27272745

2728-
"@typescript-eslint/typescript-estree@3.9.1":
2729-
version "3.9.1"
2730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
2731-
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
2746+
"@typescript-eslint/typescript-estree@4.14.1":
2747+
version "4.14.1"
2748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.1.tgz#20d3b8c8e3cdc8f764bdd5e5b0606dd83da6075b"
2749+
integrity sha512-M8+7MbzKC1PvJIA8kR2sSBnex8bsR5auatLCnVlNTJczmJgqRn8M+sAlQfkEq7M4IY3WmaNJ+LJjPVRrREVSHQ==
27322750
dependencies:
2733-
"@typescript-eslint/types" "3.9.1"
2734-
"@typescript-eslint/visitor-keys" "3.9.1"
2751+
"@typescript-eslint/types" "4.14.1"
2752+
"@typescript-eslint/visitor-keys" "4.14.1"
27352753
debug "^4.1.1"
2736-
glob "^7.1.6"
2754+
globby "^11.0.1"
27372755
is-glob "^4.0.1"
27382756
lodash "^4.17.15"
27392757
semver "^7.3.2"
27402758
tsutils "^3.17.1"
27412759

2742-
"@typescript-eslint/visitor-keys@3.9.1":
2743-
version "3.9.1"
2744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
2745-
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
2760+
"@typescript-eslint/typescript-estree@4.14.2":
2761+
version "4.14.2"
2762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
2763+
integrity sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
27462764
dependencies:
2747-
eslint-visitor-keys "^1.1.0"
2765+
"@typescript-eslint/types" "4.14.2"
2766+
"@typescript-eslint/visitor-keys" "4.14.2"
2767+
debug "^4.1.1"
2768+
globby "^11.0.1"
2769+
is-glob "^4.0.1"
2770+
lodash "^4.17.15"
2771+
semver "^7.3.2"
2772+
tsutils "^3.17.1"
2773+
2774+
"@typescript-eslint/visitor-keys@4.14.1":
2775+
version "4.14.1"
2776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.1.tgz#e93c2ff27f47ee477a929b970ca89d60a117da91"
2777+
integrity sha512-TAblbDXOI7bd0C/9PE1G+AFo7R5uc+ty1ArDoxmrC1ah61Hn6shURKy7gLdRb1qKJmjHkqu5Oq+e4Kt0jwf1IA==
2778+
dependencies:
2779+
"@typescript-eslint/types" "4.14.1"
2780+
eslint-visitor-keys "^2.0.0"
2781+
2782+
"@typescript-eslint/visitor-keys@4.14.2":
2783+
version "4.14.2"
2784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
2785+
integrity sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
2786+
dependencies:
2787+
"@typescript-eslint/types" "4.14.2"
2788+
eslint-visitor-keys "^2.0.0"
27482789

27492790
"@zkochan/cmd-shim@^3.1.0":
27502791
version "3.1.0"
@@ -6054,6 +6095,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
60546095
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
60556096
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
60566097

6098+
eslint-visitor-keys@^2.0.0:
6099+
version "2.0.0"
6100+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6101+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6102+
60576103
eslint@7.7.0:
60586104
version "7.7.0"
60596105
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -6401,6 +6447,18 @@ fast-glob@^3.0.3:
64016447
micromatch "^4.0.2"
64026448
picomatch "^2.2.1"
64036449

6450+
fast-glob@^3.1.1:
6451+
version "3.2.5"
6452+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
6453+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
6454+
dependencies:
6455+
"@nodelib/fs.stat" "^2.0.2"
6456+
"@nodelib/fs.walk" "^1.2.3"
6457+
glob-parent "^5.1.0"
6458+
merge2 "^1.3.0"
6459+
micromatch "^4.0.2"
6460+
picomatch "^2.2.1"
6461+
64046462
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
64056463
version "2.1.0"
64066464
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -7162,6 +7220,18 @@ globby@^10.0.1:
71627220
merge2 "^1.2.3"
71637221
slash "^3.0.0"
71647222

7223+
globby@^11.0.1:
7224+
version "11.0.2"
7225+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
7226+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
7227+
dependencies:
7228+
array-union "^2.1.0"
7229+
dir-glob "^3.0.1"
7230+
fast-glob "^3.1.1"
7231+
ignore "^5.1.4"
7232+
merge2 "^1.3.0"
7233+
slash "^3.0.0"
7234+
71657235
globby@^9.2.0:
71667236
version "9.2.0"
71677237
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -7537,7 +7607,7 @@ ignore@^4.0.3, ignore@^4.0.6:
75377607
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
75387608
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
75397609

7540-
ignore@^5.1.1:
7610+
ignore@^5.1.1, ignore@^5.1.4:
75417611
version "5.1.8"
75427612
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
75437613
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)