Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit b770c1b

Browse files
Update @typescript-eslint/eslint-plugin to the latest version πŸš€ (#105)
* chore(package): update @typescript-eslint/eslint-plugin to version 3.0.0 * chore(package): update lockfile yarn.lock Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
1 parent 09279e0 commit b770c1b

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "7.6.2",
2323
"@babel/preset-typescript": "^7.6.0",
2424
"@types/jest": "^25.1.0",
25-
"@typescript-eslint/eslint-plugin": "^2.2.0",
25+
"@typescript-eslint/eslint-plugin": "^3.0.0",
2626
"@typescript-eslint/parser": "^3.0.0",
2727
"aws-sdk": "^2.529.0",
2828
"babel-core": "^7.0.0-bridge.0",

β€Žyarn.lock

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,26 +1716,18 @@
17161716
dependencies:
17171717
"@types/yargs-parser" "*"
17181718

1719-
"@typescript-eslint/eslint-plugin@^2.2.0":
1720-
version "2.34.0"
1721-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1722-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
1719+
"@typescript-eslint/eslint-plugin@^3.0.0":
1720+
version "3.10.1"
1721+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1722+
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
17231723
dependencies:
1724-
"@typescript-eslint/experimental-utils" "2.34.0"
1724+
"@typescript-eslint/experimental-utils" "3.10.1"
1725+
debug "^4.1.1"
17251726
functional-red-black-tree "^1.0.1"
17261727
regexpp "^3.0.0"
1728+
semver "^7.3.2"
17271729
tsutils "^3.17.1"
17281730

1729-
"@typescript-eslint/[email protected]":
1730-
version "2.34.0"
1731-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1732-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1733-
dependencies:
1734-
"@types/json-schema" "^7.0.3"
1735-
"@typescript-eslint/typescript-estree" "2.34.0"
1736-
eslint-scope "^5.0.0"
1737-
eslint-utils "^2.0.0"
1738-
17391731
"@typescript-eslint/[email protected]":
17401732
version "3.10.1"
17411733
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
@@ -1763,19 +1755,6 @@
17631755
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
17641756
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
17651757

1766-
"@typescript-eslint/[email protected]":
1767-
version "2.34.0"
1768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1769-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1770-
dependencies:
1771-
debug "^4.1.1"
1772-
eslint-visitor-keys "^1.1.0"
1773-
glob "^7.1.6"
1774-
is-glob "^4.0.1"
1775-
lodash "^4.17.15"
1776-
semver "^7.3.2"
1777-
tsutils "^3.17.1"
1778-
17791758
"@typescript-eslint/[email protected]":
17801759
version "3.10.1"
17811760
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"

0 commit comments

Comments
Β (0)