Skip to content

Commit 5dc3d26

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v2.34.0
1 parent 623225e commit 5dc3d26

File tree

2 files changed

+43
-24
lines changed

2 files changed

+43
-24
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.15",
1515
"@types/mocha": "5.2.7",
1616
"@types/node": "11.15.44",
17-
"@typescript-eslint/eslint-plugin": "2.29.0",
18-
"@typescript-eslint/parser": "2.29.0",
17+
"@typescript-eslint/eslint-plugin": "2.34.0",
18+
"@typescript-eslint/parser": "2.34.0",
1919
"chai": "4.3.0",
2020
"dtslint": "0.9.9",
2121
"eslint": "6.8.0",

yarn.lock

Lines changed: 41 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,47 +1230,47 @@
12301230
resolved "https://registry.yarnpkg.com/@types/parsimmon/-/parsimmon-1.10.0.tgz#ffb81cb023ff435a41d4710a29ab23c561dc9fdf"
12311231
integrity sha512-bsTIJFVQv7jnvNiC42ld2pQW2KRI+pAG243L+iATvqzy3X6+NH1obz2itRKDZZ8VVhN3wjwYax/VBGCcXzgTqQ==
12321232

1233-
"@typescript-eslint/eslint-plugin@2.29.0":
1234-
version "2.29.0"
1235-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.29.0.tgz#c9efab7624e3dd6d144a0e4577a541d1bd42c2ac"
1236-
integrity sha512-X/YAY7azKirENm4QRpT7OVmzok02cSkqeIcLmdz6gXUQG4Hk0Fi9oBAynSAyNXeGdMRuZvjBa0c1Lu0dn/u6VA==
1233+
"@typescript-eslint/eslint-plugin@2.34.0":
1234+
version "2.34.0"
1235+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1236+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
12371237
dependencies:
1238-
"@typescript-eslint/experimental-utils" "2.29.0"
1238+
"@typescript-eslint/experimental-utils" "2.34.0"
12391239
functional-red-black-tree "^1.0.1"
12401240
regexpp "^3.0.0"
12411241
tsutils "^3.17.1"
12421242

1243-
"@typescript-eslint/experimental-utils@2.29.0":
1244-
version "2.29.0"
1245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.29.0.tgz#3cb8060de9265ba131625a96bbfec31ba6d4a0fe"
1246-
integrity sha512-H/6VJr6eWYstyqjWXBP2Nn1hQJyvJoFdDtsHxGiD+lEP7piGnGpb/ZQd+z1ZSB1F7dN+WsxUDh8+S4LwI+f3jw==
1243+
"@typescript-eslint/experimental-utils@2.34.0":
1244+
version "2.34.0"
1245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1246+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
12471247
dependencies:
12481248
"@types/json-schema" "^7.0.3"
1249-
"@typescript-eslint/typescript-estree" "2.29.0"
1249+
"@typescript-eslint/typescript-estree" "2.34.0"
12501250
eslint-scope "^5.0.0"
12511251
eslint-utils "^2.0.0"
12521252

1253-
"@typescript-eslint/parser@2.29.0":
1254-
version "2.29.0"
1255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.29.0.tgz#6e3c4e21ed6393dc05b9d8b47f0b7e731ef21c9c"
1256-
integrity sha512-H78M+jcu5Tf6m/5N8iiFblUUv+HJDguMSdFfzwa6vSg9lKR8Mk9BsgeSjO8l2EshKnJKcbv0e8IDDOvSNjl0EA==
1253+
"@typescript-eslint/parser@2.34.0":
1254+
version "2.34.0"
1255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1256+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
12571257
dependencies:
12581258
"@types/eslint-visitor-keys" "^1.0.0"
1259-
"@typescript-eslint/experimental-utils" "2.29.0"
1260-
"@typescript-eslint/typescript-estree" "2.29.0"
1259+
"@typescript-eslint/experimental-utils" "2.34.0"
1260+
"@typescript-eslint/typescript-estree" "2.34.0"
12611261
eslint-visitor-keys "^1.1.0"
12621262

1263-
"@typescript-eslint/typescript-estree@2.29.0":
1264-
version "2.29.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.29.0.tgz#1be6612bb02fc37ac9f466521c1459a4744e8d3a"
1266-
integrity sha512-3YGbtnWy4az16Egy5Fj5CckkVlpIh0MADtAQza+jiMADRSKkjdpzZp/5WuvwK/Qib3Z0HtzrDFeWanS99dNhnA==
1263+
"@typescript-eslint/typescript-estree@2.34.0":
1264+
version "2.34.0"
1265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1266+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
12671267
dependencies:
12681268
debug "^4.1.1"
12691269
eslint-visitor-keys "^1.1.0"
12701270
glob "^7.1.6"
12711271
is-glob "^4.0.1"
12721272
lodash "^4.17.15"
1273-
semver "^6.3.0"
1273+
semver "^7.3.2"
12741274
tsutils "^3.17.1"
12751275

12761276
"@zkochan/cmd-shim@^3.1.0":
@@ -4872,6 +4872,13 @@ lru-cache@^5.1.1:
48724872
dependencies:
48734873
yallist "^3.0.2"
48744874

4875+
lru-cache@^6.0.0:
4876+
version "6.0.0"
4877+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4878+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4879+
dependencies:
4880+
yallist "^4.0.0"
4881+
48754882
macos-release@^2.0.0:
48764883
version "2.0.0"
48774884
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.0.0.tgz#7dddf4caf79001a851eb4fba7fb6034f251276ab"
@@ -6921,7 +6928,7 @@ semver-regex@^2.0.0:
69216928
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
69226929
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
69236930

6924-
[email protected], semver@^6.1.2, semver@^6.3.0:
6931+
[email protected], semver@^6.1.2:
69256932
version "6.3.0"
69266933
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
69276934
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -6941,6 +6948,13 @@ semver@^6.2.0:
69416948
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
69426949
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
69436950

6951+
semver@^7.3.2:
6952+
version "7.3.4"
6953+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
6954+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
6955+
dependencies:
6956+
lru-cache "^6.0.0"
6957+
69446958
semver@~5.3.0:
69456959
version "5.3.0"
69466960
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -8198,6 +8212,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
81988212
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
81998213
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
82008214

8215+
yallist@^4.0.0:
8216+
version "4.0.0"
8217+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
8218+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
8219+
82018220
yaml@^1.7.2:
82028221
version "1.7.2"
82038222
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"

0 commit comments

Comments
 (0)