Skip to content

Commit 1b9ac81

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.0.0 to 3.0.2. - [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/v3.0.2/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b8d5e09 commit 1b9ac81

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/tmp": "0.2.0",
6868
"@types/vscode": "1.44.0",
6969
"@types/xml2js": "^0.4.4",
70-
"@typescript-eslint/eslint-plugin": "^3.0.0",
70+
"@typescript-eslint/eslint-plugin": "^3.0.2",
7171
"@typescript-eslint/parser": "^3.0.0",
7272
"decache": "^4.6.0",
7373
"eslint": "^7.1.0",

yarn.lock

Lines changed: 28 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@^3.0.0":
339-
version "3.0.0"
340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
341-
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
338+
"@typescript-eslint/eslint-plugin@^3.0.2":
339+
version "3.0.2"
340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.2.tgz#4a114a066e2f9659b25682ee59d4866e15a17ec3"
341+
integrity sha512-ER3bSS/A/pKQT/hjMGCK8UQzlL0yLjuCZ/G8CDFJFVTfl3X65fvq2lNYqOG8JPTfrPa2RULCdwfOyFjZEMNExQ==
342342
dependencies:
343-
"@typescript-eslint/experimental-utils" "3.0.0"
343+
"@typescript-eslint/experimental-utils" "3.0.2"
344344
functional-red-black-tree "^1.0.1"
345345
regexpp "^3.0.0"
346346
semver "^7.3.2"
@@ -356,6 +356,16 @@
356356
eslint-scope "^5.0.0"
357357
eslint-utils "^2.0.0"
358358

359+
"@typescript-eslint/experimental-utils@3.0.2":
360+
version "3.0.2"
361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.2.tgz#bb2131baede8df28ec5eacfa540308ca895e5fee"
362+
integrity sha512-4Wc4EczvoY183SSEnKgqAfkj1eLtRgBQ04AAeG+m4RhTVyaazxc1uI8IHf0qLmu7xXe9j1nn+UoDJjbmGmuqXQ==
363+
dependencies:
364+
"@types/json-schema" "^7.0.3"
365+
"@typescript-eslint/typescript-estree" "3.0.2"
366+
eslint-scope "^5.0.0"
367+
eslint-utils "^2.0.0"
368+
359369
"@typescript-eslint/parser@^3.0.0":
360370
version "3.0.0"
361371
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
@@ -379,6 +389,19 @@
379389
semver "^7.3.2"
380390
tsutils "^3.17.1"
381391

392+
"@typescript-eslint/typescript-estree@3.0.2":
393+
version "3.0.2"
394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.2.tgz#67a1ce4307ebaea43443fbf3f3be7e2627157293"
395+
integrity sha512-cs84mxgC9zQ6viV8MEcigfIKQmKtBkZNDYf8Gru2M+MhnA6z9q0NFMZm2IEzKqAwN8lY5mFVd1Z8DiHj6zQ3Tw==
396+
dependencies:
397+
debug "^4.1.1"
398+
eslint-visitor-keys "^1.1.0"
399+
glob "^7.1.6"
400+
is-glob "^4.0.1"
401+
lodash "^4.17.15"
402+
semver "^7.3.2"
403+
tsutils "^3.17.1"
404+
382405
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
383406
version "1.3.5"
384407
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)