Skip to content

Commit 9f8805d

Browse files
Update dependency typescript-eslint to v8.63.0
1 parent 4eb628c commit 9f8805d

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"prettier": "3.9.4",
6464
"ts-node": "10.9.2",
6565
"typescript": "5.9.3",
66-
"typescript-eslint": "8.62.1"
66+
"typescript-eslint": "8.63.0"
6767
},
6868
"lint-staged": {
6969
"src/**/*.ts": [

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -469,100 +469,100 @@
469469
dependencies:
470470
"@types/node" "*"
471471

472-
"@typescript-eslint/eslint-plugin@8.62.1":
473-
version "8.62.1"
474-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz#1736dcdca6cae3359d818456a47d18b674761f7f"
475-
integrity sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==
472+
"@typescript-eslint/eslint-plugin@8.63.0":
473+
version "8.63.0"
474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.63.0.tgz#0d85d0ec1a28b0e35f484cc8220a8bf084019e71"
475+
integrity sha512-rvwSgqT+DHpWdzfSzPatRLm02a0GlESt++9iy3hLCDY4BgkaLcl8LBi9Yh7XGFBpwcBE/K3024QuXWTpbz4FfQ==
476476
dependencies:
477477
"@eslint-community/regexpp" "^4.12.2"
478-
"@typescript-eslint/scope-manager" "8.62.1"
479-
"@typescript-eslint/type-utils" "8.62.1"
480-
"@typescript-eslint/utils" "8.62.1"
481-
"@typescript-eslint/visitor-keys" "8.62.1"
478+
"@typescript-eslint/scope-manager" "8.63.0"
479+
"@typescript-eslint/type-utils" "8.63.0"
480+
"@typescript-eslint/utils" "8.63.0"
481+
"@typescript-eslint/visitor-keys" "8.63.0"
482482
ignore "^7.0.5"
483483
natural-compare "^1.4.0"
484484
ts-api-utils "^2.5.0"
485485

486-
"@typescript-eslint/parser@8.62.1":
487-
version "8.62.1"
488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.1.tgz#d3f7ba18f1bf78bfb7256fea021d1927b48e7080"
489-
integrity sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==
486+
"@typescript-eslint/parser@8.63.0":
487+
version "8.63.0"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.63.0.tgz#2993338c379903e6afc72c3532ae6e15b97334d4"
489+
integrity sha512-gwh4gvvlaVDKKxyfxMG+Gnu1u9X0OQBwyGLkbwB65dIzBKnxeRiJlNFqlI3zwVhNXJIs6qV7mlFCn/BIajlVig==
490490
dependencies:
491-
"@typescript-eslint/scope-manager" "8.62.1"
492-
"@typescript-eslint/types" "8.62.1"
493-
"@typescript-eslint/typescript-estree" "8.62.1"
494-
"@typescript-eslint/visitor-keys" "8.62.1"
491+
"@typescript-eslint/scope-manager" "8.63.0"
492+
"@typescript-eslint/types" "8.63.0"
493+
"@typescript-eslint/typescript-estree" "8.63.0"
494+
"@typescript-eslint/visitor-keys" "8.63.0"
495495
debug "^4.4.3"
496496

497-
"@typescript-eslint/project-service@8.62.1":
498-
version "8.62.1"
499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.1.tgz#78d880eb1cf6859b5ec263d04f95403e9f90ae47"
500-
integrity sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==
497+
"@typescript-eslint/project-service@8.63.0":
498+
version "8.63.0"
499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.63.0.tgz#01a3d0550a860127444a9939749ab434591cd71a"
500+
integrity sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==
501501
dependencies:
502-
"@typescript-eslint/tsconfig-utils" "^8.62.1"
503-
"@typescript-eslint/types" "^8.62.1"
502+
"@typescript-eslint/tsconfig-utils" "^8.63.0"
503+
"@typescript-eslint/types" "^8.63.0"
504504
debug "^4.4.3"
505505

506-
"@typescript-eslint/scope-manager@8.62.1":
507-
version "8.62.1"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz#7ee65e9a6eb3ccdc4816593a4ff38840306de88a"
509-
integrity sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==
506+
"@typescript-eslint/scope-manager@8.63.0":
507+
version "8.63.0"
508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.63.0.tgz#c9cf7ecd234f7ec346f62e5c7d28dfaf4d507b4d"
509+
integrity sha512-uUyfMWCnDSN8bCpcrY8nGP2BLkQ9Xn0GsipcONcpIDWhwhO4ZSyHvyS14U3X75mzxWxL3I2UZIrenTzdzcJO8A==
510510
dependencies:
511-
"@typescript-eslint/types" "8.62.1"
512-
"@typescript-eslint/visitor-keys" "8.62.1"
511+
"@typescript-eslint/types" "8.63.0"
512+
"@typescript-eslint/visitor-keys" "8.63.0"
513513

514-
"@typescript-eslint/tsconfig-utils@8.62.1", "@typescript-eslint/tsconfig-utils@^8.62.1":
515-
version "8.62.1"
516-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz#e2b5f24fe721044189cb7e81117c96d75979d627"
517-
integrity sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==
514+
"@typescript-eslint/tsconfig-utils@8.63.0", "@typescript-eslint/tsconfig-utils@^8.63.0":
515+
version "8.63.0"
516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.63.0.tgz#f7e1cf9a029bb71f4027ffa4194ba82afb564cd3"
517+
integrity sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==
518518

519-
"@typescript-eslint/type-utils@8.62.1":
520-
version "8.62.1"
521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz#ebd30b13bacb13070917259a23309cf644121f9a"
522-
integrity sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==
519+
"@typescript-eslint/type-utils@8.63.0":
520+
version "8.63.0"
521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.63.0.tgz#9c00f362140186c588da86b3e10c212800b64b85"
522+
integrity sha512-Nzzh/OGxVCOjObjaj1CQF2RUasyYy2Jfuh+zZ3PjLzG2fYRriAiZLib9UKtO+CpQAS3YHiAS+ckZDclwqI1TPA==
523523
dependencies:
524-
"@typescript-eslint/types" "8.62.1"
525-
"@typescript-eslint/typescript-estree" "8.62.1"
526-
"@typescript-eslint/utils" "8.62.1"
524+
"@typescript-eslint/types" "8.63.0"
525+
"@typescript-eslint/typescript-estree" "8.63.0"
526+
"@typescript-eslint/utils" "8.63.0"
527527
debug "^4.4.3"
528528
ts-api-utils "^2.5.0"
529529

530-
"@typescript-eslint/types@8.62.1", "@typescript-eslint/types@^8.62.1":
531-
version "8.62.1"
532-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.1.tgz#c58be954e483b2fc98275374d5bcb40b99842dc1"
533-
integrity sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==
530+
"@typescript-eslint/types@8.63.0", "@typescript-eslint/types@^8.63.0":
531+
version "8.63.0"
532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.63.0.tgz#6b32b0a5913520554d81a986acfffba2d32b6963"
533+
integrity sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==
534534

535-
"@typescript-eslint/typescript-estree@8.62.1":
536-
version "8.62.1"
537-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz#98c1bb17635d5b026b24193a8d29188ac64380ff"
538-
integrity sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==
535+
"@typescript-eslint/typescript-estree@8.63.0":
536+
version "8.63.0"
537+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.63.0.tgz#a6f9c9cd290e98203ad29850b0d72529dc83be73"
538+
integrity sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==
539539
dependencies:
540-
"@typescript-eslint/project-service" "8.62.1"
541-
"@typescript-eslint/tsconfig-utils" "8.62.1"
542-
"@typescript-eslint/types" "8.62.1"
543-
"@typescript-eslint/visitor-keys" "8.62.1"
540+
"@typescript-eslint/project-service" "8.63.0"
541+
"@typescript-eslint/tsconfig-utils" "8.63.0"
542+
"@typescript-eslint/types" "8.63.0"
543+
"@typescript-eslint/visitor-keys" "8.63.0"
544544
debug "^4.4.3"
545545
minimatch "^10.2.2"
546546
semver "^7.7.3"
547547
tinyglobby "^0.2.15"
548548
ts-api-utils "^2.5.0"
549549

550-
"@typescript-eslint/utils@8.62.1":
551-
version "8.62.1"
552-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.1.tgz#1622b75c7e6df308181dd0b44855dc4228da0457"
553-
integrity sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==
550+
"@typescript-eslint/utils@8.63.0":
551+
version "8.63.0"
552+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.63.0.tgz#b6a6c8aff1cebd1de4410b3a42b7ec9ba6703f23"
553+
integrity sha512-fUKaeAvrTuQg/Tgt3nliAUSZHJM6DlCcfyEmxCvlX8kieWSStBX+5O5Fnidtc3i2JrH+9c/GL4RY2iasd/GPTA==
554554
dependencies:
555555
"@eslint-community/eslint-utils" "^4.9.1"
556-
"@typescript-eslint/scope-manager" "8.62.1"
557-
"@typescript-eslint/types" "8.62.1"
558-
"@typescript-eslint/typescript-estree" "8.62.1"
556+
"@typescript-eslint/scope-manager" "8.63.0"
557+
"@typescript-eslint/types" "8.63.0"
558+
"@typescript-eslint/typescript-estree" "8.63.0"
559559

560-
"@typescript-eslint/visitor-keys@8.62.1":
561-
version "8.62.1"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz#499657d77ffafb8a99eb1d6c97847ca430234722"
563-
integrity sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==
560+
"@typescript-eslint/visitor-keys@8.63.0":
561+
version "8.63.0"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.63.0.tgz#2853a8e33b52f23570338f96cc89cb223daabd44"
563+
integrity sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==
564564
dependencies:
565-
"@typescript-eslint/types" "8.62.1"
565+
"@typescript-eslint/types" "8.63.0"
566566
eslint-visitor-keys "^5.0.0"
567567

568568
accepts@~1.3.8:
@@ -3163,15 +3163,15 @@ typed-array-buffer@^1.0.3:
31633163
es-errors "^1.3.0"
31643164
is-typed-array "^1.1.14"
31653165

3166-
typescript-eslint@8.62.1:
3167-
version "8.62.1"
3168-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.62.1.tgz#eb93fd94d527aa04ec5b844fb0b4ada613cc7d3f"
3169-
integrity sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==
3166+
typescript-eslint@8.63.0:
3167+
version "8.63.0"
3168+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.63.0.tgz#1c2b65c989572af7113fbae7f54c7ffab0fbeb12"
3169+
integrity sha512-xgwXyzG4sK9ALkBxbyGkTMMOS+imnW65iPhxCQMK83KhxyoDNW7l+IDqEf9vMdoUidHpOoS967RCq4eMiTexwQ==
31703170
dependencies:
3171-
"@typescript-eslint/eslint-plugin" "8.62.1"
3172-
"@typescript-eslint/parser" "8.62.1"
3173-
"@typescript-eslint/typescript-estree" "8.62.1"
3174-
"@typescript-eslint/utils" "8.62.1"
3171+
"@typescript-eslint/eslint-plugin" "8.63.0"
3172+
"@typescript-eslint/parser" "8.63.0"
3173+
"@typescript-eslint/typescript-estree" "8.63.0"
3174+
"@typescript-eslint/utils" "8.63.0"
31753175

31763176
typescript@5.9.3:
31773177
version "5.9.3"

0 commit comments

Comments
 (0)