Skip to content

Commit 4bbe0ad

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v2.4.0
1 parent 0899ad2 commit 4bbe0ad

File tree

2 files changed

+85
-25
lines changed

2 files changed

+85
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@types/chai": "4.2.3",
1515
"@types/mocha": "5.2.7",
1616
"@types/node": "12.7.12",
17-
"@typescript-eslint/eslint-plugin": "2.3.3",
18-
"@typescript-eslint/parser": "2.3.3",
17+
"@typescript-eslint/eslint-plugin": "2.4.0",
18+
"@typescript-eslint/parser": "2.4.0",
1919
"chai": "4.2.0",
2020
"dtslint": "0.9.8",
2121
"eslint": "6.5.1",

yarn.lock

Lines changed: 83 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,41 +1226,42 @@
12261226
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.0.1.tgz#a984b405c702fa5a7ec6abc56b37f2ba35ef5af6"
12271227
integrity sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==
12281228

1229-
"@typescript-eslint/eslint-plugin@2.3.3":
1230-
version "2.3.3"
1231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.3.tgz#71e06c6887650301e02105c99b4c8f67454157e3"
1232-
integrity sha512-12cCbwu5PbQudkq2xCIS/QhB7hCMrsNPXK+vJtqy/zFqtzVkPRGy12O5Yy0gUK086f3VHV/P4a4R4CjMW853pA==
1229+
"@typescript-eslint/eslint-plugin@2.4.0":
1230+
version "2.4.0"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
1232+
integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
12331233
dependencies:
1234-
"@typescript-eslint/experimental-utils" "2.3.3"
1234+
"@typescript-eslint/experimental-utils" "2.4.0"
12351235
eslint-utils "^1.4.2"
12361236
functional-red-black-tree "^1.0.1"
12371237
regexpp "^2.0.1"
12381238
tsutils "^3.17.1"
12391239

1240-
"@typescript-eslint/experimental-utils@2.3.3":
1241-
version "2.3.3"
1242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.3.tgz#0685613063ff397cfa9209be2e6e81c0382a9b11"
1243-
integrity sha512-MQ4jKPMTU1ty4TigJCRKFPye2qyQdH8jzIIkceaHgecKFmkNS1hXPqKiZ+mOehkz6+HcN5Nuvwm+frmWZR9tdg==
1240+
"@typescript-eslint/experimental-utils@2.4.0":
1241+
version "2.4.0"
1242+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
1243+
integrity sha512-2cvhNaJoWavgTtnC7e1jUSPZQ7e4U2X9Yoy5sQmkS7lTESuyuZrlRcaoNuFfYEd6hgrmMU7+QoSp8Ad+kT1nfA==
12441244
dependencies:
12451245
"@types/json-schema" "^7.0.3"
1246-
"@typescript-eslint/typescript-estree" "2.3.3"
1246+
"@typescript-eslint/typescript-estree" "2.4.0"
12471247
eslint-scope "^5.0.0"
12481248

1249-
"@typescript-eslint/parser@2.3.3":
1250-
version "2.3.3"
1251-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.3.tgz#af519d6572bdee3e9610e21c8362766858976bc1"
1252-
integrity sha512-+cV53HuYFeeyrNW8x/rgPmbVrzzp/rpRmwbJnNtwn4K8mroL1BdjxwQh7X9cUHp9rm4BBiEWmD3cSBjKG7d5mw==
1249+
"@typescript-eslint/parser@2.4.0":
1250+
version "2.4.0"
1251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243"
1252+
integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw==
12531253
dependencies:
12541254
"@types/eslint-visitor-keys" "^1.0.0"
1255-
"@typescript-eslint/experimental-utils" "2.3.3"
1256-
"@typescript-eslint/typescript-estree" "2.3.3"
1255+
"@typescript-eslint/experimental-utils" "2.4.0"
1256+
"@typescript-eslint/typescript-estree" "2.4.0"
12571257
eslint-visitor-keys "^1.1.0"
12581258

1259-
"@typescript-eslint/typescript-estree@2.3.3":
1260-
version "2.3.3"
1261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.3.tgz#be802220876bedfb80384cde1d46fe57ae7abf71"
1262-
integrity sha512-GkACs12Xp8d/STunNv/iSMYJFQrkrax9vuPZySlgSzoJJtw1cp6tbEw4qsLskQv6vloLrkFJHcTJ0a/yCB5cIA==
1259+
"@typescript-eslint/typescript-estree@2.4.0":
1260+
version "2.4.0"
1261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.4.0.tgz#722c95493e1b7682893edaaaec0e69f36917feef"
1262+
integrity sha512-/DzDAtMqF5d9IlXrrvu/Id/uoKjnSxf/3FbtKK679a/T7lbDM8qQuirtGvFy6Uh+x0hALuCMwnMfUf0P24/+Iw==
12631263
dependencies:
1264+
chokidar "^3.0.2"
12641265
glob "^7.1.4"
12651266
is-glob "^4.0.1"
12661267
lodash.unescape "4.0.1"
@@ -1404,6 +1405,14 @@ any-promise@^1.0.0:
14041405
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
14051406
integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
14061407

1408+
anymatch@~3.1.1:
1409+
version "3.1.1"
1410+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
1411+
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
1412+
dependencies:
1413+
normalize-path "^3.0.0"
1414+
picomatch "^2.0.4"
1415+
14071416
aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2:
14081417
version "1.2.0"
14091418
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1630,6 +1639,11 @@ bin-links@^1.1.2:
16301639
graceful-fs "^4.1.11"
16311640
write-file-atomic "^2.3.0"
16321641

1642+
binary-extensions@^2.0.0:
1643+
version "2.0.0"
1644+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
1645+
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
1646+
16331647
bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
16341648
version "3.5.5"
16351649
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
@@ -1677,7 +1691,7 @@ braces@^2.3.1:
16771691
split-string "^3.0.2"
16781692
to-regex "^3.0.1"
16791693

1680-
braces@^3.0.1:
1694+
braces@^3.0.1, braces@~3.0.2:
16811695
version "3.0.2"
16821696
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
16831697
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1920,6 +1934,21 @@ check-error@^1.0.2:
19201934
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
19211935
integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=
19221936

1937+
chokidar@^3.0.2:
1938+
version "3.2.1"
1939+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.2.1.tgz#4634772a1924512d990d4505957bf3a510611387"
1940+
integrity sha512-/j5PPkb5Feyps9e+jo07jUZGvkB5Aj953NrI4s8xSVScrAo/RHeILrtdb4uzR7N6aaFFxxJ+gt8mA8HfNpw76w==
1941+
dependencies:
1942+
anymatch "~3.1.1"
1943+
braces "~3.0.2"
1944+
glob-parent "~5.1.0"
1945+
is-binary-path "~2.1.0"
1946+
is-glob "~4.0.1"
1947+
normalize-path "~3.0.0"
1948+
readdirp "~3.1.3"
1949+
optionalDependencies:
1950+
fsevents "~2.1.0"
1951+
19231952
chownr@^1.1.1, chownr@^1.1.2:
19241953
version "1.1.2"
19251954
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
@@ -3242,6 +3271,11 @@ fs.realpath@^1.0.0:
32423271
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
32433272
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
32443273

3274+
fsevents@~2.1.0:
3275+
version "2.1.1"
3276+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.1.tgz#74c64e21df71721845d0c44fe54b7f56b82995a9"
3277+
integrity sha512-4FRPXWETxtigtJW/gxzEDsX1LVbPAM93VleB83kZB+ellqbHMkyt2aJfuzNLRvFPnGi6bcE5SvfxgbXPeKteJw==
3278+
32453279
function-bind@^1.1.1:
32463280
version "1.1.1"
32473281
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3444,6 +3478,13 @@ glob-parent@^5.0.0:
34443478
dependencies:
34453479
is-glob "^4.0.1"
34463480

3481+
glob-parent@~5.1.0:
3482+
version "5.1.0"
3483+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
3484+
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
3485+
dependencies:
3486+
is-glob "^4.0.1"
3487+
34473488
glob-to-regexp@^0.3.0:
34483489
version "0.3.0"
34493490
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -3914,6 +3955,13 @@ is-arrayish@^0.2.1:
39143955
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
39153956
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
39163957

3958+
is-binary-path@~2.1.0:
3959+
version "2.1.0"
3960+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
3961+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
3962+
dependencies:
3963+
binary-extensions "^2.0.0"
3964+
39173965
is-buffer@^1.1.5:
39183966
version "1.1.6"
39193967
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4035,7 +4083,7 @@ is-glob@^3.1.0:
40354083
dependencies:
40364084
is-extglob "^2.1.0"
40374085

4038-
is-glob@^4.0.0, is-glob@^4.0.1:
4086+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
40394087
version "4.0.1"
40404088
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
40414089
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -5267,6 +5315,11 @@ normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-
52675315
semver "2 || 3 || 4 || 5"
52685316
validate-npm-package-license "^3.0.1"
52695317

5318+
normalize-path@^3.0.0, normalize-path@~3.0.0:
5319+
version "3.0.0"
5320+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
5321+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
5322+
52705323
normalize-url@^3.3.0:
52715324
version "3.3.0"
52725325
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
@@ -6005,7 +6058,7 @@ performance-now@^2.1.0:
60056058
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
60066059
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
60076060

6008-
picomatch@^2.0.5:
6061+
picomatch@^2.0.4, picomatch@^2.0.5:
60096062
version "2.0.7"
60106063
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
60116064
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
@@ -6377,6 +6430,13 @@ readdir-scoped-modules@^1.0.0, readdir-scoped-modules@^1.1.0:
63776430
graceful-fs "^4.1.2"
63786431
once "^1.3.0"
63796432

6433+
readdirp@~3.1.3:
6434+
version "3.1.3"
6435+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.3.tgz#d6e011ed5b9240a92f08651eeb40f7942ceb6cc1"
6436+
integrity sha512-ZOsfTGkjO2kqeR5Mzr5RYDbTGYneSkdNKX2fOX2P5jF7vMrd/GNnIAUtDldeHHumHUCQ3V05YfWUdxMPAsRu9Q==
6437+
dependencies:
6438+
picomatch "^2.0.4"
6439+
63806440
redent@^1.0.0:
63816441
version "1.0.0"
63826442
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"

0 commit comments

Comments
 (0)