Skip to content

Commit 8562096

Browse files
chore(deps): update typescript-eslint monorepo to v5 (major) (#32)
1 parent c6b806d commit 8562096

File tree

2 files changed

+36
-50
lines changed

2 files changed

+36
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/jest": "^27.0.0",
6161
"@types/node": "^14.0.5",
6262
"@types/react": "^16.9.11",
63-
"@typescript-eslint/eslint-plugin": "^2.34.0",
64-
"@typescript-eslint/parser": "^2.34.0",
63+
"@typescript-eslint/eslint-plugin": "^5.0.0",
64+
"@typescript-eslint/parser": "^5.0.0",
6565
"@zeit/ncc": "^0.22.1",
6666
"chalk": "^4.0.0",
6767
"eslint": "^6.8.0",

yarn.lock

Lines changed: 34 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,11 +1082,6 @@
10821082
dependencies:
10831083
"@babel/types" "^7.3.0"
10841084

1085-
"@types/eslint-visitor-keys@^1.0.0":
1086-
version "1.0.0"
1087-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1088-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1089-
10901085
"@types/graceful-fs@^4.1.2":
10911086
version "4.1.5"
10921087
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
@@ -1121,7 +1116,7 @@
11211116
jest-matcher-utils "^27.0.0"
11221117
pretty-format "^27.0.0"
11231118

1124-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.9":
1119+
"@types/json-schema@^7.0.9":
11251120
version "7.0.9"
11261121
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
11271122
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1207,35 +1202,30 @@
12071202
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
12081203
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
12091204

1210-
"@typescript-eslint/eslint-plugin@^2.34.0":
1211-
version "2.34.0"
1212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1213-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
1205+
"@typescript-eslint/eslint-plugin@^5.0.0":
1206+
version "5.12.1"
1207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
1208+
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
12141209
dependencies:
1215-
"@typescript-eslint/experimental-utils" "2.34.0"
1210+
"@typescript-eslint/scope-manager" "5.12.1"
1211+
"@typescript-eslint/type-utils" "5.12.1"
1212+
"@typescript-eslint/utils" "5.12.1"
1213+
debug "^4.3.2"
12161214
functional-red-black-tree "^1.0.1"
1217-
regexpp "^3.0.0"
1218-
tsutils "^3.17.1"
1219-
1220-
"@typescript-eslint/[email protected]":
1221-
version "2.34.0"
1222-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1223-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1224-
dependencies:
1225-
"@types/json-schema" "^7.0.3"
1226-
"@typescript-eslint/typescript-estree" "2.34.0"
1227-
eslint-scope "^5.0.0"
1228-
eslint-utils "^2.0.0"
1215+
ignore "^5.1.8"
1216+
regexpp "^3.2.0"
1217+
semver "^7.3.5"
1218+
tsutils "^3.21.0"
12291219

1230-
"@typescript-eslint/parser@^2.34.0":
1231-
version "2.34.0"
1232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1233-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
1220+
"@typescript-eslint/parser@^5.0.0":
1221+
version "5.12.1"
1222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
1223+
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
12341224
dependencies:
1235-
"@types/eslint-visitor-keys" "^1.0.0"
1236-
"@typescript-eslint/experimental-utils" "2.34.0"
1237-
"@typescript-eslint/typescript-estree" "2.34.0"
1238-
eslint-visitor-keys "^1.1.0"
1225+
"@typescript-eslint/scope-manager" "5.12.1"
1226+
"@typescript-eslint/types" "5.12.1"
1227+
"@typescript-eslint/typescript-estree" "5.12.1"
1228+
debug "^4.3.2"
12391229

12401230
"@typescript-eslint/[email protected]":
12411231
version "5.12.1"
@@ -1245,24 +1235,20 @@
12451235
"@typescript-eslint/types" "5.12.1"
12461236
"@typescript-eslint/visitor-keys" "5.12.1"
12471237

1238+
"@typescript-eslint/[email protected]":
1239+
version "5.12.1"
1240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
1241+
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
1242+
dependencies:
1243+
"@typescript-eslint/utils" "5.12.1"
1244+
debug "^4.3.2"
1245+
tsutils "^3.21.0"
1246+
12481247
"@typescript-eslint/[email protected]":
12491248
version "5.12.1"
12501249
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
12511250
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
12521251

1253-
"@typescript-eslint/[email protected]":
1254-
version "2.34.0"
1255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1256-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1257-
dependencies:
1258-
debug "^4.1.1"
1259-
eslint-visitor-keys "^1.1.0"
1260-
glob "^7.1.6"
1261-
is-glob "^4.0.1"
1262-
lodash "^4.17.15"
1263-
semver "^7.3.2"
1264-
tsutils "^3.17.1"
1265-
12661252
"@typescript-eslint/[email protected]":
12671253
version "5.12.1"
12681254
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
@@ -1276,7 +1262,7 @@
12761262
semver "^7.3.5"
12771263
tsutils "^3.21.0"
12781264

1279-
"@typescript-eslint/utils@^5.10.0":
1265+
"@typescript-eslint/utils@5.12.1", "@typescript-eslint/utils@^5.10.0":
12801266
version "5.12.1"
12811267
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
12821268
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
@@ -3383,7 +3369,7 @@ ignore@^4.0.6:
33833369
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
33843370
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
33853371

3386-
ignore@^5.1.1, ignore@^5.2.0:
3372+
ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0:
33873373
version "5.2.0"
33883374
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
33893375
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -5982,7 +5968,7 @@ regexpp@^2.0.1:
59825968
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
59835969
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
59845970

5985-
regexpp@^3.0.0:
5971+
regexpp@^3.0.0, regexpp@^3.2.0:
59865972
version "3.2.0"
59875973
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
59885974
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -6830,7 +6816,7 @@ tslib@^2.1.0:
68306816
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
68316817
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
68326818

6833-
tsutils@^3.17.1, tsutils@^3.21.0:
6819+
tsutils@^3.21.0:
68346820
version "3.21.0"
68356821
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
68366822
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)