Skip to content

Commit 67511a2

Browse files
Update typescript-eslint monorepo to v8.46.4
1 parent 2278c22 commit 67511a2

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/node": "24.10.0",
4242
"@types/sinonjs__fake-timers": "15.0.1",
4343
"@types/ws": "8.18.1",
44-
"@typescript-eslint/eslint-plugin": "8.46.3",
45-
"@typescript-eslint/parser": "8.46.3",
44+
"@typescript-eslint/eslint-plugin": "8.46.4",
45+
"@typescript-eslint/parser": "8.46.4",
4646
"ava": "6.4.1",
4747
"axios-mock-adapter": "2.1.0",
4848
"c8": "10.1.3",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -444,102 +444,102 @@
444444
dependencies:
445445
"@types/node" "*"
446446

447-
"@typescript-eslint/[email protected].3":
448-
version "8.46.3"
449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
450-
integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
447+
"@typescript-eslint/[email protected].4":
448+
version "8.46.4"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz#005dc4eebcb27462f20de3afe888065f65cec100"
450+
integrity sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==
451451
dependencies:
452452
"@eslint-community/regexpp" "^4.10.0"
453-
"@typescript-eslint/scope-manager" "8.46.3"
454-
"@typescript-eslint/type-utils" "8.46.3"
455-
"@typescript-eslint/utils" "8.46.3"
456-
"@typescript-eslint/visitor-keys" "8.46.3"
453+
"@typescript-eslint/scope-manager" "8.46.4"
454+
"@typescript-eslint/type-utils" "8.46.4"
455+
"@typescript-eslint/utils" "8.46.4"
456+
"@typescript-eslint/visitor-keys" "8.46.4"
457457
graphemer "^1.4.0"
458458
ignore "^7.0.0"
459459
natural-compare "^1.4.0"
460460
ts-api-utils "^2.1.0"
461461

462-
"@typescript-eslint/[email protected].3":
463-
version "8.46.3"
464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
465-
integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
462+
"@typescript-eslint/[email protected].4":
463+
version "8.46.4"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.4.tgz#1a5bfd48be57bc07eec64e090ac46e89f47ade31"
465+
integrity sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==
466466
dependencies:
467-
"@typescript-eslint/scope-manager" "8.46.3"
468-
"@typescript-eslint/types" "8.46.3"
469-
"@typescript-eslint/typescript-estree" "8.46.3"
470-
"@typescript-eslint/visitor-keys" "8.46.3"
467+
"@typescript-eslint/scope-manager" "8.46.4"
468+
"@typescript-eslint/types" "8.46.4"
469+
"@typescript-eslint/typescript-estree" "8.46.4"
470+
"@typescript-eslint/visitor-keys" "8.46.4"
471471
debug "^4.3.4"
472472

473-
"@typescript-eslint/[email protected].3":
474-
version "8.46.3"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
476-
integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
473+
"@typescript-eslint/[email protected].4":
474+
version "8.46.4"
475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.4.tgz#fa9872673b51fb57e5d5da034edbe17424ddd185"
476+
integrity sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==
477477
dependencies:
478-
"@typescript-eslint/tsconfig-utils" "^8.46.3"
479-
"@typescript-eslint/types" "^8.46.3"
478+
"@typescript-eslint/tsconfig-utils" "^8.46.4"
479+
"@typescript-eslint/types" "^8.46.4"
480480
debug "^4.3.4"
481481

482-
"@typescript-eslint/[email protected].3":
483-
version "8.46.3"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
485-
integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
482+
"@typescript-eslint/[email protected].4":
483+
version "8.46.4"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz#78c9b4856c0094def64ffa53ea955b46bec13304"
485+
integrity sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==
486486
dependencies:
487-
"@typescript-eslint/types" "8.46.3"
488-
"@typescript-eslint/visitor-keys" "8.46.3"
487+
"@typescript-eslint/types" "8.46.4"
488+
"@typescript-eslint/visitor-keys" "8.46.4"
489489

490-
"@typescript-eslint/[email protected].3", "@typescript-eslint/tsconfig-utils@^8.46.3":
491-
version "8.46.3"
492-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
493-
integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
490+
"@typescript-eslint/[email protected].4", "@typescript-eslint/tsconfig-utils@^8.46.4":
491+
version "8.46.4"
492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz#989a338093b6b91b0552f1f51331d89ec6980382"
493+
integrity sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==
494494

495-
"@typescript-eslint/[email protected].3":
496-
version "8.46.3"
497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
498-
integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
495+
"@typescript-eslint/[email protected].4":
496+
version "8.46.4"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz#ae71b428a3c138b5084affe47893c129949171e0"
498+
integrity sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==
499499
dependencies:
500-
"@typescript-eslint/types" "8.46.3"
501-
"@typescript-eslint/typescript-estree" "8.46.3"
502-
"@typescript-eslint/utils" "8.46.3"
500+
"@typescript-eslint/types" "8.46.4"
501+
"@typescript-eslint/typescript-estree" "8.46.4"
502+
"@typescript-eslint/utils" "8.46.4"
503503
debug "^4.3.4"
504504
ts-api-utils "^2.1.0"
505505

506-
"@typescript-eslint/[email protected].3", "@typescript-eslint/types@^8.46.3":
507-
version "8.46.3"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
509-
integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
506+
"@typescript-eslint/[email protected].4", "@typescript-eslint/types@^8.46.4":
507+
version "8.46.4"
508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.4.tgz#38022bfda051be80e4120eeefcd2b6e3e630a69b"
509+
integrity sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==
510510

511-
"@typescript-eslint/[email protected].3":
512-
version "8.46.3"
513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
514-
integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
511+
"@typescript-eslint/[email protected].4":
512+
version "8.46.4"
513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz#6a9eeab0da45bf400f22c818e0f47102a980ceaa"
514+
integrity sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==
515515
dependencies:
516-
"@typescript-eslint/project-service" "8.46.3"
517-
"@typescript-eslint/tsconfig-utils" "8.46.3"
518-
"@typescript-eslint/types" "8.46.3"
519-
"@typescript-eslint/visitor-keys" "8.46.3"
516+
"@typescript-eslint/project-service" "8.46.4"
517+
"@typescript-eslint/tsconfig-utils" "8.46.4"
518+
"@typescript-eslint/types" "8.46.4"
519+
"@typescript-eslint/visitor-keys" "8.46.4"
520520
debug "^4.3.4"
521521
fast-glob "^3.3.2"
522522
is-glob "^4.0.3"
523523
minimatch "^9.0.4"
524524
semver "^7.6.0"
525525
ts-api-utils "^2.1.0"
526526

527-
"@typescript-eslint/[email protected].3":
528-
version "8.46.3"
529-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
530-
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
527+
"@typescript-eslint/[email protected].4":
528+
version "8.46.4"
529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.4.tgz#ea7878ddd625948cad4424dc2752b1be236556f5"
530+
integrity sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==
531531
dependencies:
532532
"@eslint-community/eslint-utils" "^4.7.0"
533-
"@typescript-eslint/scope-manager" "8.46.3"
534-
"@typescript-eslint/types" "8.46.3"
535-
"@typescript-eslint/typescript-estree" "8.46.3"
533+
"@typescript-eslint/scope-manager" "8.46.4"
534+
"@typescript-eslint/types" "8.46.4"
535+
"@typescript-eslint/typescript-estree" "8.46.4"
536536

537-
"@typescript-eslint/[email protected].3":
538-
version "8.46.3"
539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
540-
integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
537+
"@typescript-eslint/[email protected].4":
538+
version "8.46.4"
539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz#07031bd8d3ca6474e121221dae1055daead888f1"
540+
integrity sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==
541541
dependencies:
542-
"@typescript-eslint/types" "8.46.3"
542+
"@typescript-eslint/types" "8.46.4"
543543
eslint-visitor-keys "^4.2.1"
544544

545545
"@vercel/nft@^0.29.4":

0 commit comments

Comments
 (0)