Skip to content

Commit 32d5c87

Browse files
fix(deps): update typescript-eslint monorepo to v8
1 parent 4a54a8e commit 32d5c87

File tree

3 files changed

+125
-84
lines changed

3 files changed

+125
-84
lines changed

packages/call-func/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"extends": "../../package.json"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/utils": "7.18.0"
25+
"@typescript-eslint/utils": "8.38.0"
2626
},
2727
"devDependencies": {
2828
"@types/node": "22.13.10",
29-
"@typescript-eslint/eslint-plugin": "7.18.0",
30-
"@typescript-eslint/parser": "7.18.0",
31-
"@typescript-eslint/rule-tester": "7.18.0",
29+
"@typescript-eslint/eslint-plugin": "8.38.0",
30+
"@typescript-eslint/parser": "8.38.0",
31+
"@typescript-eslint/rule-tester": "8.38.0",
3232
"eslint": "8.57.1",
3333
"prettier": "3.6.2",
3434
"tsup": "8.5.0",

packages/todo-comment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"extends": "../../package.json"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/utils": "7.18.0"
25+
"@typescript-eslint/utils": "8.38.0"
2626
},
2727
"devDependencies": {
2828
"@types/node": "22.13.10",
29-
"@typescript-eslint/eslint-plugin": "7.18.0",
30-
"@typescript-eslint/parser": "7.18.0",
31-
"@typescript-eslint/rule-tester": "7.18.0",
29+
"@typescript-eslint/eslint-plugin": "8.38.0",
30+
"@typescript-eslint/parser": "8.38.0",
31+
"@typescript-eslint/rule-tester": "8.38.0",
3232
"eslint": "8.57.1",
3333
"prettier": "3.6.2",
3434
"tsup": "8.5.0",

yarn.lock

Lines changed: 117 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,20 @@
335335
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz#c8e119a30a7c8d60b9d2e22d2073722dde3b710b"
336336
integrity sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==
337337

338-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
338+
"@eslint-community/eslint-utils@^4.2.0":
339339
version "4.4.0"
340340
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
341341
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
342342
dependencies:
343343
eslint-visitor-keys "^3.3.0"
344344

345+
"@eslint-community/eslint-utils@^4.7.0":
346+
version "4.7.0"
347+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
348+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
349+
dependencies:
350+
eslint-visitor-keys "^3.4.3"
351+
345352
"@eslint-community/regexpp@^4.10.0":
346353
version "4.10.0"
347354
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -727,98 +734,116 @@
727734
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
728735
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
729736

730-
"@typescript-eslint/eslint-plugin@7.18.0":
731-
version "7.18.0"
732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
733-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
737+
"@typescript-eslint/eslint-plugin@8.38.0":
738+
version "8.38.0"
739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
740+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
734741
dependencies:
735742
"@eslint-community/regexpp" "^4.10.0"
736-
"@typescript-eslint/scope-manager" "7.18.0"
737-
"@typescript-eslint/type-utils" "7.18.0"
738-
"@typescript-eslint/utils" "7.18.0"
739-
"@typescript-eslint/visitor-keys" "7.18.0"
743+
"@typescript-eslint/scope-manager" "8.38.0"
744+
"@typescript-eslint/type-utils" "8.38.0"
745+
"@typescript-eslint/utils" "8.38.0"
746+
"@typescript-eslint/visitor-keys" "8.38.0"
740747
graphemer "^1.4.0"
741-
ignore "^5.3.1"
748+
ignore "^7.0.0"
742749
natural-compare "^1.4.0"
743-
ts-api-utils "^1.3.0"
750+
ts-api-utils "^2.1.0"
744751

745-
"@typescript-eslint/parser@7.18.0":
746-
version "7.18.0"
747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
748-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
752+
"@typescript-eslint/parser@8.38.0":
753+
version "8.38.0"
754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
755+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
749756
dependencies:
750-
"@typescript-eslint/scope-manager" "7.18.0"
751-
"@typescript-eslint/types" "7.18.0"
752-
"@typescript-eslint/typescript-estree" "7.18.0"
753-
"@typescript-eslint/visitor-keys" "7.18.0"
757+
"@typescript-eslint/scope-manager" "8.38.0"
758+
"@typescript-eslint/types" "8.38.0"
759+
"@typescript-eslint/typescript-estree" "8.38.0"
760+
"@typescript-eslint/visitor-keys" "8.38.0"
754761
debug "^4.3.4"
755762

756-
"@typescript-eslint/[email protected].0":
757-
version "7.18.0"
758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/rule-tester/-/rule-tester-7.18.0.tgz#1326101d6169dece15d91c0e96dc52e350d8c714"
759-
integrity sha512-ClrFQlwen9pJcYPIBLuarzBpONQAwjmJ0+YUjAo1TGzoZFJPyUK/A7bb4Mps0u+SMJJnFXbfMN8I9feQDf0O5A==
763+
"@typescript-eslint/[email protected].0":
764+
version "8.38.0"
765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
766+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
760767
dependencies:
761-
"@typescript-eslint/typescript-estree" "7.18.0"
762-
"@typescript-eslint/utils" "7.18.0"
768+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
769+
"@typescript-eslint/types" "^8.38.0"
770+
debug "^4.3.4"
771+
772+
"@typescript-eslint/[email protected]":
773+
version "8.38.0"
774+
resolved "https://registry.yarnpkg.com/@typescript-eslint/rule-tester/-/rule-tester-8.38.0.tgz#9bc1fb77ff2c261e4c0de37435bb1fa3c218c561"
775+
integrity sha512-uoGpIY8WdJw1KOnUTZTmp99k+DtpBJEKuGk/asSY6GfWz7vlF84p/EpTL6jraD0hW/3mkU/ipd5Nq0UxfIidsw==
776+
dependencies:
777+
"@typescript-eslint/parser" "8.38.0"
778+
"@typescript-eslint/typescript-estree" "8.38.0"
779+
"@typescript-eslint/utils" "8.38.0"
763780
ajv "^6.12.6"
764781
json-stable-stringify-without-jsonify "^1.0.1"
765782
lodash.merge "4.6.2"
766783
semver "^7.6.0"
767784

768-
"@typescript-eslint/scope-manager@7.18.0":
769-
version "7.18.0"
770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
771-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
785+
"@typescript-eslint/scope-manager@8.38.0":
786+
version "8.38.0"
787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
788+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
772789
dependencies:
773-
"@typescript-eslint/types" "7.18.0"
774-
"@typescript-eslint/visitor-keys" "7.18.0"
790+
"@typescript-eslint/types" "8.38.0"
791+
"@typescript-eslint/visitor-keys" "8.38.0"
775792

776-
"@typescript-eslint/[email protected]":
777-
version "7.18.0"
778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
779-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
780-
dependencies:
781-
"@typescript-eslint/typescript-estree" "7.18.0"
782-
"@typescript-eslint/utils" "7.18.0"
783-
debug "^4.3.4"
784-
ts-api-utils "^1.3.0"
793+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.38.0":
794+
version "8.38.0"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
796+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
785797

786-
"@typescript-eslint/[email protected]":
787-
version "7.18.0"
788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
789-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
790-
791-
"@typescript-eslint/[email protected]":
792-
version "7.18.0"
793-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
794-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
798+
"@typescript-eslint/[email protected]":
799+
version "8.38.0"
800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
801+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
795802
dependencies:
796-
"@typescript-eslint/types" "7.18.0"
797-
"@typescript-eslint/visitor-keys" "7.18.0"
803+
"@typescript-eslint/types" "8.38.0"
804+
"@typescript-eslint/typescript-estree" "8.38.0"
805+
"@typescript-eslint/utils" "8.38.0"
806+
debug "^4.3.4"
807+
ts-api-utils "^2.1.0"
808+
809+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.38.0":
810+
version "8.38.0"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
812+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
813+
814+
"@typescript-eslint/[email protected]":
815+
version "8.38.0"
816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
817+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
818+
dependencies:
819+
"@typescript-eslint/project-service" "8.38.0"
820+
"@typescript-eslint/tsconfig-utils" "8.38.0"
821+
"@typescript-eslint/types" "8.38.0"
822+
"@typescript-eslint/visitor-keys" "8.38.0"
798823
debug "^4.3.4"
799-
globby "^11.1.0"
824+
fast-glob "^3.3.2"
800825
is-glob "^4.0.3"
801826
minimatch "^9.0.4"
802827
semver "^7.6.0"
803-
ts-api-utils "^1.3.0"
828+
ts-api-utils "^2.1.0"
804829

805-
"@typescript-eslint/utils@7.18.0":
806-
version "7.18.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
808-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
830+
"@typescript-eslint/utils@8.38.0":
831+
version "8.38.0"
832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
833+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
809834
dependencies:
810-
"@eslint-community/eslint-utils" "^4.4.0"
811-
"@typescript-eslint/scope-manager" "7.18.0"
812-
"@typescript-eslint/types" "7.18.0"
813-
"@typescript-eslint/typescript-estree" "7.18.0"
835+
"@eslint-community/eslint-utils" "^4.7.0"
836+
"@typescript-eslint/scope-manager" "8.38.0"
837+
"@typescript-eslint/types" "8.38.0"
838+
"@typescript-eslint/typescript-estree" "8.38.0"
814839

815-
"@typescript-eslint/visitor-keys@7.18.0":
816-
version "7.18.0"
817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
818-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
840+
"@typescript-eslint/visitor-keys@8.38.0":
841+
version "8.38.0"
842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
843+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
819844
dependencies:
820-
"@typescript-eslint/types" "7.18.0"
821-
eslint-visitor-keys "^3.4.3"
845+
"@typescript-eslint/types" "8.38.0"
846+
eslint-visitor-keys "^4.2.1"
822847

823848
"@ungap/structured-clone@^1.2.0":
824849
version "1.2.0"
@@ -1241,6 +1266,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
12411266
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
12421267
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
12431268

1269+
eslint-visitor-keys@^4.2.1:
1270+
version "4.2.1"
1271+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1272+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1273+
12441274
12451275
version "8.57.1"
12461276
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1365,6 +1395,17 @@ fast-glob@^3.2.9:
13651395
merge2 "^1.3.0"
13661396
micromatch "^4.0.4"
13671397

1398+
fast-glob@^3.3.2:
1399+
version "3.3.3"
1400+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1401+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1402+
dependencies:
1403+
"@nodelib/fs.stat" "^2.0.2"
1404+
"@nodelib/fs.walk" "^1.2.3"
1405+
glob-parent "^5.1.2"
1406+
merge2 "^1.3.0"
1407+
micromatch "^4.0.8"
1408+
13681409
fast-json-stable-stringify@^2.0.0:
13691410
version "2.1.0"
13701411
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1538,7 +1579,7 @@ globals@^13.19.0:
15381579
dependencies:
15391580
type-fest "^0.20.2"
15401581

1541-
globby@^11.0.0, globby@^11.1.0:
1582+
globby@^11.0.0:
15421583
version "11.1.0"
15431584
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
15441585
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -1582,10 +1623,10 @@ ignore@^5.2.0:
15821623
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
15831624
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
15841625

1585-
ignore@^5.3.1:
1586-
version "5.3.1"
1587-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1588-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1626+
ignore@^7.0.0:
1627+
version "7.0.5"
1628+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1629+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
15891630

15901631
import-fresh@^3.2.1:
15911632
version "3.3.0"
@@ -2465,10 +2506,10 @@ tree-kill@^1.2.2:
24652506
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
24662507
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
24672508

2468-
ts-api-utils@^1.3.0:
2469-
version "1.3.0"
2470-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
2471-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
2509+
ts-api-utils@^2.1.0:
2510+
version "2.1.0"
2511+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2512+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
24722513

24732514
ts-interface-checker@^0.1.9:
24742515
version "0.1.13"

0 commit comments

Comments
 (0)