Skip to content

Commit 1828a91

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent a72fd84 commit 1828a91

File tree

2 files changed

+79
-44
lines changed

2 files changed

+79
-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.1",
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: 77 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.1":
2662+
version "4.14.1"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.1.tgz#22dd301ce228aaab3416b14ead10b1db3e7d3180"
2664+
integrity sha512-5JriGbYhtqMS1kRcZTQxndz1lKMwwEXKbwZbkUZNnp6MJX0+OVXnG0kOlBZP4LUAxEyzu3cs+EXd/97MJXsGfw==
26702665
dependencies:
2671-
"@typescript-eslint/experimental-utils" "3.9.1"
2666+
"@typescript-eslint/experimental-utils" "4.14.1"
2667+
"@typescript-eslint/scope-manager" "4.14.1"
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.1":
2676+
version "4.14.1"
2677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.1.tgz#a5c945cb24dabb96747180e1cfc8487f8066f471"
2678+
integrity sha512-2CuHWOJwvpw0LofbyG5gvYjEyoJeSvVH2PnfUQSn0KQr4v8Dql2pr43ohmx4fdPQ/eVoTSFjTi/bsGEXl/zUUQ==
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.1"
2682+
"@typescript-eslint/types" "4.14.1"
2683+
"@typescript-eslint/typescript-estree" "4.14.1"
26862684
eslint-scope "^5.0.0"
26872685
eslint-utils "^2.0.0"
26882686

@@ -2696,21 +2694,28 @@
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/types@4.14.1":
2716+
version "4.14.1"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.1.tgz#b3d2eb91dafd0fd8b3fce7c61512ac66bd0364aa"
2718+
integrity sha512-SkhzHdI/AllAgQSxXM89XwS1Tkic7csPdndUuTKabEwRcEfR8uQ/iPA3Dgio1rqsV3jtqZhY0QQni8rLswJM2w==
27142719

27152720
"@typescript-eslint/typescript-estree@2.34.0":
27162721
version "2.34.0"
@@ -2725,26 +2730,27 @@
27252730
semver "^7.3.2"
27262731
tsutils "^3.17.1"
27272732

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==
2733+
"@typescript-eslint/typescript-estree@4.14.1":
2734+
version "4.14.1"
2735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.1.tgz#20d3b8c8e3cdc8f764bdd5e5b0606dd83da6075b"
2736+
integrity sha512-M8+7MbzKC1PvJIA8kR2sSBnex8bsR5auatLCnVlNTJczmJgqRn8M+sAlQfkEq7M4IY3WmaNJ+LJjPVRrREVSHQ==
27322737
dependencies:
2733-
"@typescript-eslint/types" "3.9.1"
2734-
"@typescript-eslint/visitor-keys" "3.9.1"
2738+
"@typescript-eslint/types" "4.14.1"
2739+
"@typescript-eslint/visitor-keys" "4.14.1"
27352740
debug "^4.1.1"
2736-
glob "^7.1.6"
2741+
globby "^11.0.1"
27372742
is-glob "^4.0.1"
27382743
lodash "^4.17.15"
27392744
semver "^7.3.2"
27402745
tsutils "^3.17.1"
27412746

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==
2747+
"@typescript-eslint/visitor-keys@4.14.1":
2748+
version "4.14.1"
2749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.1.tgz#e93c2ff27f47ee477a929b970ca89d60a117da91"
2750+
integrity sha512-TAblbDXOI7bd0C/9PE1G+AFo7R5uc+ty1ArDoxmrC1ah61Hn6shURKy7gLdRb1qKJmjHkqu5Oq+e4Kt0jwf1IA==
27462751
dependencies:
2747-
eslint-visitor-keys "^1.1.0"
2752+
"@typescript-eslint/types" "4.14.1"
2753+
eslint-visitor-keys "^2.0.0"
27482754

27492755
"@zkochan/cmd-shim@^3.1.0":
27502756
version "3.1.0"
@@ -6054,6 +6060,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
60546060
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
60556061
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
60566062

6063+
eslint-visitor-keys@^2.0.0:
6064+
version "2.0.0"
6065+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6066+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6067+
60576068
eslint@7.7.0:
60586069
version "7.7.0"
60596070
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -6401,6 +6412,18 @@ fast-glob@^3.0.3:
64016412
micromatch "^4.0.2"
64026413
picomatch "^2.2.1"
64036414

6415+
fast-glob@^3.1.1:
6416+
version "3.2.5"
6417+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
6418+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
6419+
dependencies:
6420+
"@nodelib/fs.stat" "^2.0.2"
6421+
"@nodelib/fs.walk" "^1.2.3"
6422+
glob-parent "^5.1.0"
6423+
merge2 "^1.3.0"
6424+
micromatch "^4.0.2"
6425+
picomatch "^2.2.1"
6426+
64046427
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
64056428
version "2.1.0"
64066429
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -7162,6 +7185,18 @@ globby@^10.0.1:
71627185
merge2 "^1.2.3"
71637186
slash "^3.0.0"
71647187

7188+
globby@^11.0.1:
7189+
version "11.0.2"
7190+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
7191+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
7192+
dependencies:
7193+
array-union "^2.1.0"
7194+
dir-glob "^3.0.1"
7195+
fast-glob "^3.1.1"
7196+
ignore "^5.1.4"
7197+
merge2 "^1.3.0"
7198+
slash "^3.0.0"
7199+
71657200
globby@^9.2.0:
71667201
version "9.2.0"
71677202
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -7537,7 +7572,7 @@ ignore@^4.0.3, ignore@^4.0.6:
75377572
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
75387573
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
75397574

7540-
ignore@^5.1.1:
7575+
ignore@^5.1.1, ignore@^5.1.4:
75417576
version "5.1.8"
75427577
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
75437578
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)