Skip to content

Commit 0f828c5

Browse files
Update typescript-eslint monorepo to v8
1 parent 241cea0 commit 0f828c5

File tree

2 files changed

+104
-112
lines changed

2 files changed

+104
-112
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@jest/globals": "^30.0.0",
3535
"@types/node": "^22.0.0",
3636
"@types/vinyl": "^2.0.11",
37-
"@typescript-eslint/eslint-plugin": "^7.16.0",
38-
"@typescript-eslint/parser": "^7.16.0",
37+
"@typescript-eslint/eslint-plugin": "^8.0.0",
38+
"@typescript-eslint/parser": "^8.0.0",
3939
"eslint": "^8.56.0",
4040
"jest": "^30.0.0",
4141
"prettier": "^3.2.5",

yarn.lock

Lines changed: 102 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,20 @@
321321
dependencies:
322322
tslib "^2.4.0"
323323

324-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
324+
"@eslint-community/eslint-utils@^4.2.0":
325325
version "4.4.0"
326326
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
327327
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
328328
dependencies:
329329
eslint-visitor-keys "^3.3.0"
330330

331+
"@eslint-community/eslint-utils@^4.7.0":
332+
version "4.8.0"
333+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.8.0.tgz#0e3b5e45566d1bce1ec47d8aae2fc2ad77ad0894"
334+
integrity sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q==
335+
dependencies:
336+
eslint-visitor-keys "^3.4.3"
337+
331338
"@eslint-community/regexpp@^4.10.0":
332339
version "4.11.0"
333340
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
@@ -846,86 +853,103 @@
846853
dependencies:
847854
"@types/yargs-parser" "*"
848855

849-
"@typescript-eslint/eslint-plugin@^7.16.0":
850-
version "7.18.0"
851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
852-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
856+
"@typescript-eslint/eslint-plugin@^8.0.0":
857+
version "8.42.0"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
859+
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
853860
dependencies:
854861
"@eslint-community/regexpp" "^4.10.0"
855-
"@typescript-eslint/scope-manager" "7.18.0"
856-
"@typescript-eslint/type-utils" "7.18.0"
857-
"@typescript-eslint/utils" "7.18.0"
858-
"@typescript-eslint/visitor-keys" "7.18.0"
862+
"@typescript-eslint/scope-manager" "8.42.0"
863+
"@typescript-eslint/type-utils" "8.42.0"
864+
"@typescript-eslint/utils" "8.42.0"
865+
"@typescript-eslint/visitor-keys" "8.42.0"
859866
graphemer "^1.4.0"
860-
ignore "^5.3.1"
867+
ignore "^7.0.0"
861868
natural-compare "^1.4.0"
862-
ts-api-utils "^1.3.0"
869+
ts-api-utils "^2.1.0"
863870

864-
"@typescript-eslint/parser@^7.16.0":
865-
version "7.18.0"
866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
867-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
871+
"@typescript-eslint/parser@^8.0.0":
872+
version "8.42.0"
873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
874+
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
868875
dependencies:
869-
"@typescript-eslint/scope-manager" "7.18.0"
870-
"@typescript-eslint/types" "7.18.0"
871-
"@typescript-eslint/typescript-estree" "7.18.0"
872-
"@typescript-eslint/visitor-keys" "7.18.0"
876+
"@typescript-eslint/scope-manager" "8.42.0"
877+
"@typescript-eslint/types" "8.42.0"
878+
"@typescript-eslint/typescript-estree" "8.42.0"
879+
"@typescript-eslint/visitor-keys" "8.42.0"
873880
debug "^4.3.4"
874881

875-
"@typescript-eslint/[email protected].0":
876-
version "7.18.0"
877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
878-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
882+
"@typescript-eslint/[email protected].0":
883+
version "8.42.0"
884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
885+
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
879886
dependencies:
880-
"@typescript-eslint/types" "7.18.0"
881-
"@typescript-eslint/visitor-keys" "7.18.0"
887+
"@typescript-eslint/tsconfig-utils" "^8.42.0"
888+
"@typescript-eslint/types" "^8.42.0"
889+
debug "^4.3.4"
882890

883-
"@typescript-eslint/[email protected].0":
884-
version "7.18.0"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
886-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
891+
"@typescript-eslint/[email protected].0":
892+
version "8.42.0"
893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
894+
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
887895
dependencies:
888-
"@typescript-eslint/typescript-estree" "7.18.0"
889-
"@typescript-eslint/utils" "7.18.0"
890-
debug "^4.3.4"
891-
ts-api-utils "^1.3.0"
896+
"@typescript-eslint/types" "8.42.0"
897+
"@typescript-eslint/visitor-keys" "8.42.0"
892898

893-
"@typescript-eslint/[email protected].0":
894-
version "7.18.0"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
896-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
899+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.42.0":
900+
version "8.42.0"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
902+
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
897903

898-
"@typescript-eslint/[email protected].0":
899-
version "7.18.0"
900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
901-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
904+
"@typescript-eslint/[email protected].0":
905+
version "8.42.0"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
907+
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
902908
dependencies:
903-
"@typescript-eslint/types" "7.18.0"
904-
"@typescript-eslint/visitor-keys" "7.18.0"
909+
"@typescript-eslint/types" "8.42.0"
910+
"@typescript-eslint/typescript-estree" "8.42.0"
911+
"@typescript-eslint/utils" "8.42.0"
912+
debug "^4.3.4"
913+
ts-api-utils "^2.1.0"
914+
915+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0":
916+
version "8.42.0"
917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
918+
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
919+
920+
"@typescript-eslint/[email protected]":
921+
version "8.42.0"
922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
923+
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
924+
dependencies:
925+
"@typescript-eslint/project-service" "8.42.0"
926+
"@typescript-eslint/tsconfig-utils" "8.42.0"
927+
"@typescript-eslint/types" "8.42.0"
928+
"@typescript-eslint/visitor-keys" "8.42.0"
905929
debug "^4.3.4"
906-
globby "^11.1.0"
930+
fast-glob "^3.3.2"
907931
is-glob "^4.0.3"
908932
minimatch "^9.0.4"
909933
semver "^7.6.0"
910-
ts-api-utils "^1.3.0"
934+
ts-api-utils "^2.1.0"
911935

912-
"@typescript-eslint/utils@7.18.0":
913-
version "7.18.0"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
915-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
936+
"@typescript-eslint/utils@8.42.0":
937+
version "8.42.0"
938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
939+
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
916940
dependencies:
917-
"@eslint-community/eslint-utils" "^4.4.0"
918-
"@typescript-eslint/scope-manager" "7.18.0"
919-
"@typescript-eslint/types" "7.18.0"
920-
"@typescript-eslint/typescript-estree" "7.18.0"
941+
"@eslint-community/eslint-utils" "^4.7.0"
942+
"@typescript-eslint/scope-manager" "8.42.0"
943+
"@typescript-eslint/types" "8.42.0"
944+
"@typescript-eslint/typescript-estree" "8.42.0"
921945

922-
"@typescript-eslint/visitor-keys@7.18.0":
923-
version "7.18.0"
924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
925-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
946+
"@typescript-eslint/visitor-keys@8.42.0":
947+
version "8.42.0"
948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
949+
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
926950
dependencies:
927-
"@typescript-eslint/types" "7.18.0"
928-
eslint-visitor-keys "^3.4.3"
951+
"@typescript-eslint/types" "8.42.0"
952+
eslint-visitor-keys "^4.2.1"
929953

930954
"@ungap/structured-clone@^1.2.0":
931955
version "1.2.0"
@@ -1123,11 +1147,6 @@ argparse@^2.0.1:
11231147
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
11241148
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
11251149

1126-
array-union@^2.1.0:
1127-
version "2.1.0"
1128-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1129-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1130-
11311150
async@^3.2.3:
11321151
version "3.2.6"
11331152
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
@@ -1491,13 +1510,6 @@ diff@^4.0.1:
14911510
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
14921511
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
14931512

1494-
dir-glob@^3.0.1:
1495-
version "3.0.1"
1496-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1497-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1498-
dependencies:
1499-
path-type "^4.0.0"
1500-
15011513
doctrine@^3.0.0:
15021514
version "3.0.0"
15031515
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -1641,6 +1653,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
16411653
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16421654
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16431655

1656+
eslint-visitor-keys@^4.2.1:
1657+
version "4.2.1"
1658+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1659+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1660+
16441661
eslint@^8.56.0:
16451662
version "8.57.1"
16461663
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1760,16 +1777,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
17601777
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17611778
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
17621779

1763-
fast-glob@^3.2.9:
1764-
version "3.3.2"
1765-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1766-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1780+
fast-glob@^3.3.2:
1781+
version "3.3.3"
1782+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1783+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
17671784
dependencies:
17681785
"@nodelib/fs.stat" "^2.0.2"
17691786
"@nodelib/fs.walk" "^1.2.3"
17701787
glob-parent "^5.1.2"
17711788
merge2 "^1.3.0"
1772-
micromatch "^4.0.4"
1789+
micromatch "^4.0.8"
17731790

17741791
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
17751792
version "2.1.0"
@@ -1987,18 +2004,6 @@ globals@^13.19.0:
19872004
dependencies:
19882005
type-fest "^0.20.2"
19892006

1990-
globby@^11.1.0:
1991-
version "11.1.0"
1992-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1993-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1994-
dependencies:
1995-
array-union "^2.1.0"
1996-
dir-glob "^3.0.1"
1997-
fast-glob "^3.2.9"
1998-
ignore "^5.2.0"
1999-
merge2 "^1.4.1"
2000-
slash "^3.0.0"
2001-
20022007
gopd@^1.2.0:
20032008
version "1.2.0"
20042009
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
@@ -2070,10 +2075,10 @@ ignore@^5.2.0:
20702075
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
20712076
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
20722077

2073-
ignore@^5.3.1:
2074-
version "5.3.1"
2075-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2076-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2078+
ignore@^7.0.0:
2079+
version "7.0.5"
2080+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2081+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
20772082

20782083
import-fresh@^3.2.1:
20792084
version "3.3.0"
@@ -2725,19 +2730,11 @@ merge-stream@^2.0.0:
27252730
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
27262731
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
27272732

2728-
merge2@^1.3.0, merge2@^1.4.1:
2733+
merge2@^1.3.0:
27292734
version "1.4.1"
27302735
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
27312736
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
27322737

2733-
micromatch@^4.0.4:
2734-
version "4.0.7"
2735-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
2736-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
2737-
dependencies:
2738-
braces "^3.0.3"
2739-
picomatch "^2.3.1"
2740-
27412738
micromatch@^4.0.8:
27422739
version "4.0.8"
27432740
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
@@ -2974,11 +2971,6 @@ path-scurry@^1.11.1:
29742971
lru-cache "^10.2.0"
29752972
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
29762973

2977-
path-type@^4.0.0:
2978-
version "4.0.0"
2979-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
2980-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
2981-
29822974
picocolors@^1.1.1:
29832975
version "1.1.1"
29842976
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
@@ -3319,10 +3311,10 @@ triple-beam@^1.3.0:
33193311
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.4.1.tgz#6fde70271dc6e5d73ca0c3b24e2d92afb7441984"
33203312
integrity sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==
33213313

3322-
ts-api-utils@^1.3.0:
3323-
version "1.3.0"
3324-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3325-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3314+
ts-api-utils@^2.1.0:
3315+
version "2.1.0"
3316+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3317+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
33263318

33273319
ts-jest@^29.2.0:
33283320
version "29.4.1"

0 commit comments

Comments
 (0)