Skip to content

Commit 2c644f7

Browse files
Bump @typescript-eslint/eslint-plugin from 2.5.0 to 2.11.0 (#71)
1 parent d143119 commit 2c644f7

2 files changed

Lines changed: 48 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/chalk": "^2.2.0",
4141
"@types/common-tags": "^1.8.0",
4242
"@types/listr": "^0.14.2",
43-
"@typescript-eslint/eslint-plugin": "^2.5.0",
43+
"@typescript-eslint/eslint-plugin": "^2.11.0",
4444
"@typescript-eslint/parser": "^2.5.0",
4545
"babel-plugin-htmlbars-inline-precompile": "^3.0.0",
4646
"chalk": "^2.4.2",

yarn.lock

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,17 +1109,26 @@
11091109
dependencies:
11101110
"@types/yargs-parser" "*"
11111111

1112-
"@typescript-eslint/eslint-plugin@^2.5.0":
1113-
version "2.5.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
1115-
integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA==
1112+
"@typescript-eslint/eslint-plugin@^2.11.0":
1113+
version "2.11.0"
1114+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
1115+
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
11161116
dependencies:
1117-
"@typescript-eslint/experimental-utils" "2.5.0"
1118-
eslint-utils "^1.4.2"
1117+
"@typescript-eslint/experimental-utils" "2.11.0"
1118+
eslint-utils "^1.4.3"
11191119
functional-red-black-tree "^1.0.1"
1120-
regexpp "^2.0.1"
1120+
regexpp "^3.0.0"
11211121
tsutils "^3.17.1"
11221122

1123+
"@typescript-eslint/[email protected]":
1124+
version "2.11.0"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
1126+
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
1127+
dependencies:
1128+
"@types/json-schema" "^7.0.3"
1129+
"@typescript-eslint/typescript-estree" "2.11.0"
1130+
eslint-scope "^5.0.0"
1131+
11231132
"@typescript-eslint/[email protected]":
11241133
version "2.5.0"
11251134
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
@@ -1139,6 +1148,19 @@
11391148
"@typescript-eslint/typescript-estree" "2.5.0"
11401149
eslint-visitor-keys "^1.1.0"
11411150

1151+
"@typescript-eslint/[email protected]":
1152+
version "2.11.0"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
1154+
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
1155+
dependencies:
1156+
debug "^4.1.1"
1157+
eslint-visitor-keys "^1.1.0"
1158+
glob "^7.1.6"
1159+
is-glob "^4.0.1"
1160+
lodash.unescape "4.0.1"
1161+
semver "^6.3.0"
1162+
tsutils "^3.17.1"
1163+
11421164
"@typescript-eslint/[email protected]":
11431165
version "2.5.0"
11441166
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
@@ -2437,7 +2459,7 @@ eslint-scope@^5.0.0:
24372459
esrecurse "^4.1.0"
24382460
estraverse "^4.1.1"
24392461

2440-
eslint-utils@^1.4.2, eslint-utils@^1.4.3:
2462+
eslint-utils@^1.4.3:
24412463
version "1.4.3"
24422464
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
24432465
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
@@ -3057,6 +3079,18 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
30573079
once "^1.3.0"
30583080
path-is-absolute "^1.0.0"
30593081

3082+
glob@^7.1.6:
3083+
version "7.1.6"
3084+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
3085+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
3086+
dependencies:
3087+
fs.realpath "^1.0.0"
3088+
inflight "^1.0.4"
3089+
inherits "2"
3090+
minimatch "^3.0.4"
3091+
once "^1.3.0"
3092+
path-is-absolute "^1.0.0"
3093+
30603094
global-dirs@^0.1.0:
30613095
version "0.1.1"
30623096
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -5639,6 +5673,11 @@ regexpp@^2.0.1:
56395673
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
56405674
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
56415675

5676+
regexpp@^3.0.0:
5677+
version "3.0.0"
5678+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
5679+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
5680+
56425681
regexpu-core@^4.6.0:
56435682
version "4.6.0"
56445683
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"

0 commit comments

Comments
 (0)