Skip to content

Commit 3161181

Browse files
committed
Update typescript-eslint monorepo to v7.2.0
1 parent 592e8de commit 3161181

2 files changed

Lines changed: 80 additions & 55 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/jsonwebtoken": "9.0.6",
4646
"@types/node": "20.11.25",
4747
"@types/ramda": "0.29.11",
48-
"@typescript-eslint/eslint-plugin": "7.1.1",
49-
"@typescript-eslint/parser": "7.1.1",
48+
"@typescript-eslint/eslint-plugin": "7.2.0",
49+
"@typescript-eslint/parser": "7.2.0",
5050
"ava": "5.3.1",
5151
"dotenv": "16.4.5",
5252
"eslint": "8.57.0",

yarn.lock

Lines changed: 78 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -419,32 +419,32 @@
419419
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
420420
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
421421

422-
"@typescript-eslint/eslint-plugin@7.1.1":
423-
version "7.1.1"
424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e"
425-
integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==
422+
"@typescript-eslint/eslint-plugin@7.2.0":
423+
version "7.2.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
425+
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
426426
dependencies:
427427
"@eslint-community/regexpp" "^4.5.1"
428-
"@typescript-eslint/scope-manager" "7.1.1"
429-
"@typescript-eslint/type-utils" "7.1.1"
430-
"@typescript-eslint/utils" "7.1.1"
431-
"@typescript-eslint/visitor-keys" "7.1.1"
428+
"@typescript-eslint/scope-manager" "7.2.0"
429+
"@typescript-eslint/type-utils" "7.2.0"
430+
"@typescript-eslint/utils" "7.2.0"
431+
"@typescript-eslint/visitor-keys" "7.2.0"
432432
debug "^4.3.4"
433433
graphemer "^1.4.0"
434434
ignore "^5.2.4"
435435
natural-compare "^1.4.0"
436436
semver "^7.5.4"
437437
ts-api-utils "^1.0.1"
438438

439-
"@typescript-eslint/parser@7.1.1":
440-
version "7.1.1"
441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f"
442-
integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==
439+
"@typescript-eslint/parser@7.2.0":
440+
version "7.2.0"
441+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
442+
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
443443
dependencies:
444-
"@typescript-eslint/scope-manager" "7.1.1"
445-
"@typescript-eslint/types" "7.1.1"
446-
"@typescript-eslint/typescript-estree" "7.1.1"
447-
"@typescript-eslint/visitor-keys" "7.1.1"
444+
"@typescript-eslint/scope-manager" "7.2.0"
445+
"@typescript-eslint/types" "7.2.0"
446+
"@typescript-eslint/typescript-estree" "7.2.0"
447+
"@typescript-eslint/visitor-keys" "7.2.0"
448448
debug "^4.3.4"
449449

450450
"@typescript-eslint/scope-manager@5.18.0":
@@ -455,21 +455,21 @@
455455
"@typescript-eslint/types" "5.18.0"
456456
"@typescript-eslint/visitor-keys" "5.18.0"
457457

458-
"@typescript-eslint/scope-manager@7.1.1":
459-
version "7.1.1"
460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93"
461-
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==
458+
"@typescript-eslint/scope-manager@7.2.0":
459+
version "7.2.0"
460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
461+
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
462462
dependencies:
463-
"@typescript-eslint/types" "7.1.1"
464-
"@typescript-eslint/visitor-keys" "7.1.1"
463+
"@typescript-eslint/types" "7.2.0"
464+
"@typescript-eslint/visitor-keys" "7.2.0"
465465

466-
"@typescript-eslint/type-utils@7.1.1":
467-
version "7.1.1"
468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226"
469-
integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==
466+
"@typescript-eslint/type-utils@7.2.0":
467+
version "7.2.0"
468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
469+
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
470470
dependencies:
471-
"@typescript-eslint/typescript-estree" "7.1.1"
472-
"@typescript-eslint/utils" "7.1.1"
471+
"@typescript-eslint/typescript-estree" "7.2.0"
472+
"@typescript-eslint/utils" "7.2.0"
473473
debug "^4.3.4"
474474
ts-api-utils "^1.0.1"
475475

@@ -478,10 +478,10 @@
478478
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
479479
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
480480

481-
"@typescript-eslint/types@7.1.1":
482-
version "7.1.1"
483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f"
484-
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==
481+
"@typescript-eslint/types@7.2.0":
482+
version "7.2.0"
483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
484+
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
485485

486486
"@typescript-eslint/typescript-estree@5.18.0":
487487
version "5.18.0"
@@ -496,31 +496,31 @@
496496
semver "^7.3.5"
497497
tsutils "^3.21.0"
498498

499-
"@typescript-eslint/typescript-estree@7.1.1":
500-
version "7.1.1"
501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece"
502-
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==
499+
"@typescript-eslint/typescript-estree@7.2.0":
500+
version "7.2.0"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
502+
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
503503
dependencies:
504-
"@typescript-eslint/types" "7.1.1"
505-
"@typescript-eslint/visitor-keys" "7.1.1"
504+
"@typescript-eslint/types" "7.2.0"
505+
"@typescript-eslint/visitor-keys" "7.2.0"
506506
debug "^4.3.4"
507507
globby "^11.1.0"
508508
is-glob "^4.0.3"
509509
minimatch "9.0.3"
510510
semver "^7.5.4"
511511
ts-api-utils "^1.0.1"
512512

513-
"@typescript-eslint/utils@7.1.1":
514-
version "7.1.1"
515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b"
516-
integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==
513+
"@typescript-eslint/utils@7.2.0":
514+
version "7.2.0"
515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
516+
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
517517
dependencies:
518518
"@eslint-community/eslint-utils" "^4.4.0"
519519
"@types/json-schema" "^7.0.12"
520520
"@types/semver" "^7.5.0"
521-
"@typescript-eslint/scope-manager" "7.1.1"
522-
"@typescript-eslint/types" "7.1.1"
523-
"@typescript-eslint/typescript-estree" "7.1.1"
521+
"@typescript-eslint/scope-manager" "7.2.0"
522+
"@typescript-eslint/types" "7.2.0"
523+
"@typescript-eslint/typescript-estree" "7.2.0"
524524
semver "^7.5.4"
525525

526526
"@typescript-eslint/utils@^5.10.2":
@@ -543,12 +543,12 @@
543543
"@typescript-eslint/types" "5.18.0"
544544
eslint-visitor-keys "^3.0.0"
545545

546-
"@typescript-eslint/visitor-keys@7.1.1":
547-
version "7.1.1"
548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d"
549-
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==
546+
"@typescript-eslint/visitor-keys@7.2.0":
547+
version "7.2.0"
548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
549+
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
550550
dependencies:
551-
"@typescript-eslint/types" "7.1.1"
551+
"@typescript-eslint/types" "7.2.0"
552552
eslint-visitor-keys "^3.4.1"
553553

554554
"@ungap/structured-clone@^1.2.0":
@@ -2305,7 +2305,16 @@ stack-utils@^2.0.6:
23052305
dependencies:
23062306
escape-string-regexp "^2.0.0"
23072307

2308-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2308+
"string-width-cjs@npm:string-width@^4.2.0":
2309+
version "4.2.3"
2310+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2311+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2312+
dependencies:
2313+
emoji-regex "^8.0.0"
2314+
is-fullwidth-code-point "^3.0.0"
2315+
strip-ansi "^6.0.1"
2316+
2317+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
23092318
version "4.2.3"
23102319
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
23112320
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2332,7 +2341,14 @@ string-width@^5.0.1, string-width@^5.1.2:
23322341
emoji-regex "^9.2.2"
23332342
strip-ansi "^7.0.1"
23342343

2335-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2344+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2345+
version "6.0.1"
2346+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2347+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2348+
dependencies:
2349+
ansi-regex "^5.0.1"
2350+
2351+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23362352
version "6.0.1"
23372353
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
23382354
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2487,7 +2503,16 @@ which@^2.0.1:
24872503
dependencies:
24882504
isexe "^2.0.0"
24892505

2490-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2506+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2507+
version "7.0.0"
2508+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2509+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2510+
dependencies:
2511+
ansi-styles "^4.0.0"
2512+
string-width "^4.1.0"
2513+
strip-ansi "^6.0.0"
2514+
2515+
wrap-ansi@^7.0.0:
24912516
version "7.0.0"
24922517
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24932518
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)