Skip to content

Commit 269652d

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 4c463b0 commit 269652d

File tree

2 files changed

+79
-45
lines changed

2 files changed

+79
-45
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.17.0",
67+
"@typescript-eslint/parser": "4.17.0",
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 & 43 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.17.0":
2662+
version "4.17.0"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
2664+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
26702665
dependencies:
2671-
"@typescript-eslint/experimental-utils" "3.9.1"
2666+
"@typescript-eslint/experimental-utils" "4.17.0"
2667+
"@typescript-eslint/scope-manager" "4.17.0"
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.17.0":
2676+
version "4.17.0"
2677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
2678+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
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.17.0"
2682+
"@typescript-eslint/types" "4.17.0"
2683+
"@typescript-eslint/typescript-estree" "4.17.0"
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.17.0":
2698+
version "4.17.0"
2699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
2700+
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
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.17.0"
2703+
"@typescript-eslint/types" "4.17.0"
2704+
"@typescript-eslint/typescript-estree" "4.17.0"
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.17.0":
2708+
version "4.17.0"
2709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
2710+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
2711+
dependencies:
2712+
"@typescript-eslint/types" "4.17.0"
2713+
"@typescript-eslint/visitor-keys" "4.17.0"
2714+
2715+
"@typescript-eslint/types@4.17.0":
2716+
version "4.17.0"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
2718+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
27142719

27152720
"@typescript-eslint/typescript-estree@2.34.0":
27162721
version "2.34.0"
@@ -2725,26 +2730,26 @@
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.17.0":
2734+
version "4.17.0"
2735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
2736+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
27322737
dependencies:
2733-
"@typescript-eslint/types" "3.9.1"
2734-
"@typescript-eslint/visitor-keys" "3.9.1"
2738+
"@typescript-eslint/types" "4.17.0"
2739+
"@typescript-eslint/visitor-keys" "4.17.0"
27352740
debug "^4.1.1"
2736-
glob "^7.1.6"
2741+
globby "^11.0.1"
27372742
is-glob "^4.0.1"
2738-
lodash "^4.17.15"
27392743
semver "^7.3.2"
27402744
tsutils "^3.17.1"
27412745

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==
2746+
"@typescript-eslint/visitor-keys@4.17.0":
2747+
version "4.17.0"
2748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
2749+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
27462750
dependencies:
2747-
eslint-visitor-keys "^1.1.0"
2751+
"@typescript-eslint/types" "4.17.0"
2752+
eslint-visitor-keys "^2.0.0"
27482753

27492754
"@zkochan/cmd-shim@^3.1.0":
27502755
version "3.1.0"
@@ -6054,6 +6059,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
60546059
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
60556060
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
60566061

6062+
eslint-visitor-keys@^2.0.0:
6063+
version "2.0.0"
6064+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6065+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6066+
60576067
eslint@7.7.0:
60586068
version "7.7.0"
60596069
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -6401,6 +6411,18 @@ fast-glob@^3.0.3:
64016411
micromatch "^4.0.2"
64026412
picomatch "^2.2.1"
64036413

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

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

7540-
ignore@^5.1.1:
7574+
ignore@^5.1.1, ignore@^5.1.4:
75417575
version "5.1.8"
75427576
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
75437577
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)