Skip to content

Commit 3ea22b8

Browse files
Bump @typescript-eslint/eslint-plugin from 3.2.0 to 3.3.0 (#52)
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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3918998 commit 3ea22b8

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
@@ -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.2.0",
32+
"@typescript-eslint/eslint-plugin": "^3.3.0",
3333
"@typescript-eslint/parser": "^3.2.0",
3434
"eslint": "^7.2.0",
3535
"eslint-import-resolver-typescript": "^2.0.0",

yarn.lock

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

685-
"@typescript-eslint/eslint-plugin@^3.2.0":
686-
version "3.2.0"
687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
688-
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
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==
689689
dependencies:
690-
"@typescript-eslint/experimental-utils" "3.2.0"
690+
"@typescript-eslint/experimental-utils" "3.3.0"
691691
functional-red-black-tree "^1.0.1"
692692
regexpp "^3.0.0"
693693
semver "^7.3.2"
@@ -703,6 +703,16 @@
703703
eslint-scope "^5.0.0"
704704
eslint-utils "^2.0.0"
705705

706+
"@typescript-eslint/[email protected]":
707+
version "3.3.0"
708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.3.0.tgz#d72a946e056a83d4edf97f3411cceb639b0b8c87"
709+
integrity sha512-d4pGIAbu/tYsrPrdHCQ5xfadJGvlkUxbeBB56nO/VGmEDi/sKmfa5fGty5t5veL1OyJBrUmSiRn1R1qfVDydrg==
710+
dependencies:
711+
"@types/json-schema" "^7.0.3"
712+
"@typescript-eslint/typescript-estree" "3.3.0"
713+
eslint-scope "^5.0.0"
714+
eslint-utils "^2.0.0"
715+
706716
"@typescript-eslint/parser@^3.2.0":
707717
version "3.2.0"
708718
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
@@ -726,6 +736,19 @@
726736
semver "^7.3.2"
727737
tsutils "^3.17.1"
728738

739+
"@typescript-eslint/[email protected]":
740+
version "3.3.0"
741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.3.0.tgz#841ffed25c29b0049ebffb4c2071268a34558a2a"
742+
integrity sha512-3SqxylENltEvJsjjMSDCUx/edZNSC7wAqifUU1Ywp//0OWEZwMZJfecJud9XxJ/40rAKEbJMKBOQzeOjrLJFzQ==
743+
dependencies:
744+
debug "^4.1.1"
745+
eslint-visitor-keys "^1.1.0"
746+
glob "^7.1.6"
747+
is-glob "^4.0.1"
748+
lodash "^4.17.15"
749+
semver "^7.3.2"
750+
tsutils "^3.17.1"
751+
729752
abab@^2.0.3:
730753
version "2.0.3"
731754
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)