Skip to content

Commit c6dc046

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#821)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.20.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f72c6ca commit c6dc046

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/tmp": "0.1.0",
6767
"@types/vscode": "1.42.0",
6868
"@types/xml2js": "^0.4.4",
69-
"@typescript-eslint/eslint-plugin": "^2.5.0",
69+
"@typescript-eslint/eslint-plugin": "^2.20.0",
7070
"@typescript-eslint/parser": "^2.5.0",
7171
"decache": "^4.5.1",
7272
"eslint": "^6.5.1",

yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,12 @@
335335
dependencies:
336336
"@types/node" "*"
337337

338-
"@typescript-eslint/eslint-plugin@^2.5.0":
339-
version "2.19.2"
340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.2.tgz#e279aaae5d5c1f2547b4cff99204e1250bc7a058"
341-
integrity sha512-HX2qOq2GOV04HNrmKnTpSIpHjfl7iwdXe3u/Nvt+/cpmdvzYvY0NHSiTkYN257jHnq4OM/yo+OsFgati+7LqJA==
338+
"@typescript-eslint/eslint-plugin@^2.20.0":
339+
version "2.20.0"
340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.20.0.tgz#a522d0e1e4898f7c9c6a8e1ed3579b60867693fa"
341+
integrity sha512-cimIdVDV3MakiGJqMXw51Xci6oEDEoPkvh8ggJe2IIzcc0fYqAxOXN6Vbeanahz6dLZq64W+40iUEc9g32FLDQ==
342342
dependencies:
343-
"@typescript-eslint/experimental-utils" "2.19.2"
343+
"@typescript-eslint/experimental-utils" "2.20.0"
344344
eslint-utils "^1.4.3"
345345
functional-red-black-tree "^1.0.1"
346346
regexpp "^3.0.0"
@@ -355,6 +355,15 @@
355355
"@typescript-eslint/typescript-estree" "2.19.2"
356356
eslint-scope "^5.0.0"
357357

358+
"@typescript-eslint/experimental-utils@2.20.0":
359+
version "2.20.0"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.20.0.tgz#3b6fa5a6b8885f126d5a4280e0d44f0f41e73e32"
361+
integrity sha512-fEBy9xYrwG9hfBLFEwGW2lKwDRTmYzH3DwTmYbT+SMycmxAoPl0eGretnBFj/s+NfYBG63w/5c3lsvqqz5mYag==
362+
dependencies:
363+
"@types/json-schema" "^7.0.3"
364+
"@typescript-eslint/typescript-estree" "2.20.0"
365+
eslint-scope "^5.0.0"
366+
358367
"@typescript-eslint/parser@^2.5.0":
359368
version "2.19.2"
360369
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.2.tgz#21f42c0694846367e7d6a907feb08ab2f89c0879"
@@ -378,6 +387,19 @@
378387
semver "^6.3.0"
379388
tsutils "^3.17.1"
380389

390+
"@typescript-eslint/typescript-estree@2.20.0":
391+
version "2.20.0"
392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.20.0.tgz#90a0f5598826b35b966ca83483b1a621b1a4d0c9"
393+
integrity sha512-WlFk8QtI8pPaE7JGQGxU7nGcnk1ccKAJkhbVookv94ZcAef3m6oCE/jEDL6dGte3JcD7reKrA0o55XhBRiVT3A==
394+
dependencies:
395+
debug "^4.1.1"
396+
eslint-visitor-keys "^1.1.0"
397+
glob "^7.1.6"
398+
is-glob "^4.0.1"
399+
lodash "^4.17.15"
400+
semver "^6.3.0"
401+
tsutils "^3.17.1"
402+
381403
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
382404
version "1.3.5"
383405
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)