Skip to content

Commit c8367bf

Browse files
chore: update typescript-eslint monorepo to v3.5.0 (#1983)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 90d5804 commit c8367bf

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

yarn.lock

+34-19
Original file line numberDiff line numberDiff line change
@@ -2612,24 +2612,25 @@
26122612
"@types/yargs-parser" "*"
26132613

26142614
"@typescript-eslint/eslint-plugin@^3.0.0":
2615-
version "3.4.0"
2616-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
2617-
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
2615+
version "3.5.0"
2616+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.5.0.tgz#e7736e0808b5fb947a5f9dd949ae6736a7226b84"
2617+
integrity sha512-m4erZ8AkSjoIUOf8s4k2V1xdL2c1Vy0D3dN6/jC9d7+nEqjY3gxXCkgi3gW/GAxPaA4hV8biaCoTVdQmfAeTCQ==
26182618
dependencies:
2619-
"@typescript-eslint/experimental-utils" "3.4.0"
2619+
"@typescript-eslint/experimental-utils" "3.5.0"
26202620
debug "^4.1.1"
26212621
functional-red-black-tree "^1.0.1"
26222622
regexpp "^3.0.0"
26232623
semver "^7.3.2"
26242624
tsutils "^3.17.1"
26252625

2626-
"@typescript-eslint/experimental-utils@3.4.0":
2627-
version "3.4.0"
2628-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
2629-
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
2626+
"@typescript-eslint/experimental-utils@3.5.0":
2627+
version "3.5.0"
2628+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.5.0.tgz#d09f9ffb890d1b15a7ffa9975fae92eee05597c4"
2629+
integrity sha512-zGNOrVi5Wz0jcjUnFZ6QUD0MCox5hBuVwemGCew2qJzUX5xPoyR+0EzS5qD5qQXL/vnQ8Eu+nv03tpeFRwLrDg==
26302630
dependencies:
26312631
"@types/json-schema" "^7.0.3"
2632-
"@typescript-eslint/typescript-estree" "3.4.0"
2632+
"@typescript-eslint/types" "3.5.0"
2633+
"@typescript-eslint/typescript-estree" "3.5.0"
26332634
eslint-scope "^5.0.0"
26342635
eslint-utils "^2.0.0"
26352636

@@ -2644,15 +2645,21 @@
26442645
eslint-utils "^2.0.0"
26452646

26462647
"@typescript-eslint/parser@^3.0.0":
2647-
version "3.4.0"
2648-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
2649-
integrity sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==
2648+
version "3.5.0"
2649+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.5.0.tgz#9ff8c11877c48df24e10e19d7bf542ee0359500d"
2650+
integrity sha512-sU07VbYB70WZHtgOjH/qfAp1+OwaWgrvD1Km1VXqRpcVxt971PMTU7gJtlrCje0M+Sdz7xKAbtiyIu+Y6QdnVA==
26502651
dependencies:
26512652
"@types/eslint-visitor-keys" "^1.0.0"
2652-
"@typescript-eslint/experimental-utils" "3.4.0"
2653-
"@typescript-eslint/typescript-estree" "3.4.0"
2653+
"@typescript-eslint/experimental-utils" "3.5.0"
2654+
"@typescript-eslint/types" "3.5.0"
2655+
"@typescript-eslint/typescript-estree" "3.5.0"
26542656
eslint-visitor-keys "^1.1.0"
26552657

2658+
"@typescript-eslint/[email protected]":
2659+
version "3.5.0"
2660+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.5.0.tgz#4e3d2a2272268d8ec3e3e4a37152a64956682639"
2661+
integrity sha512-Dreqb5idi66VVs1QkbAwVeDmdJG+sDtofJtKwKCZXIaBsINuCN7Jv5eDIHrS0hFMMiOvPH9UuOs4splW0iZe4Q==
2662+
26562663
"@typescript-eslint/[email protected]":
26572664
version "2.34.0"
26582665
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2666,19 +2673,27 @@
26662673
semver "^7.3.2"
26672674
tsutils "^3.17.1"
26682675

2669-
"@typescript-eslint/typescript-estree@3.4.0":
2670-
version "3.4.0"
2671-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
2672-
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
2676+
"@typescript-eslint/typescript-estree@3.5.0":
2677+
version "3.5.0"
2678+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.5.0.tgz#dfc895db21a381b84f24c2a719f5bf9c600dcfdc"
2679+
integrity sha512-Na71ezI6QP5WVR4EHxwcBJgYiD+Sre9BZO5iJK2QhrmRPo/42+b0no/HZIrdD1sjghzlYv7t+7Jis05M1uMxQg==
26732680
dependencies:
2681+
"@typescript-eslint/types" "3.5.0"
2682+
"@typescript-eslint/visitor-keys" "3.5.0"
26742683
debug "^4.1.1"
2675-
eslint-visitor-keys "^1.1.0"
26762684
glob "^7.1.6"
26772685
is-glob "^4.0.1"
26782686
lodash "^4.17.15"
26792687
semver "^7.3.2"
26802688
tsutils "^3.17.1"
26812689

2690+
"@typescript-eslint/[email protected]":
2691+
version "3.5.0"
2692+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.5.0.tgz#73c1ea2582f814735e4afdc1cf6f5e3af78db60a"
2693+
integrity sha512-7cTp9rcX2sz9Z+zua9MCOX4cqp5rYyFD5o8LlbSpXrMTXoRdngTtotRZEkm8+FNMHPWYFhitFK+qt/brK8BVJQ==
2694+
dependencies:
2695+
eslint-visitor-keys "^1.1.0"
2696+
26822697
"@zkochan/cmd-shim@^3.1.0":
26832698
version "3.1.0"
26842699
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)