Skip to content

Commit cd3ffeb

Browse files
Bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 (#62)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.4.0 to 3.5.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.5.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 0801262 commit cd3ffeb

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": "^26.0.3",
3030
"@types/node": "^14.0.14",
3131
"@types/sinon": "^9.0.4",
32-
"@typescript-eslint/eslint-plugin": "^3.4.0",
32+
"@typescript-eslint/eslint-plugin": "^3.5.0",
3333
"@typescript-eslint/parser": "^3.5.0",
3434
"eslint": "^7.3.1",
3535
"eslint-import-resolver-typescript": "^2.0.0",

yarn.lock

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -693,28 +693,18 @@
693693
dependencies:
694694
"@types/yargs-parser" "*"
695695

696-
"@typescript-eslint/eslint-plugin@^3.4.0":
697-
version "3.4.0"
698-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
699-
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
696+
"@typescript-eslint/eslint-plugin@^3.5.0":
697+
version "3.5.0"
698+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.5.0.tgz#e7736e0808b5fb947a5f9dd949ae6736a7226b84"
699+
integrity sha512-m4erZ8AkSjoIUOf8s4k2V1xdL2c1Vy0D3dN6/jC9d7+nEqjY3gxXCkgi3gW/GAxPaA4hV8biaCoTVdQmfAeTCQ==
700700
dependencies:
701-
"@typescript-eslint/experimental-utils" "3.4.0"
701+
"@typescript-eslint/experimental-utils" "3.5.0"
702702
debug "^4.1.1"
703703
functional-red-black-tree "^1.0.1"
704704
regexpp "^3.0.0"
705705
semver "^7.3.2"
706706
tsutils "^3.17.1"
707707

708-
"@typescript-eslint/[email protected]":
709-
version "3.4.0"
710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
711-
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
712-
dependencies:
713-
"@types/json-schema" "^7.0.3"
714-
"@typescript-eslint/typescript-estree" "3.4.0"
715-
eslint-scope "^5.0.0"
716-
eslint-utils "^2.0.0"
717-
718708
"@typescript-eslint/[email protected]":
719709
version "3.5.0"
720710
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.5.0.tgz#d09f9ffb890d1b15a7ffa9975fae92eee05597c4"
@@ -742,19 +732,6 @@
742732
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.5.0.tgz#4e3d2a2272268d8ec3e3e4a37152a64956682639"
743733
integrity sha512-Dreqb5idi66VVs1QkbAwVeDmdJG+sDtofJtKwKCZXIaBsINuCN7Jv5eDIHrS0hFMMiOvPH9UuOs4splW0iZe4Q==
744734

745-
"@typescript-eslint/[email protected]":
746-
version "3.4.0"
747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
748-
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
749-
dependencies:
750-
debug "^4.1.1"
751-
eslint-visitor-keys "^1.1.0"
752-
glob "^7.1.6"
753-
is-glob "^4.0.1"
754-
lodash "^4.17.15"
755-
semver "^7.3.2"
756-
tsutils "^3.17.1"
757-
758735
"@typescript-eslint/[email protected]":
759736
version "3.5.0"
760737
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.5.0.tgz#dfc895db21a381b84f24c2a719f5bf9c600dcfdc"

0 commit comments

Comments
 (0)