Skip to content

Commit cc73c6f

Browse files
Build(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.3.0 to 2.8.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/v2.8.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c1fd065 commit cc73c6f

2 files changed

Lines changed: 52 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/ember__test-helpers": "^0.7.8",
5050
"@types/qunit": "^2.9.0",
5151
"@types/rsvp": "^4.0.3",
52-
"@typescript-eslint/eslint-plugin": "^2.3.0",
52+
"@typescript-eslint/eslint-plugin": "^2.8.0",
5353
"@typescript-eslint/parser": "^2.3.0",
5454
"ember-cli": "~3.9.0",
5555
"ember-cli-dependency-checker": "^3.2.0",

yarn.lock

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,15 +1222,15 @@
12221222
resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#4151a81b4052c80bc2becbae09f3a9ec010a9c7a"
12231223
integrity sha512-Lja2xYuuf2B3knEsga8ShbOdsfNOtzT73GyJmZyY7eGl2+ajOqrs8yM5ze0fsSoYwvA6bw7/Qr7OZ7PEEmYwWg==
12241224

1225-
"@typescript-eslint/eslint-plugin@^2.3.0":
1226-
version "2.3.0"
1227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.0.tgz#6ead12c6b15a9b930430931e396e01a1fe181fcc"
1228-
integrity sha512-QgO/qmNye+rKsU7dan6pkBTSfpbyrHJidsw9bR3gZCrQNTB9eWQ5+UDkrrev/fu9xg6Qh7ebbx03IVuGnGRmEw==
1225+
"@typescript-eslint/eslint-plugin@^2.8.0":
1226+
version "2.8.0"
1227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.8.0.tgz#eca584d46094ebebc3cb3e9fb625bfbc904a534d"
1228+
integrity sha512-ohqul5s6XEB0AzPWZCuJF5Fd6qC0b4+l5BGEnrlpmvXxvyymb8yw8Bs4YMF8usNAeuCJK87eFIHy8g8GFvOtGA==
12291229
dependencies:
1230-
"@typescript-eslint/experimental-utils" "2.3.0"
1231-
eslint-utils "^1.4.2"
1230+
"@typescript-eslint/experimental-utils" "2.8.0"
1231+
eslint-utils "^1.4.3"
12321232
functional-red-black-tree "^1.0.1"
1233-
regexpp "^2.0.1"
1233+
regexpp "^3.0.0"
12341234
tsutils "^3.17.1"
12351235

12361236
"@typescript-eslint/experimental-utils@2.3.0":
@@ -1242,6 +1242,15 @@
12421242
"@typescript-eslint/typescript-estree" "2.3.0"
12431243
eslint-scope "^5.0.0"
12441244

1245+
"@typescript-eslint/experimental-utils@2.8.0":
1246+
version "2.8.0"
1247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.8.0.tgz#208b4164d175587e9b03ce6fea97d55f19c30ca9"
1248+
integrity sha512-jZ05E4SxCbbXseQGXOKf3ESKcsGxT8Ucpkp1jiVp55MGhOvZB2twmWKf894PAuVQTCgbPbJz9ZbRDqtUWzP8xA==
1249+
dependencies:
1250+
"@types/json-schema" "^7.0.3"
1251+
"@typescript-eslint/typescript-estree" "2.8.0"
1252+
eslint-scope "^5.0.0"
1253+
12451254
"@typescript-eslint/parser@^2.3.0":
12461255
version "2.3.0"
12471256
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.0.tgz#d2df1d4bb8827e36125fb7c6274df1b4d4e614f0"
@@ -1262,6 +1271,19 @@
12621271
lodash.unescape "4.0.1"
12631272
semver "^6.3.0"
12641273

1274+
"@typescript-eslint/typescript-estree@2.8.0":
1275+
version "2.8.0"
1276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.8.0.tgz#fcc3fe6532840085d29b75432c8a59895876aeca"
1277+
integrity sha512-ksvjBDTdbAQ04cR5JyFSDX113k66FxH1tAXmi+dj6hufsl/G0eMc/f1GgLjEVPkYClDbRKv+rnBFuE5EusomUw==
1278+
dependencies:
1279+
debug "^4.1.1"
1280+
eslint-visitor-keys "^1.1.0"
1281+
glob "^7.1.6"
1282+
is-glob "^4.0.1"
1283+
lodash.unescape "4.0.1"
1284+
semver "^6.3.0"
1285+
tsutils "^3.17.1"
1286+
12651287
abbrev@1:
12661288
version "1.1.1"
12671289
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -4222,12 +4244,12 @@ eslint-scope@^5.0.0:
42224244
esrecurse "^4.1.0"
42234245
estraverse "^4.1.1"
42244246

4225-
eslint-utils@^1.3.1, eslint-utils@^1.4.2:
4226-
version "1.4.2"
4227-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
4228-
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
4247+
eslint-utils@^1.3.1, eslint-utils@^1.4.2, eslint-utils@^1.4.3:
4248+
version "1.4.3"
4249+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
4250+
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
42294251
dependencies:
4230-
eslint-visitor-keys "^1.0.0"
4252+
eslint-visitor-keys "^1.1.0"
42314253

42324254
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
42334255
version "1.1.0"
@@ -5076,6 +5098,18 @@ glob@^7.0.4, glob@^7.1.2, glob@^7.1.3:
50765098
once "^1.3.0"
50775099
path-is-absolute "^1.0.0"
50785100

5101+
glob@^7.1.6:
5102+
version "7.1.6"
5103+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
5104+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
5105+
dependencies:
5106+
fs.realpath "^1.0.0"
5107+
inflight "^1.0.4"
5108+
inherits "2"
5109+
minimatch "^3.0.4"
5110+
once "^1.3.0"
5111+
path-is-absolute "^1.0.0"
5112+
50795113
global-dirs@^0.1.0:
50805114
version "0.1.1"
50815115
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -7887,6 +7921,11 @@ regexpp@^2.0.1:
78877921
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
78887922
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
78897923

7924+
regexpp@^3.0.0:
7925+
version "3.0.0"
7926+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
7927+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
7928+
78907929
regexpu-core@^2.0.0:
78917930
version "2.0.0"
78927931
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)