Skip to content

Commit 3e18320

Browse files
Bump @typescript-eslint/eslint-plugin from 3.3.0 to 3.4.0 (#54)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.3.0 to 3.4.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.4.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 62d1b57 commit 3e18320

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jest": "^26.0.0",
3030
"@types/node": "^14.0.13",
3131
"@types/sinon": "^9.0.4",
32-
"@typescript-eslint/eslint-plugin": "^3.3.0",
32+
"@typescript-eslint/eslint-plugin": "^3.4.0",
3333
"@typescript-eslint/parser": "^3.3.0",
3434
"eslint": "^7.3.1",
3535
"eslint-import-resolver-typescript": "^2.0.0",

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,12 +682,13 @@
682682
dependencies:
683683
"@types/yargs-parser" "*"
684684

685-
"@typescript-eslint/eslint-plugin@^3.3.0":
686-
version "3.3.0"
687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.3.0.tgz#89518e5c5209a349bde161c3489b0ec187ae5d37"
688-
integrity sha512-Ybx/wU75Tazz6nU2d7nN6ll0B98odoiYLXwcuwS5WSttGzK46t0n7TPRQ4ozwcTv82UY6TQoIvI+sJfTzqK9dQ==
685+
"@typescript-eslint/eslint-plugin@^3.4.0":
686+
version "3.4.0"
687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
688+
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
689689
dependencies:
690-
"@typescript-eslint/experimental-utils" "3.3.0"
690+
"@typescript-eslint/experimental-utils" "3.4.0"
691+
debug "^4.1.1"
691692
functional-red-black-tree "^1.0.1"
692693
regexpp "^3.0.0"
693694
semver "^7.3.2"
@@ -703,6 +704,16 @@
703704
eslint-scope "^5.0.0"
704705
eslint-utils "^2.0.0"
705706

707+
"@typescript-eslint/[email protected]":
708+
version "3.4.0"
709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
710+
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
711+
dependencies:
712+
"@types/json-schema" "^7.0.3"
713+
"@typescript-eslint/typescript-estree" "3.4.0"
714+
eslint-scope "^5.0.0"
715+
eslint-utils "^2.0.0"
716+
706717
"@typescript-eslint/parser@^3.3.0":
707718
version "3.3.0"
708719
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.3.0.tgz#fcae40012ded822aa8b2739a1a03a4e3c5bbb7bb"
@@ -726,6 +737,19 @@
726737
semver "^7.3.2"
727738
tsutils "^3.17.1"
728739

740+
"@typescript-eslint/[email protected]":
741+
version "3.4.0"
742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
743+
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
744+
dependencies:
745+
debug "^4.1.1"
746+
eslint-visitor-keys "^1.1.0"
747+
glob "^7.1.6"
748+
is-glob "^4.0.1"
749+
lodash "^4.17.15"
750+
semver "^7.3.2"
751+
tsutils "^3.17.1"
752+
729753
abab@^2.0.3:
730754
version "2.0.3"
731755
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)