Skip to content

Commit 9dd86ed

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 2.22… (#855)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.22.0 to 2.23.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.23.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1583531 commit 9dd86ed

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/tmp": "0.1.0",
6969
"@types/vscode": "1.42.0",
7070
"@types/xml2js": "^0.4.4",
71-
"@typescript-eslint/eslint-plugin": "^2.22.0",
71+
"@typescript-eslint/eslint-plugin": "^2.23.0",
7272
"@typescript-eslint/parser": "^2.23.0",
7373
"decache": "^4.5.1",
7474
"eslint": "^6.5.1",

yarn.lock

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -342,26 +342,17 @@
342342
dependencies:
343343
"@types/node" "*"
344344

345-
"@typescript-eslint/eslint-plugin@^2.22.0":
346-
version "2.22.0"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
348-
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
345+
"@typescript-eslint/eslint-plugin@^2.23.0":
346+
version "2.23.0"
347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
348+
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
349349
dependencies:
350-
"@typescript-eslint/experimental-utils" "2.22.0"
350+
"@typescript-eslint/experimental-utils" "2.23.0"
351351
eslint-utils "^1.4.3"
352352
functional-red-black-tree "^1.0.1"
353353
regexpp "^3.0.0"
354354
tsutils "^3.17.1"
355355

356-
"@typescript-eslint/[email protected]":
357-
version "2.22.0"
358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
359-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
360-
dependencies:
361-
"@types/json-schema" "^7.0.3"
362-
"@typescript-eslint/typescript-estree" "2.22.0"
363-
eslint-scope "^5.0.0"
364-
365356
"@typescript-eslint/[email protected]":
366357
version "2.23.0"
367358
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
@@ -381,19 +372,6 @@
381372
"@typescript-eslint/typescript-estree" "2.23.0"
382373
eslint-visitor-keys "^1.1.0"
383374

384-
"@typescript-eslint/[email protected]":
385-
version "2.22.0"
386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
387-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
388-
dependencies:
389-
debug "^4.1.1"
390-
eslint-visitor-keys "^1.1.0"
391-
glob "^7.1.6"
392-
is-glob "^4.0.1"
393-
lodash "^4.17.15"
394-
semver "^6.3.0"
395-
tsutils "^3.17.1"
396-
397375
"@typescript-eslint/[email protected]":
398376
version "2.23.0"
399377
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"

0 commit comments

Comments
 (0)