Skip to content

Commit e014fcf

Browse files
committed
chore(deps): update typescript-eslint monorepo to v3
1 parent f8c6192 commit e014fcf

File tree

2 files changed

+40
-23
lines changed

2 files changed

+40
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@types/chai": "4.2.11",
1515
"@types/mocha": "5.2.7",
1616
"@types/node": "12.12.50",
17-
"@typescript-eslint/eslint-plugin": "2.34.0",
18-
"@typescript-eslint/parser": "2.34.0",
17+
"@typescript-eslint/eslint-plugin": "3.10.1",
18+
"@typescript-eslint/parser": "3.10.1",
1919
"chai": "4.2.0",
2020
"dtslint": "0.9.9",
2121
"eslint": "6.8.0",

yarn.lock

Lines changed: 38 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,49 +1262,66 @@
12621262
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
12631263
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
12641264

1265-
"@typescript-eslint/eslint-plugin@2.34.0":
1266-
version "2.34.0"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1268-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
1265+
"@typescript-eslint/eslint-plugin@3.10.1":
1266+
version "3.10.1"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1268+
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
12691269
dependencies:
1270-
"@typescript-eslint/experimental-utils" "2.34.0"
1270+
"@typescript-eslint/experimental-utils" "3.10.1"
1271+
debug "^4.1.1"
12711272
functional-red-black-tree "^1.0.1"
12721273
regexpp "^3.0.0"
1274+
semver "^7.3.2"
12731275
tsutils "^3.17.1"
12741276

1275-
"@typescript-eslint/experimental-utils@2.34.0":
1276-
version "2.34.0"
1277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1278-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1277+
"@typescript-eslint/experimental-utils@3.10.1":
1278+
version "3.10.1"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1280+
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
12791281
dependencies:
12801282
"@types/json-schema" "^7.0.3"
1281-
"@typescript-eslint/typescript-estree" "2.34.0"
1283+
"@typescript-eslint/types" "3.10.1"
1284+
"@typescript-eslint/typescript-estree" "3.10.1"
12821285
eslint-scope "^5.0.0"
12831286
eslint-utils "^2.0.0"
12841287

1285-
"@typescript-eslint/parser@2.34.0":
1286-
version "2.34.0"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1288-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
1288+
"@typescript-eslint/parser@3.10.1":
1289+
version "3.10.1"
1290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1291+
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
12891292
dependencies:
12901293
"@types/eslint-visitor-keys" "^1.0.0"
1291-
"@typescript-eslint/experimental-utils" "2.34.0"
1292-
"@typescript-eslint/typescript-estree" "2.34.0"
1294+
"@typescript-eslint/experimental-utils" "3.10.1"
1295+
"@typescript-eslint/types" "3.10.1"
1296+
"@typescript-eslint/typescript-estree" "3.10.1"
12931297
eslint-visitor-keys "^1.1.0"
12941298

1295-
"@typescript-eslint/[email protected]":
1296-
version "2.34.0"
1297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1298-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1299+
"@typescript-eslint/[email protected]":
1300+
version "3.10.1"
1301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1302+
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1303+
1304+
"@typescript-eslint/[email protected]":
1305+
version "3.10.1"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1307+
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
12991308
dependencies:
1309+
"@typescript-eslint/types" "3.10.1"
1310+
"@typescript-eslint/visitor-keys" "3.10.1"
13001311
debug "^4.1.1"
1301-
eslint-visitor-keys "^1.1.0"
13021312
glob "^7.1.6"
13031313
is-glob "^4.0.1"
13041314
lodash "^4.17.15"
13051315
semver "^7.3.2"
13061316
tsutils "^3.17.1"
13071317

1318+
"@typescript-eslint/[email protected]":
1319+
version "3.10.1"
1320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1321+
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1322+
dependencies:
1323+
eslint-visitor-keys "^1.1.0"
1324+
13081325
"@zkochan/cmd-shim@^3.1.0":
13091326
version "3.1.0"
13101327
resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)