Skip to content

Commit a1cdef2

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

File tree

2 files changed

+68
-45
lines changed

2 files changed

+68
-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.13.0",
67+
"@typescript-eslint/parser": "4.13.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: 66 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.13.0":
2662+
version "4.13.0"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
2664+
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
26702665
dependencies:
2671-
"@typescript-eslint/experimental-utils" "3.9.1"
2666+
"@typescript-eslint/experimental-utils" "4.13.0"
2667+
"@typescript-eslint/scope-manager" "4.13.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.13.0":
2676+
version "4.13.0"
2677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
2678+
integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
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.13.0"
2682+
"@typescript-eslint/types" "4.13.0"
2683+
"@typescript-eslint/typescript-estree" "4.13.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.13.0":
2698+
version "4.13.0"
2699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
2700+
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
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.13.0"
2703+
"@typescript-eslint/types" "4.13.0"
2704+
"@typescript-eslint/typescript-estree" "4.13.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.13.0":
2708+
version "4.13.0"
2709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
2710+
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
2711+
dependencies:
2712+
"@typescript-eslint/types" "4.13.0"
2713+
"@typescript-eslint/visitor-keys" "4.13.0"
2714+
2715+
"@typescript-eslint/types@4.13.0":
2716+
version "4.13.0"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
2718+
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
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.13.0":
2734+
version "4.13.0"
2735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
2736+
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
27322737
dependencies:
2733-
"@typescript-eslint/types" "3.9.1"
2734-
"@typescript-eslint/visitor-keys" "3.9.1"
2738+
"@typescript-eslint/types" "4.13.0"
2739+
"@typescript-eslint/visitor-keys" "4.13.0"
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.13.0":
2748+
version "4.13.0"
2749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
2750+
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
27462751
dependencies:
2747-
eslint-visitor-keys "^1.1.0"
2752+
"@typescript-eslint/types" "4.13.0"
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"
@@ -6389,7 +6400,7 @@ fast-glob@^2.2.6:
63896400
merge2 "^1.2.3"
63906401
micromatch "^3.1.10"
63916402

6392-
fast-glob@^3.0.3:
6403+
fast-glob@^3.0.3, fast-glob@^3.1.1:
63936404
version "3.2.4"
63946405
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
63956406
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
@@ -7162,6 +7173,18 @@ globby@^10.0.1:
71627173
merge2 "^1.2.3"
71637174
slash "^3.0.0"
71647175

7176+
globby@^11.0.1:
7177+
version "11.0.2"
7178+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
7179+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
7180+
dependencies:
7181+
array-union "^2.1.0"
7182+
dir-glob "^3.0.1"
7183+
fast-glob "^3.1.1"
7184+
ignore "^5.1.4"
7185+
merge2 "^1.3.0"
7186+
slash "^3.0.0"
7187+
71657188
globby@^9.2.0:
71667189
version "9.2.0"
71677190
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -7537,7 +7560,7 @@ ignore@^4.0.3, ignore@^4.0.6:
75377560
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
75387561
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
75397562

7540-
ignore@^5.1.1:
7563+
ignore@^5.1.1, ignore@^5.1.4:
75417564
version "5.1.8"
75427565
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
75437566
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)