Skip to content

Commit be169d8

Browse files
authored
Merge pull request #371 from bash-lsp/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v2.34.0
2 parents c270ebd + 9485a2f commit be169d8

File tree

2 files changed

+50
-24
lines changed

2 files changed

+50
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/jest": "25.2.3",
2020
"@types/node": "12.20.51",
21-
"@typescript-eslint/eslint-plugin": "2.22.0",
22-
"@typescript-eslint/parser": "2.22.0",
21+
"@typescript-eslint/eslint-plugin": "2.34.0",
22+
"@typescript-eslint/parser": "2.34.0",
2323
"eslint": "6.8.0",
2424
"eslint-config-prettier": "6.15.0",
2525
"eslint-plugin-jest": "22.21.0",

yarn.lock

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -564,25 +564,25 @@
564564
dependencies:
565565
"@types/yargs-parser" "*"
566566

567-
"@typescript-eslint/eslint-plugin@2.22.0":
568-
version "2.22.0"
569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
570-
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
567+
"@typescript-eslint/eslint-plugin@2.34.0":
568+
version "2.34.0"
569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
570+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
571571
dependencies:
572-
"@typescript-eslint/experimental-utils" "2.22.0"
573-
eslint-utils "^1.4.3"
572+
"@typescript-eslint/experimental-utils" "2.34.0"
574573
functional-red-black-tree "^1.0.1"
575574
regexpp "^3.0.0"
576575
tsutils "^3.17.1"
577576

578-
"@typescript-eslint/experimental-utils@2.22.0":
579-
version "2.22.0"
580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
581-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
577+
"@typescript-eslint/experimental-utils@2.34.0":
578+
version "2.34.0"
579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
580+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
582581
dependencies:
583582
"@types/json-schema" "^7.0.3"
584-
"@typescript-eslint/typescript-estree" "2.22.0"
583+
"@typescript-eslint/typescript-estree" "2.34.0"
585584
eslint-scope "^5.0.0"
585+
eslint-utils "^2.0.0"
586586

587587
"@typescript-eslint/experimental-utils@^1.13.0":
588588
version "1.13.0"
@@ -593,14 +593,14 @@
593593
"@typescript-eslint/typescript-estree" "1.13.0"
594594
eslint-scope "^4.0.0"
595595

596-
"@typescript-eslint/parser@2.22.0":
597-
version "2.22.0"
598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
599-
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
596+
"@typescript-eslint/parser@2.34.0":
597+
version "2.34.0"
598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
599+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
600600
dependencies:
601601
"@types/eslint-visitor-keys" "^1.0.0"
602-
"@typescript-eslint/experimental-utils" "2.22.0"
603-
"@typescript-eslint/typescript-estree" "2.22.0"
602+
"@typescript-eslint/experimental-utils" "2.34.0"
603+
"@typescript-eslint/typescript-estree" "2.34.0"
604604
eslint-visitor-keys "^1.1.0"
605605

606606
"@typescript-eslint/typescript-estree@1.13.0":
@@ -611,17 +611,17 @@
611611
lodash.unescape "4.0.1"
612612
semver "5.5.0"
613613

614-
"@typescript-eslint/typescript-estree@2.22.0":
615-
version "2.22.0"
616-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
617-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
614+
"@typescript-eslint/typescript-estree@2.34.0":
615+
version "2.34.0"
616+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
617+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
618618
dependencies:
619619
debug "^4.1.1"
620620
eslint-visitor-keys "^1.1.0"
621621
glob "^7.1.6"
622622
is-glob "^4.0.1"
623623
lodash "^4.17.15"
624-
semver "^6.3.0"
624+
semver "^7.3.2"
625625
tsutils "^3.17.1"
626626

627627
abab@^2.0.0:
@@ -1356,6 +1356,13 @@ eslint-utils@^1.4.3:
13561356
dependencies:
13571357
eslint-visitor-keys "^1.1.0"
13581358

1359+
eslint-utils@^2.0.0:
1360+
version "2.1.0"
1361+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1362+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
1363+
dependencies:
1364+
eslint-visitor-keys "^1.1.0"
1365+
13591366
eslint-visitor-keys@^1.1.0:
13601367
version "1.1.0"
13611368
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -2715,6 +2722,13 @@ lolex@^5.0.0:
27152722
dependencies:
27162723
"@sinonjs/commons" "^1.7.0"
27172724

2725+
lru-cache@^6.0.0:
2726+
version "6.0.0"
2727+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2728+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2729+
dependencies:
2730+
yallist "^4.0.0"
2731+
27182732
make-dir@^3.0.0:
27192733
version "3.0.2"
27202734
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.2.tgz#04a1acbf22221e1d6ef43559f43e05a90dbb4392"
@@ -3460,6 +3474,13 @@ semver@6.x, semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
34603474
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
34613475
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
34623476

3477+
semver@^7.3.2:
3478+
version "7.3.7"
3479+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3480+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3481+
dependencies:
3482+
lru-cache "^6.0.0"
3483+
34633484
set-blocking@^2.0.0:
34643485
version "2.0.0"
34653486
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4189,6 +4210,11 @@ y18n@^4.0.0:
41894210
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
41904211
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
41914212

4213+
yallist@^4.0.0:
4214+
version "4.0.0"
4215+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4216+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4217+
41924218
yargs-parser@18.x, yargs-parser@^18.1.2:
41934219
version "18.1.3"
41944220
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"

0 commit comments

Comments
 (0)