Skip to content

Commit 7792d61

Browse files
chore: update typescript-eslint monorepo to v5.10.2 (#3000)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b76519f commit 7792d61

File tree

1 file changed

+64
-18
lines changed

1 file changed

+64
-18
lines changed

yarn.lock

+64-18
Original file line numberDiff line numberDiff line change
@@ -2497,13 +2497,13 @@
24972497
"@types/yargs-parser" "*"
24982498

24992499
"@typescript-eslint/eslint-plugin@^5.0.0":
2500-
version "5.10.1"
2501-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz#870195d0f2146b36d11fc71131b75aba52354c69"
2502-
integrity sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==
2500+
version "5.10.2"
2501+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
2502+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
25032503
dependencies:
2504-
"@typescript-eslint/scope-manager" "5.10.1"
2505-
"@typescript-eslint/type-utils" "5.10.1"
2506-
"@typescript-eslint/utils" "5.10.1"
2504+
"@typescript-eslint/scope-manager" "5.10.2"
2505+
"@typescript-eslint/type-utils" "5.10.2"
2506+
"@typescript-eslint/utils" "5.10.2"
25072507
debug "^4.3.2"
25082508
functional-red-black-tree "^1.0.1"
25092509
ignore "^5.1.8"
@@ -2512,13 +2512,13 @@
25122512
tsutils "^3.21.0"
25132513

25142514
"@typescript-eslint/parser@^5.0.0":
2515-
version "5.10.1"
2516-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
2517-
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
2515+
version "5.10.2"
2516+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
2517+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
25182518
dependencies:
2519-
"@typescript-eslint/scope-manager" "5.10.1"
2520-
"@typescript-eslint/types" "5.10.1"
2521-
"@typescript-eslint/typescript-estree" "5.10.1"
2519+
"@typescript-eslint/scope-manager" "5.10.2"
2520+
"@typescript-eslint/types" "5.10.2"
2521+
"@typescript-eslint/typescript-estree" "5.10.2"
25222522
debug "^4.3.2"
25232523

25242524
"@typescript-eslint/[email protected]":
@@ -2529,12 +2529,20 @@
25292529
"@typescript-eslint/types" "5.10.1"
25302530
"@typescript-eslint/visitor-keys" "5.10.1"
25312531

2532-
"@typescript-eslint/type-utils@5.10.1":
2533-
version "5.10.1"
2534-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
2535-
integrity sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==
2532+
"@typescript-eslint/scope-manager@5.10.2":
2533+
version "5.10.2"
2534+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
2535+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
25362536
dependencies:
2537-
"@typescript-eslint/utils" "5.10.1"
2537+
"@typescript-eslint/types" "5.10.2"
2538+
"@typescript-eslint/visitor-keys" "5.10.2"
2539+
2540+
"@typescript-eslint/[email protected]":
2541+
version "5.10.2"
2542+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
2543+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
2544+
dependencies:
2545+
"@typescript-eslint/utils" "5.10.2"
25382546
debug "^4.3.2"
25392547
tsutils "^3.21.0"
25402548

@@ -2543,6 +2551,11 @@
25432551
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
25442552
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
25452553

2554+
"@typescript-eslint/[email protected]":
2555+
version "5.10.2"
2556+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
2557+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
2558+
25462559
"@typescript-eslint/[email protected]":
25472560
version "5.10.1"
25482561
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
@@ -2556,7 +2569,32 @@
25562569
semver "^7.3.5"
25572570
tsutils "^3.21.0"
25582571

2559-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
2572+
"@typescript-eslint/[email protected]":
2573+
version "5.10.2"
2574+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
2575+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
2576+
dependencies:
2577+
"@typescript-eslint/types" "5.10.2"
2578+
"@typescript-eslint/visitor-keys" "5.10.2"
2579+
debug "^4.3.2"
2580+
globby "^11.0.4"
2581+
is-glob "^4.0.3"
2582+
semver "^7.3.5"
2583+
tsutils "^3.21.0"
2584+
2585+
"@typescript-eslint/[email protected]":
2586+
version "5.10.2"
2587+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
2588+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
2589+
dependencies:
2590+
"@types/json-schema" "^7.0.9"
2591+
"@typescript-eslint/scope-manager" "5.10.2"
2592+
"@typescript-eslint/types" "5.10.2"
2593+
"@typescript-eslint/typescript-estree" "5.10.2"
2594+
eslint-scope "^5.1.1"
2595+
eslint-utils "^3.0.0"
2596+
2597+
"@typescript-eslint/utils@^5.10.0":
25602598
version "5.10.1"
25612599
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
25622600
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
@@ -2576,6 +2614,14 @@
25762614
"@typescript-eslint/types" "5.10.1"
25772615
eslint-visitor-keys "^3.0.0"
25782616

2617+
"@typescript-eslint/[email protected]":
2618+
version "5.10.2"
2619+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
2620+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
2621+
dependencies:
2622+
"@typescript-eslint/types" "5.10.2"
2623+
eslint-visitor-keys "^3.0.0"
2624+
25792625
JSONStream@^1.0.4:
25802626
version "1.3.5"
25812627
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)