Skip to content

Commit c068c2c

Browse files
chore: update typescript-eslint monorepo to v5.19.0 (#3118)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1c0b5cf commit c068c2c

File tree

1 file changed

+67
-21
lines changed

1 file changed

+67
-21
lines changed

yarn.lock

+67-21
Original file line numberDiff line numberDiff line change
@@ -2602,13 +2602,13 @@
26022602
"@types/yargs-parser" "*"
26032603

26042604
"@typescript-eslint/eslint-plugin@^5.0.0":
2605-
version "5.18.0"
2606-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
2607-
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
2605+
version "5.19.0"
2606+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
2607+
integrity sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
26082608
dependencies:
2609-
"@typescript-eslint/scope-manager" "5.18.0"
2610-
"@typescript-eslint/type-utils" "5.18.0"
2611-
"@typescript-eslint/utils" "5.18.0"
2609+
"@typescript-eslint/scope-manager" "5.19.0"
2610+
"@typescript-eslint/type-utils" "5.19.0"
2611+
"@typescript-eslint/utils" "5.19.0"
26122612
debug "^4.3.2"
26132613
functional-red-black-tree "^1.0.1"
26142614
ignore "^5.1.8"
@@ -2617,13 +2617,13 @@
26172617
tsutils "^3.21.0"
26182618

26192619
"@typescript-eslint/parser@^5.0.0":
2620-
version "5.18.0"
2621-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
2622-
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
2620+
version "5.19.0"
2621+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
2622+
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
26232623
dependencies:
2624-
"@typescript-eslint/scope-manager" "5.18.0"
2625-
"@typescript-eslint/types" "5.18.0"
2626-
"@typescript-eslint/typescript-estree" "5.18.0"
2624+
"@typescript-eslint/scope-manager" "5.19.0"
2625+
"@typescript-eslint/types" "5.19.0"
2626+
"@typescript-eslint/typescript-estree" "5.19.0"
26272627
debug "^4.3.2"
26282628

26292629
"@typescript-eslint/[email protected]":
@@ -2634,12 +2634,20 @@
26342634
"@typescript-eslint/types" "5.18.0"
26352635
"@typescript-eslint/visitor-keys" "5.18.0"
26362636

2637-
"@typescript-eslint/type-utils@5.18.0":
2638-
version "5.18.0"
2639-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
2640-
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
2637+
"@typescript-eslint/scope-manager@5.19.0":
2638+
version "5.19.0"
2639+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
2640+
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
26412641
dependencies:
2642-
"@typescript-eslint/utils" "5.18.0"
2642+
"@typescript-eslint/types" "5.19.0"
2643+
"@typescript-eslint/visitor-keys" "5.19.0"
2644+
2645+
"@typescript-eslint/[email protected]":
2646+
version "5.19.0"
2647+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
2648+
integrity sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
2649+
dependencies:
2650+
"@typescript-eslint/utils" "5.19.0"
26432651
debug "^4.3.2"
26442652
tsutils "^3.21.0"
26452653

@@ -2648,6 +2656,11 @@
26482656
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
26492657
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
26502658

2659+
"@typescript-eslint/[email protected]":
2660+
version "5.19.0"
2661+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
2662+
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
2663+
26512664
"@typescript-eslint/[email protected]":
26522665
version "5.18.0"
26532666
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
@@ -2661,7 +2674,32 @@
26612674
semver "^7.3.5"
26622675
tsutils "^3.21.0"
26632676

2664-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
2677+
"@typescript-eslint/[email protected]":
2678+
version "5.19.0"
2679+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
2680+
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
2681+
dependencies:
2682+
"@typescript-eslint/types" "5.19.0"
2683+
"@typescript-eslint/visitor-keys" "5.19.0"
2684+
debug "^4.3.2"
2685+
globby "^11.0.4"
2686+
is-glob "^4.0.3"
2687+
semver "^7.3.5"
2688+
tsutils "^3.21.0"
2689+
2690+
"@typescript-eslint/[email protected]":
2691+
version "5.19.0"
2692+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
2693+
integrity sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
2694+
dependencies:
2695+
"@types/json-schema" "^7.0.9"
2696+
"@typescript-eslint/scope-manager" "5.19.0"
2697+
"@typescript-eslint/types" "5.19.0"
2698+
"@typescript-eslint/typescript-estree" "5.19.0"
2699+
eslint-scope "^5.1.1"
2700+
eslint-utils "^3.0.0"
2701+
2702+
"@typescript-eslint/utils@^5.10.0":
26652703
version "5.18.0"
26662704
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
26672705
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
@@ -2681,6 +2719,14 @@
26812719
"@typescript-eslint/types" "5.18.0"
26822720
eslint-visitor-keys "^3.0.0"
26832721

2722+
"@typescript-eslint/[email protected]":
2723+
version "5.19.0"
2724+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
2725+
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
2726+
dependencies:
2727+
"@typescript-eslint/types" "5.19.0"
2728+
eslint-visitor-keys "^3.0.0"
2729+
26842730
JSONStream@^1.0.4:
26852731
version "1.3.5"
26862732
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -6674,9 +6720,9 @@ lru-cache@^6.0.0:
66746720
yallist "^4.0.0"
66756721

66766722
lru-cache@^7.4.0:
6677-
version "7.7.3"
6678-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.7.3.tgz#98cd19eef89ce6a4a3c4502c17c833888677c252"
6679-
integrity sha512-WY9wjJNQt9+PZilnLbuFKM+SwDull9+6IAguOrarOMoOHTcJ9GnXSO11+Gw6c7xtDkBkthR57OZMtZKYr+1CEw==
6723+
version "7.8.1"
6724+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.8.1.tgz#68ee3f4807a57d2ba185b7fd90827d5c21ce82bb"
6725+
integrity sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg==
66806726

66816727
make-dir@^2.1.0:
66826728
version "2.1.0"

0 commit comments

Comments
 (0)