Skip to content

Commit 80f6866

Browse files
Bump @typescript-eslint/eslint-plugin from 3.1.0 to 3.2.0 (#47)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.1.0 to 3.2.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.2.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 38db66e commit 80f6866

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
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": "^25.2.3",
3030
"@types/node": "^14.0.12",
3131
"@types/sinon": "^9.0.4",
32-
"@typescript-eslint/eslint-plugin": "^3.1.0",
32+
"@typescript-eslint/eslint-plugin": "^3.2.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: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -682,27 +682,17 @@
682682
dependencies:
683683
"@types/yargs-parser" "*"
684684

685-
"@typescript-eslint/eslint-plugin@^3.1.0":
686-
version "3.1.0"
687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.1.0.tgz#4ac00ecca3bbea740c577f1843bc54fa69c3def2"
688-
integrity sha512-D52KwdgkjYc+fmTZKW7CZpH5ZBJREJKZXRrveMiRCmlzZ+Rw9wRVJ1JAmHQ9b/+Ehy1ZeaylofDB9wwXUt83wg==
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==
689689
dependencies:
690-
"@typescript-eslint/experimental-utils" "3.1.0"
690+
"@typescript-eslint/experimental-utils" "3.2.0"
691691
functional-red-black-tree "^1.0.1"
692692
regexpp "^3.0.0"
693693
semver "^7.3.2"
694694
tsutils "^3.17.1"
695695

696-
"@typescript-eslint/[email protected]":
697-
version "3.1.0"
698-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.1.0.tgz#2d5dba7c2ac2a3da3bfa3f461ff64de38587a872"
699-
integrity sha512-Zf8JVC2K1svqPIk1CB/ehCiWPaERJBBokbMfNTNRczCbQSlQXaXtO/7OfYz9wZaecNvdSvVADt6/XQuIxhC79w==
700-
dependencies:
701-
"@types/json-schema" "^7.0.3"
702-
"@typescript-eslint/typescript-estree" "3.1.0"
703-
eslint-scope "^5.0.0"
704-
eslint-utils "^2.0.0"
705-
706696
"@typescript-eslint/[email protected]":
707697
version "3.2.0"
708698
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.2.0.tgz#4dab8fc9f44f059ec073470a81bb4d7d7d51e6c5"
@@ -723,19 +713,6 @@
723713
"@typescript-eslint/typescript-estree" "3.2.0"
724714
eslint-visitor-keys "^1.1.0"
725715

726-
"@typescript-eslint/[email protected]":
727-
version "3.1.0"
728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.1.0.tgz#eaff52d31e615e05b894f8b9d2c3d8af152a5dd2"
729-
integrity sha512-+4nfYauqeQvK55PgFrmBWFVYb6IskLyOosYEmhH3mSVhfBp9AIJnjExdgDmKWoOBHRcPM8Ihfm2BFpZf0euUZQ==
730-
dependencies:
731-
debug "^4.1.1"
732-
eslint-visitor-keys "^1.1.0"
733-
glob "^7.1.6"
734-
is-glob "^4.0.1"
735-
lodash "^4.17.15"
736-
semver "^7.3.2"
737-
tsutils "^3.17.1"
738-
739716
"@typescript-eslint/[email protected]":
740717
version "3.2.0"
741718
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.2.0.tgz#c735f1ca6b4d3cd671f30de8c9bde30843e7ead8"

0 commit comments

Comments
 (0)