Skip to content

Commit f5a1feb

Browse files
committed
Update typescript-eslint monorepo to v7.10.0
1 parent 2ca0bb2 commit f5a1feb

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/dotenv": "8.2.0",
2525
"@types/node": "20.12.12",
2626
"@types/ramda": "0.30.0",
27-
"@typescript-eslint/eslint-plugin": "7.9.0",
28-
"@typescript-eslint/parser": "7.9.0",
27+
"@typescript-eslint/eslint-plugin": "7.10.0",
28+
"@typescript-eslint/parser": "7.10.0",
2929
"ava": "6.1.3",
3030
"dotenv": "16.4.5",
3131
"eslint": "8.57.0",

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -544,32 +544,40 @@
544544
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
545545
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
546546

547-
"@typescript-eslint/eslint-plugin@7.9.0":
548-
version "7.9.0"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
550-
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
547+
"@typescript-eslint/eslint-plugin@7.10.0":
548+
version "7.10.0"
549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50"
550+
integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==
551551
dependencies:
552552
"@eslint-community/regexpp" "^4.10.0"
553-
"@typescript-eslint/scope-manager" "7.9.0"
554-
"@typescript-eslint/type-utils" "7.9.0"
555-
"@typescript-eslint/utils" "7.9.0"
556-
"@typescript-eslint/visitor-keys" "7.9.0"
553+
"@typescript-eslint/scope-manager" "7.10.0"
554+
"@typescript-eslint/type-utils" "7.10.0"
555+
"@typescript-eslint/utils" "7.10.0"
556+
"@typescript-eslint/visitor-keys" "7.10.0"
557557
graphemer "^1.4.0"
558558
ignore "^5.3.1"
559559
natural-compare "^1.4.0"
560560
ts-api-utils "^1.3.0"
561561

562-
"@typescript-eslint/parser@7.9.0":
563-
version "7.9.0"
564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
565-
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
562+
"@typescript-eslint/parser@7.10.0":
563+
version "7.10.0"
564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb"
565+
integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==
566566
dependencies:
567-
"@typescript-eslint/scope-manager" "7.9.0"
568-
"@typescript-eslint/types" "7.9.0"
569-
"@typescript-eslint/typescript-estree" "7.9.0"
570-
"@typescript-eslint/visitor-keys" "7.9.0"
567+
"@typescript-eslint/scope-manager" "7.10.0"
568+
"@typescript-eslint/types" "7.10.0"
569+
"@typescript-eslint/typescript-estree" "7.10.0"
570+
"@typescript-eslint/visitor-keys" "7.10.0"
571571
debug "^4.3.4"
572572

573+
"@typescript-eslint/[email protected]":
574+
version "7.10.0"
575+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"
576+
integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==
577+
dependencies:
578+
"@typescript-eslint/types" "7.10.0"
579+
"@typescript-eslint/visitor-keys" "7.10.0"
580+
573581
"@typescript-eslint/[email protected]":
574582
version "7.3.1"
575583
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.3.1.tgz#73fd0cb4211a7be23e49e5b6efec8820caa6ec36"
@@ -578,21 +586,13 @@
578586
"@typescript-eslint/types" "7.3.1"
579587
"@typescript-eslint/visitor-keys" "7.3.1"
580588

581-
"@typescript-eslint/[email protected]":
582-
version "7.9.0"
583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
584-
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
585-
dependencies:
586-
"@typescript-eslint/types" "7.9.0"
587-
"@typescript-eslint/visitor-keys" "7.9.0"
588-
589-
"@typescript-eslint/[email protected]":
590-
version "7.9.0"
591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
592-
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
589+
"@typescript-eslint/[email protected]":
590+
version "7.10.0"
591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270"
592+
integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==
593593
dependencies:
594-
"@typescript-eslint/typescript-estree" "7.9.0"
595-
"@typescript-eslint/utils" "7.9.0"
594+
"@typescript-eslint/typescript-estree" "7.10.0"
595+
"@typescript-eslint/utils" "7.10.0"
596596
debug "^4.3.4"
597597
ts-api-utils "^1.3.0"
598598

@@ -606,15 +606,29 @@
606606
debug "^4.3.4"
607607
ts-api-utils "^1.0.1"
608608

609+
"@typescript-eslint/[email protected]":
610+
version "7.10.0"
611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
612+
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
613+
609614
"@typescript-eslint/[email protected]":
610615
version "7.3.1"
611616
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
612617
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
613618

614-
"@typescript-eslint/[email protected]":
615-
version "7.9.0"
616-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
617-
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
619+
"@typescript-eslint/[email protected]":
620+
version "7.10.0"
621+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb"
622+
integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==
623+
dependencies:
624+
"@typescript-eslint/types" "7.10.0"
625+
"@typescript-eslint/visitor-keys" "7.10.0"
626+
debug "^4.3.4"
627+
globby "^11.1.0"
628+
is-glob "^4.0.3"
629+
minimatch "^9.0.4"
630+
semver "^7.6.0"
631+
ts-api-utils "^1.3.0"
618632

619633
"@typescript-eslint/[email protected]":
620634
version "7.3.1"
@@ -630,19 +644,15 @@
630644
semver "^7.5.4"
631645
ts-api-utils "^1.0.1"
632646

633-
"@typescript-eslint/typescript-estree@7.9.0":
634-
version "7.9.0"
635-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
636-
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
647+
"@typescript-eslint/utils@7.10.0":
648+
version "7.10.0"
649+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3"
650+
integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==
637651
dependencies:
638-
"@typescript-eslint/types" "7.9.0"
639-
"@typescript-eslint/visitor-keys" "7.9.0"
640-
debug "^4.3.4"
641-
globby "^11.1.0"
642-
is-glob "^4.0.3"
643-
minimatch "^9.0.4"
644-
semver "^7.6.0"
645-
ts-api-utils "^1.3.0"
652+
"@eslint-community/eslint-utils" "^4.4.0"
653+
"@typescript-eslint/scope-manager" "7.10.0"
654+
"@typescript-eslint/types" "7.10.0"
655+
"@typescript-eslint/typescript-estree" "7.10.0"
646656

647657
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^7.3.1":
648658
version "7.3.1"
@@ -657,15 +667,13 @@
657667
"@typescript-eslint/typescript-estree" "7.3.1"
658668
semver "^7.5.4"
659669

660-
"@typescript-eslint/utils@7.9.0":
661-
version "7.9.0"
662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
663-
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
670+
"@typescript-eslint/visitor-keys@7.10.0":
671+
version "7.10.0"
672+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78"
673+
integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==
664674
dependencies:
665-
"@eslint-community/eslint-utils" "^4.4.0"
666-
"@typescript-eslint/scope-manager" "7.9.0"
667-
"@typescript-eslint/types" "7.9.0"
668-
"@typescript-eslint/typescript-estree" "7.9.0"
675+
"@typescript-eslint/types" "7.10.0"
676+
eslint-visitor-keys "^3.4.3"
669677

670678
"@typescript-eslint/[email protected]":
671679
version "7.3.1"
@@ -675,14 +683,6 @@
675683
"@typescript-eslint/types" "7.3.1"
676684
eslint-visitor-keys "^3.4.1"
677685

678-
"@typescript-eslint/[email protected]":
679-
version "7.9.0"
680-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
681-
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
682-
dependencies:
683-
"@typescript-eslint/types" "7.9.0"
684-
eslint-visitor-keys "^3.4.3"
685-
686686
"@ungap/structured-clone@^1.2.0":
687687
version "1.2.0"
688688
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)