Skip to content

Commit b361a10

Browse files
Bump @typescript-eslint/eslint-plugin from 2.5.0 to 2.6.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.5.0 to 2.6.1. - [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.6.1/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0e1e26a commit b361a10

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/node": "12.11.7",
6464
"@types/rimraf": "2.0.3",
6565
"@types/yup": "0.26.24",
66-
"@typescript-eslint/eslint-plugin": "2.5.0",
66+
"@typescript-eslint/eslint-plugin": "2.6.1",
6767
"@typescript-eslint/parser": "2.5.0",
6868
"camelcase": "5.3.1",
6969
"chalk": "2.4.2",

yarn.lock

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,12 @@
439439
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.24.tgz#c24170b3a5c867b4fabd49fcc42fe45f780cb153"
440440
integrity sha512-x0bhHnYjH5mZit4HivUYbTMO4LouOTGwp/LLxSL1mbJYVwNJtHYESH0ed2bwM1lkI2yDmsoCDYJnWEgHeJDACg==
441441

442-
"@typescript-eslint/eslint-plugin@2.5.0":
443-
version "2.5.0"
444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
445-
integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA==
442+
"@typescript-eslint/eslint-plugin@2.6.1":
443+
version "2.6.1"
444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.1.tgz#e34972a24f8aba0861f9ccf7130acd74fd11e079"
445+
integrity sha512-Z0rddsGqioKbvqfohg7BwkFC3PuNLsB+GE9QkFza7tiDzuHoy0y823Y+oGNDzxNZrYyLjqkZtCTl4vCqOmEN4g==
446446
dependencies:
447-
"@typescript-eslint/experimental-utils" "2.5.0"
447+
"@typescript-eslint/experimental-utils" "2.6.1"
448448
eslint-utils "^1.4.2"
449449
functional-red-black-tree "^1.0.1"
450450
regexpp "^2.0.1"
@@ -459,6 +459,15 @@
459459
"@typescript-eslint/typescript-estree" "2.5.0"
460460
eslint-scope "^5.0.0"
461461

462+
"@typescript-eslint/experimental-utils@2.6.1":
463+
version "2.6.1"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
465+
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
466+
dependencies:
467+
"@types/json-schema" "^7.0.3"
468+
"@typescript-eslint/typescript-estree" "2.6.1"
469+
eslint-scope "^5.0.0"
470+
462471
"@typescript-eslint/parser@2.5.0":
463472
version "2.5.0"
464473
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.5.0.tgz#858030ddd808fbbe88e03f42e5971efaccb8218a"
@@ -480,6 +489,18 @@
480489
lodash.unescape "4.0.1"
481490
semver "^6.3.0"
482491

492+
"@typescript-eslint/typescript-estree@2.6.1":
493+
version "2.6.1"
494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
495+
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
496+
dependencies:
497+
debug "^4.1.1"
498+
glob "^7.1.4"
499+
is-glob "^4.0.1"
500+
lodash.unescape "4.0.1"
501+
semver "^6.3.0"
502+
tsutils "^3.17.1"
503+
483504
abab@^2.0.0:
484505
version "2.0.2"
485506
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"

0 commit comments

Comments
 (0)