Skip to content

Commit ae434da

Browse files
committed
chore: upgrade @typescript-eslint/{eslint-plugin,parser} to 1.10.2
Closes #924. Closes #925.
1 parent 267c6d2 commit ae434da

File tree

1 file changed

+29
-30
lines changed

1 file changed

+29
-30
lines changed

yarn.lock

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,11 @@
906906
resolved "https://registry.yarnpkg.com/@types/electron-winstaller/-/electron-winstaller-2.6.2.tgz#bdfe0f56f954036015ec77331a657762e06d97f2"
907907
integrity sha512-Wl6gcuqMz4sXaYh8ESGf4+pbmjOQhuZsK/Q4XquF3JzP7d/1DXtYnkxi8ESGaKmtYG3QiABek2zjFkAsuhjF2w==
908908

909+
"@types/eslint-visitor-keys@^1.0.0":
910+
version "1.0.0"
911+
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
912+
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
913+
909914
"@types/events@*":
910915
version "3.0.0"
911916
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1211,39 +1216,38 @@
12111216
"@types/node" "*"
12121217

12131218
"@typescript-eslint/eslint-plugin@^1.9.0":
1214-
version "1.9.0"
1215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.9.0.tgz#29d73006811bf2563b88891ceeff1c5ea9c8d9c6"
1216-
integrity sha512-FOgfBorxjlBGpDIw+0LaZIXRX6GEEUfzj8LXwaQIUCp+gDOvkI+1WgugJ7SmWiISqK9Vj5r8S7NDKO/LB+6X9A==
1219+
version "1.10.2"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.10.2.tgz#552fc64cfcb19c6162190360217c945e8faa330a"
1221+
integrity sha512-7449RhjE1oLFIy5E/5rT4wG5+KsfPzakJuhvpzXJ3C46lq7xywY0/Rjo9ZBcwrfbk0nRZ5xmUHkk7DZ67tSBKw==
12171222
dependencies:
1218-
"@typescript-eslint/experimental-utils" "1.9.0"
1219-
"@typescript-eslint/parser" "1.9.0"
1223+
"@typescript-eslint/experimental-utils" "1.10.2"
12201224
eslint-utils "^1.3.1"
12211225
functional-red-black-tree "^1.0.1"
12221226
regexpp "^2.0.1"
1223-
requireindex "^1.2.0"
12241227
tsutils "^3.7.0"
12251228

1226-
"@typescript-eslint/experimental-utils@1.9.0":
1227-
version "1.9.0"
1228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.9.0.tgz#a92777d0c92d7bc8627abd7cdb06cdbcaf2b39e8"
1229-
integrity sha512-1s2dY9XxBwtS9IlSnRIlzqILPyeMly5tz1bfAmQ84Ul687xBBve5YsH5A5EKeIcGurYYqY2w6RkHETXIwnwV0A==
1229+
"@typescript-eslint/experimental-utils@1.10.2":
1230+
version "1.10.2"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.10.2.tgz#cd548c03fc1a2b3ba5c136d1599001a1ede24215"
1232+
integrity sha512-Hf5lYcrnTH5Oc67SRrQUA7KuHErMvCf5RlZsyxXPIT6AXa8fKTyfFO6vaEnUmlz48RpbxO4f0fY3QtWkuHZNjg==
12301233
dependencies:
1231-
"@typescript-eslint/typescript-estree" "1.9.0"
1234+
"@typescript-eslint/typescript-estree" "1.10.2"
1235+
eslint-scope "^4.0.0"
12321236

1233-
"@typescript-eslint/parser@1.9.0", "@typescript-eslint/parser@^1.9.0":
1234-
version "1.9.0"
1235-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.9.0.tgz#5796cbfcb9a3a5757aeb671c1ac88d7a94a95962"
1236-
integrity sha512-CWgC1XrQ34H/+LwAU7vY5xteZDkNqeAkeidEpJnJgkKu0yqQ3ZhQ7S+dI6MX4vmmM1TKRbOrKuXc6W0fIHhdbA==
1237+
"@typescript-eslint/parser@^1.9.0":
1238+
version "1.10.2"
1239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.10.2.tgz#36cfe8c6bf1b6c1dd81da56f88c8588f4b1a852b"
1240+
integrity sha512-xWDWPfZfV0ENU17ermIUVEVSseBBJxKfqBcRCMZ8nAjJbfA5R7NWMZmFFHYnars5MjK4fPjhu4gwQv526oZIPQ==
12371241
dependencies:
1238-
"@typescript-eslint/experimental-utils" "1.9.0"
1239-
"@typescript-eslint/typescript-estree" "1.9.0"
1240-
eslint-scope "^4.0.0"
1242+
"@types/eslint-visitor-keys" "^1.0.0"
1243+
"@typescript-eslint/experimental-utils" "1.10.2"
1244+
"@typescript-eslint/typescript-estree" "1.10.2"
12411245
eslint-visitor-keys "^1.0.0"
12421246

1243-
"@typescript-eslint/typescript-estree@1.9.0":
1244-
version "1.9.0"
1245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.9.0.tgz#5d6d49be936e96fb0f859673480f89b070a5dd9b"
1246-
integrity sha512-7Eg0TEQpCkTsEwsl1lIzd6i7L3pJLQFWesV08dS87bNz0NeSjbL78gNAP1xCKaCejkds4PhpLnZkaAjx9SU8OA==
1247+
"@typescript-eslint/typescript-estree@1.10.2":
1248+
version "1.10.2"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.10.2.tgz#8403585dd74b6cfb6f78aa98b6958de158b5897b"
1250+
integrity sha512-Kutjz0i69qraOsWeI8ETqYJ07tRLvD9URmdrMoF10bG8y8ucLmPtSxROvVejWvlJUGl2et/plnMiKRDW+rhEhw==
12471251
dependencies:
12481252
lodash.unescape "4.0.1"
12491253
semver "5.5.0"
@@ -7296,11 +7300,6 @@ require-main-filename@^2.0.0:
72967300
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
72977301
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
72987302

7299-
requireindex@^1.2.0:
7300-
version "1.2.0"
7301-
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
7302-
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
7303-
73047303
resolve-dir@^1.0.0, resolve-dir@^1.0.1:
73057304
version "1.0.1"
73067305
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
@@ -8261,9 +8260,9 @@ tslib@^1.8.1, tslib@^1.9.0:
82618260
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
82628261

82638262
tsutils@^3.7.0:
8264-
version "3.9.1"
8265-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.9.1.tgz#2a40dc742943c71eca6d5c1994fcf999956be387"
8266-
integrity sha512-hrxVtLtPqQr//p8/msPT1X1UYXUjizqSit5d9AQ5k38TcV38NyecL5xODNxa73cLe/5sdiJ+w1FqzDhRBA/anA==
8263+
version "3.14.0"
8264+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.14.0.tgz#bf8d5a7bae5369331fa0f2b0a5a10bd7f7396c77"
8265+
integrity sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==
82678266
dependencies:
82688267
tslib "^1.8.1"
82698268

0 commit comments

Comments
 (0)