Skip to content

Commit c8e1f76

Browse files
Update typescript-eslint monorepo to v8
1 parent fcd9545 commit c8e1f76

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
@@ -313,13 +313,20 @@
313313
dependencies:
314314
tslib "^2.4.0"
315315

316-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
316+
"@eslint-community/eslint-utils@^4.2.0":
317317
version "4.4.0"
318318
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
319319
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
320320
dependencies:
321321
eslint-visitor-keys "^3.3.0"
322322

323+
"@eslint-community/eslint-utils@^4.7.0":
324+
version "4.9.0"
325+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
326+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
327+
dependencies:
328+
eslint-visitor-keys "^3.4.3"
329+
323330
"@eslint-community/regexpp@^4.10.0":
324331
version "4.11.0"
325332
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
@@ -854,86 +861,103 @@
854861
dependencies:
855862
"@types/yargs-parser" "*"
856863

857-
"@typescript-eslint/eslint-plugin@^7.16.0":
858-
version "7.18.0"
859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
860-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
864+
"@typescript-eslint/eslint-plugin@^8.0.0":
865+
version "8.47.0"
866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz#c53edeec13a79483f4ca79c298d5231b02e9dc17"
867+
integrity sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==
861868
dependencies:
862869
"@eslint-community/regexpp" "^4.10.0"
863-
"@typescript-eslint/scope-manager" "7.18.0"
864-
"@typescript-eslint/type-utils" "7.18.0"
865-
"@typescript-eslint/utils" "7.18.0"
866-
"@typescript-eslint/visitor-keys" "7.18.0"
870+
"@typescript-eslint/scope-manager" "8.47.0"
871+
"@typescript-eslint/type-utils" "8.47.0"
872+
"@typescript-eslint/utils" "8.47.0"
873+
"@typescript-eslint/visitor-keys" "8.47.0"
867874
graphemer "^1.4.0"
868-
ignore "^5.3.1"
875+
ignore "^7.0.0"
869876
natural-compare "^1.4.0"
870-
ts-api-utils "^1.3.0"
877+
ts-api-utils "^2.1.0"
871878

872-
"@typescript-eslint/parser@^7.16.0":
873-
version "7.18.0"
874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
875-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
879+
"@typescript-eslint/parser@^8.0.0":
880+
version "8.47.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964"
882+
integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==
876883
dependencies:
877-
"@typescript-eslint/scope-manager" "7.18.0"
878-
"@typescript-eslint/types" "7.18.0"
879-
"@typescript-eslint/typescript-estree" "7.18.0"
880-
"@typescript-eslint/visitor-keys" "7.18.0"
884+
"@typescript-eslint/scope-manager" "8.47.0"
885+
"@typescript-eslint/types" "8.47.0"
886+
"@typescript-eslint/typescript-estree" "8.47.0"
887+
"@typescript-eslint/visitor-keys" "8.47.0"
881888
debug "^4.3.4"
882889

883-
"@typescript-eslint/[email protected].0":
884-
version "7.18.0"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
886-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
890+
"@typescript-eslint/[email protected].0":
891+
version "8.47.0"
892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
893+
integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
887894
dependencies:
888-
"@typescript-eslint/types" "7.18.0"
889-
"@typescript-eslint/visitor-keys" "7.18.0"
895+
"@typescript-eslint/tsconfig-utils" "^8.47.0"
896+
"@typescript-eslint/types" "^8.47.0"
897+
debug "^4.3.4"
890898

891-
"@typescript-eslint/[email protected].0":
892-
version "7.18.0"
893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
894-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
899+
"@typescript-eslint/[email protected].0":
900+
version "8.47.0"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
902+
integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
895903
dependencies:
896-
"@typescript-eslint/typescript-estree" "7.18.0"
897-
"@typescript-eslint/utils" "7.18.0"
898-
debug "^4.3.4"
899-
ts-api-utils "^1.3.0"
904+
"@typescript-eslint/types" "8.47.0"
905+
"@typescript-eslint/visitor-keys" "8.47.0"
900906

901-
"@typescript-eslint/[email protected].0":
902-
version "7.18.0"
903-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
904-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
907+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.47.0":
908+
version "8.47.0"
909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
910+
integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
905911

906-
"@typescript-eslint/[email protected].0":
907-
version "7.18.0"
908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
909-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
912+
"@typescript-eslint/[email protected].0":
913+
version "8.47.0"
914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz#b9b0141d99bd5bece3811d7eee68a002597ffa55"
915+
integrity sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==
910916
dependencies:
911-
"@typescript-eslint/types" "7.18.0"
912-
"@typescript-eslint/visitor-keys" "7.18.0"
917+
"@typescript-eslint/types" "8.47.0"
918+
"@typescript-eslint/typescript-estree" "8.47.0"
919+
"@typescript-eslint/utils" "8.47.0"
913920
debug "^4.3.4"
914-
globby "^11.1.0"
921+
ts-api-utils "^2.1.0"
922+
923+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.47.0":
924+
version "8.47.0"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
926+
integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
927+
928+
"@typescript-eslint/[email protected]":
929+
version "8.47.0"
930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
931+
integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
932+
dependencies:
933+
"@typescript-eslint/project-service" "8.47.0"
934+
"@typescript-eslint/tsconfig-utils" "8.47.0"
935+
"@typescript-eslint/types" "8.47.0"
936+
"@typescript-eslint/visitor-keys" "8.47.0"
937+
debug "^4.3.4"
938+
fast-glob "^3.3.2"
915939
is-glob "^4.0.3"
916940
minimatch "^9.0.4"
917941
semver "^7.6.0"
918-
ts-api-utils "^1.3.0"
942+
ts-api-utils "^2.1.0"
919943

920-
"@typescript-eslint/utils@7.18.0":
921-
version "7.18.0"
922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
923-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
944+
"@typescript-eslint/utils@8.47.0":
945+
version "8.47.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
947+
integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
924948
dependencies:
925-
"@eslint-community/eslint-utils" "^4.4.0"
926-
"@typescript-eslint/scope-manager" "7.18.0"
927-
"@typescript-eslint/types" "7.18.0"
928-
"@typescript-eslint/typescript-estree" "7.18.0"
949+
"@eslint-community/eslint-utils" "^4.7.0"
950+
"@typescript-eslint/scope-manager" "8.47.0"
951+
"@typescript-eslint/types" "8.47.0"
952+
"@typescript-eslint/typescript-estree" "8.47.0"
929953

930-
"@typescript-eslint/visitor-keys@7.18.0":
931-
version "7.18.0"
932-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
933-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
954+
"@typescript-eslint/visitor-keys@8.47.0":
955+
version "8.47.0"
956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
957+
integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
934958
dependencies:
935-
"@typescript-eslint/types" "7.18.0"
936-
eslint-visitor-keys "^3.4.3"
959+
"@typescript-eslint/types" "8.47.0"
960+
eslint-visitor-keys "^4.2.1"
937961

938962
"@ungap/structured-clone@^1.2.0":
939963
version "1.2.0"
@@ -1131,11 +1155,6 @@ argparse@^2.0.1:
11311155
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
11321156
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
11331157

1134-
array-union@^2.1.0:
1135-
version "2.1.0"
1136-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1137-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1138-
11391158
async@^3.2.3:
11401159
version "3.2.6"
11411160
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
@@ -1494,13 +1513,6 @@ diff@^4.0.1:
14941513
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
14951514
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
14961515

1497-
dir-glob@^3.0.1:
1498-
version "3.0.1"
1499-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1500-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1501-
dependencies:
1502-
path-type "^4.0.0"
1503-
15041516
doctrine@^3.0.0:
15051517
version "3.0.0"
15061518
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -1644,6 +1656,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
16441656
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16451657
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16461658

1659+
eslint-visitor-keys@^4.2.1:
1660+
version "4.2.1"
1661+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1662+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1663+
16471664
eslint@^8.56.0:
16481665
version "8.57.1"
16491666
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1763,16 +1780,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
17631780
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17641781
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
17651782

1766-
fast-glob@^3.2.9:
1767-
version "3.3.2"
1768-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1769-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1783+
fast-glob@^3.3.2:
1784+
version "3.3.3"
1785+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1786+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
17701787
dependencies:
17711788
"@nodelib/fs.stat" "^2.0.2"
17721789
"@nodelib/fs.walk" "^1.2.3"
17731790
glob-parent "^5.1.2"
17741791
merge2 "^1.3.0"
1775-
micromatch "^4.0.4"
1792+
micromatch "^4.0.8"
17761793

17771794
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
17781795
version "2.1.0"
@@ -1990,18 +2007,6 @@ globals@^13.19.0:
19902007
dependencies:
19912008
type-fest "^0.20.2"
19922009

1993-
globby@^11.1.0:
1994-
version "11.1.0"
1995-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1996-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1997-
dependencies:
1998-
array-union "^2.1.0"
1999-
dir-glob "^3.0.1"
2000-
fast-glob "^3.2.9"
2001-
ignore "^5.2.0"
2002-
merge2 "^1.4.1"
2003-
slash "^3.0.0"
2004-
20052010
gopd@^1.2.0:
20062011
version "1.2.0"
20072012
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
@@ -2073,10 +2078,10 @@ ignore@^5.2.0:
20732078
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
20742079
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
20752080

2076-
ignore@^5.3.1:
2077-
version "5.3.1"
2078-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2079-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2081+
ignore@^7.0.0:
2082+
version "7.0.5"
2083+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2084+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
20802085

20812086
import-fresh@^3.2.1:
20822087
version "3.3.0"
@@ -2723,19 +2728,11 @@ merge-stream@^2.0.0:
27232728
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
27242729
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
27252730

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

2731-
micromatch@^4.0.4:
2732-
version "4.0.7"
2733-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
2734-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
2735-
dependencies:
2736-
braces "^3.0.3"
2737-
picomatch "^2.3.1"
2738-
27392736
micromatch@^4.0.8:
27402737
version "4.0.8"
27412738
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
@@ -2972,11 +2969,6 @@ path-scurry@^1.11.1:
29722969
lru-cache "^10.2.0"
29732970
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
29742971

2975-
path-type@^4.0.0:
2976-
version "4.0.0"
2977-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
2978-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
2979-
29802972
picocolors@^1.1.1:
29812973
version "1.1.1"
29822974
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
@@ -3310,10 +3302,10 @@ triple-beam@^1.3.0:
33103302
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.4.1.tgz#6fde70271dc6e5d73ca0c3b24e2d92afb7441984"
33113303
integrity sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==
33123304

3313-
ts-api-utils@^1.3.0:
3314-
version "1.3.0"
3315-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3316-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3305+
ts-api-utils@^2.1.0:
3306+
version "2.1.0"
3307+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3308+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
33173309

33183310
ts-jest@^29.2.0:
33193311
version "29.4.5"

0 commit comments

Comments
 (0)