Skip to content

Commit 0547e13

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.2.0 to 3.3.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/v3.3.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9aa3290 commit 0547e13

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.2.0",
70+
"@typescript-eslint/eslint-plugin": "^3.3.0",
7171
"@typescript-eslint/parser": "^3.2.0",
7272
"decache": "^4.6.0",
7373
"eslint": "^7.2.0",

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@
329329
dependencies:
330330
"@types/node" "*"
331331

332-
"@typescript-eslint/eslint-plugin@^3.2.0":
333-
version "3.2.0"
334-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
335-
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
332+
"@typescript-eslint/eslint-plugin@^3.3.0":
333+
version "3.3.0"
334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.3.0.tgz#89518e5c5209a349bde161c3489b0ec187ae5d37"
335+
integrity sha512-Ybx/wU75Tazz6nU2d7nN6ll0B98odoiYLXwcuwS5WSttGzK46t0n7TPRQ4ozwcTv82UY6TQoIvI+sJfTzqK9dQ==
336336
dependencies:
337-
"@typescript-eslint/experimental-utils" "3.2.0"
337+
"@typescript-eslint/experimental-utils" "3.3.0"
338338
functional-red-black-tree "^1.0.1"
339339
regexpp "^3.0.0"
340340
semver "^7.3.2"
@@ -350,6 +350,16 @@
350350
eslint-scope "^5.0.0"
351351
eslint-utils "^2.0.0"
352352

353+
"@typescript-eslint/experimental-utils@3.3.0":
354+
version "3.3.0"
355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.3.0.tgz#d72a946e056a83d4edf97f3411cceb639b0b8c87"
356+
integrity sha512-d4pGIAbu/tYsrPrdHCQ5xfadJGvlkUxbeBB56nO/VGmEDi/sKmfa5fGty5t5veL1OyJBrUmSiRn1R1qfVDydrg==
357+
dependencies:
358+
"@types/json-schema" "^7.0.3"
359+
"@typescript-eslint/typescript-estree" "3.3.0"
360+
eslint-scope "^5.0.0"
361+
eslint-utils "^2.0.0"
362+
353363
"@typescript-eslint/parser@^3.2.0":
354364
version "3.2.0"
355365
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
@@ -373,6 +383,19 @@
373383
semver "^7.3.2"
374384
tsutils "^3.17.1"
375385

386+
"@typescript-eslint/typescript-estree@3.3.0":
387+
version "3.3.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.3.0.tgz#841ffed25c29b0049ebffb4c2071268a34558a2a"
389+
integrity sha512-3SqxylENltEvJsjjMSDCUx/edZNSC7wAqifUU1Ywp//0OWEZwMZJfecJud9XxJ/40rAKEbJMKBOQzeOjrLJFzQ==
390+
dependencies:
391+
debug "^4.1.1"
392+
eslint-visitor-keys "^1.1.0"
393+
glob "^7.1.6"
394+
is-glob "^4.0.1"
395+
lodash "^4.17.15"
396+
semver "^7.3.2"
397+
tsutils "^3.17.1"
398+
376399
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
377400
version "1.3.5"
378401
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)