Skip to content

Commit 9130b5e

Browse files
chore: update typescript-eslint monorepo to v5.11.0 (#3014)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 30b30d6 commit 9130b5e

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
@@ -2573,13 +2573,13 @@
25732573
"@types/yargs-parser" "*"
25742574

25752575
"@typescript-eslint/eslint-plugin@^5.0.0":
2576-
version "5.10.2"
2577-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
2578-
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
2576+
version "5.11.0"
2577+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
2578+
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
25792579
dependencies:
2580-
"@typescript-eslint/scope-manager" "5.10.2"
2581-
"@typescript-eslint/type-utils" "5.10.2"
2582-
"@typescript-eslint/utils" "5.10.2"
2580+
"@typescript-eslint/scope-manager" "5.11.0"
2581+
"@typescript-eslint/type-utils" "5.11.0"
2582+
"@typescript-eslint/utils" "5.11.0"
25832583
debug "^4.3.2"
25842584
functional-red-black-tree "^1.0.1"
25852585
ignore "^5.1.8"
@@ -2588,13 +2588,13 @@
25882588
tsutils "^3.21.0"
25892589

25902590
"@typescript-eslint/parser@^5.0.0":
2591-
version "5.10.2"
2592-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
2593-
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
2591+
version "5.11.0"
2592+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
2593+
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
25942594
dependencies:
2595-
"@typescript-eslint/scope-manager" "5.10.2"
2596-
"@typescript-eslint/types" "5.10.2"
2597-
"@typescript-eslint/typescript-estree" "5.10.2"
2595+
"@typescript-eslint/scope-manager" "5.11.0"
2596+
"@typescript-eslint/types" "5.11.0"
2597+
"@typescript-eslint/typescript-estree" "5.11.0"
25982598
debug "^4.3.2"
25992599

26002600
"@typescript-eslint/[email protected]":
@@ -2605,12 +2605,20 @@
26052605
"@typescript-eslint/types" "5.10.2"
26062606
"@typescript-eslint/visitor-keys" "5.10.2"
26072607

2608-
"@typescript-eslint/type-utils@5.10.2":
2609-
version "5.10.2"
2610-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
2611-
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
2608+
"@typescript-eslint/scope-manager@5.11.0":
2609+
version "5.11.0"
2610+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
2611+
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
26122612
dependencies:
2613-
"@typescript-eslint/utils" "5.10.2"
2613+
"@typescript-eslint/types" "5.11.0"
2614+
"@typescript-eslint/visitor-keys" "5.11.0"
2615+
2616+
"@typescript-eslint/[email protected]":
2617+
version "5.11.0"
2618+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
2619+
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
2620+
dependencies:
2621+
"@typescript-eslint/utils" "5.11.0"
26142622
debug "^4.3.2"
26152623
tsutils "^3.21.0"
26162624

@@ -2619,6 +2627,11 @@
26192627
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
26202628
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
26212629

2630+
"@typescript-eslint/[email protected]":
2631+
version "5.11.0"
2632+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
2633+
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
2634+
26222635
"@typescript-eslint/[email protected]":
26232636
version "5.10.2"
26242637
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
@@ -2632,7 +2645,32 @@
26322645
semver "^7.3.5"
26332646
tsutils "^3.21.0"
26342647

2635-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
2648+
"@typescript-eslint/[email protected]":
2649+
version "5.11.0"
2650+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
2651+
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
2652+
dependencies:
2653+
"@typescript-eslint/types" "5.11.0"
2654+
"@typescript-eslint/visitor-keys" "5.11.0"
2655+
debug "^4.3.2"
2656+
globby "^11.0.4"
2657+
is-glob "^4.0.3"
2658+
semver "^7.3.5"
2659+
tsutils "^3.21.0"
2660+
2661+
"@typescript-eslint/[email protected]":
2662+
version "5.11.0"
2663+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
2664+
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
2665+
dependencies:
2666+
"@types/json-schema" "^7.0.9"
2667+
"@typescript-eslint/scope-manager" "5.11.0"
2668+
"@typescript-eslint/types" "5.11.0"
2669+
"@typescript-eslint/typescript-estree" "5.11.0"
2670+
eslint-scope "^5.1.1"
2671+
eslint-utils "^3.0.0"
2672+
2673+
"@typescript-eslint/utils@^5.10.0":
26362674
version "5.10.2"
26372675
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
26382676
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
@@ -2652,6 +2690,14 @@
26522690
"@typescript-eslint/types" "5.10.2"
26532691
eslint-visitor-keys "^3.0.0"
26542692

2693+
"@typescript-eslint/[email protected]":
2694+
version "5.11.0"
2695+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
2696+
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
2697+
dependencies:
2698+
"@typescript-eslint/types" "5.11.0"
2699+
eslint-visitor-keys "^3.0.0"
2700+
26552701
JSONStream@^1.0.4:
26562702
version "1.3.5"
26572703
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)