Skip to content

Commit 01a0b97

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 2cebbe9 commit 01a0b97

File tree

2 files changed

+151
-87
lines changed

2 files changed

+151
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@lerna-lite/version": "^2.1.0",
1212
"@tsconfig/node18-strictest": "1.0.0",
1313
"@types/jest": "29.5.14",
14-
"@typescript-eslint/eslint-plugin": "5.62.0",
15-
"@typescript-eslint/parser": "5.62.0",
14+
"@typescript-eslint/eslint-plugin": "8.38.0",
15+
"@typescript-eslint/parser": "8.38.0",
1616
"eslint": "8.57.1",
1717
"eslint-config-prettier": "8.10.0",
1818
"eslint-plugin-jest": "27.9.0",

yarn.lock

Lines changed: 149 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,17 @@
632632
dependencies:
633633
eslint-visitor-keys "^3.3.0"
634634

635-
"@eslint-community/regexpp@^4.4.0":
636-
version "4.4.0"
637-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
638-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
635+
"@eslint-community/eslint-utils@^4.7.0":
636+
version "4.7.0"
637+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
638+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
639+
dependencies:
640+
eslint-visitor-keys "^3.4.3"
641+
642+
"@eslint-community/regexpp@^4.10.0":
643+
version "4.12.1"
644+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
645+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
639646

640647
"@eslint-community/regexpp@^4.6.1":
641648
version "4.6.2"
@@ -1458,11 +1465,6 @@
14581465
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
14591466
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
14601467

1461-
"@types/semver@^7.3.12":
1462-
version "7.3.12"
1463-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1464-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1465-
14661468
"@types/stack-utils@^2.0.0":
14671469
version "2.0.0"
14681470
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1480,30 +1482,39 @@
14801482
dependencies:
14811483
"@types/yargs-parser" "*"
14821484

1483-
"@typescript-eslint/eslint-plugin@5.62.0":
1484-
version "5.62.0"
1485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1486-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1485+
"@typescript-eslint/eslint-plugin@8.38.0":
1486+
version "8.38.0"
1487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
1488+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
14871489
dependencies:
1488-
"@eslint-community/regexpp" "^4.4.0"
1489-
"@typescript-eslint/scope-manager" "5.62.0"
1490-
"@typescript-eslint/type-utils" "5.62.0"
1491-
"@typescript-eslint/utils" "5.62.0"
1492-
debug "^4.3.4"
1490+
"@eslint-community/regexpp" "^4.10.0"
1491+
"@typescript-eslint/scope-manager" "8.38.0"
1492+
"@typescript-eslint/type-utils" "8.38.0"
1493+
"@typescript-eslint/utils" "8.38.0"
1494+
"@typescript-eslint/visitor-keys" "8.38.0"
14931495
graphemer "^1.4.0"
1494-
ignore "^5.2.0"
1495-
natural-compare-lite "^1.4.0"
1496-
semver "^7.3.7"
1497-
tsutils "^3.21.0"
1496+
ignore "^7.0.0"
1497+
natural-compare "^1.4.0"
1498+
ts-api-utils "^2.1.0"
1499+
1500+
"@typescript-eslint/[email protected]":
1501+
version "8.38.0"
1502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
1503+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
1504+
dependencies:
1505+
"@typescript-eslint/scope-manager" "8.38.0"
1506+
"@typescript-eslint/types" "8.38.0"
1507+
"@typescript-eslint/typescript-estree" "8.38.0"
1508+
"@typescript-eslint/visitor-keys" "8.38.0"
1509+
debug "^4.3.4"
14981510

1499-
"@typescript-eslint/[email protected].0":
1500-
version "5.62.0"
1501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1502-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1511+
"@typescript-eslint/[email protected].0":
1512+
version "8.38.0"
1513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
1514+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
15031515
dependencies:
1504-
"@typescript-eslint/scope-manager" "5.62.0"
1505-
"@typescript-eslint/types" "5.62.0"
1506-
"@typescript-eslint/typescript-estree" "5.62.0"
1516+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
1517+
"@typescript-eslint/types" "^8.38.0"
15071518
debug "^4.3.4"
15081519

15091520
"@typescript-eslint/[email protected]":
@@ -1514,33 +1525,39 @@
15141525
"@typescript-eslint/types" "5.16.0"
15151526
"@typescript-eslint/visitor-keys" "5.16.0"
15161527

1517-
"@typescript-eslint/scope-manager@5.62.0":
1518-
version "5.62.0"
1519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1520-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1528+
"@typescript-eslint/scope-manager@8.38.0":
1529+
version "8.38.0"
1530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
1531+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
15211532
dependencies:
1522-
"@typescript-eslint/types" "5.62.0"
1523-
"@typescript-eslint/visitor-keys" "5.62.0"
1533+
"@typescript-eslint/types" "8.38.0"
1534+
"@typescript-eslint/visitor-keys" "8.38.0"
15241535

1525-
"@typescript-eslint/[email protected]":
1526-
version "5.62.0"
1527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1528-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1536+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.38.0":
1537+
version "8.38.0"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
1539+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
1540+
1541+
"@typescript-eslint/[email protected]":
1542+
version "8.38.0"
1543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
1544+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
15291545
dependencies:
1530-
"@typescript-eslint/typescript-estree" "5.62.0"
1531-
"@typescript-eslint/utils" "5.62.0"
1546+
"@typescript-eslint/types" "8.38.0"
1547+
"@typescript-eslint/typescript-estree" "8.38.0"
1548+
"@typescript-eslint/utils" "8.38.0"
15321549
debug "^4.3.4"
1533-
tsutils "^3.21.0"
1550+
ts-api-utils "^2.1.0"
15341551

15351552
"@typescript-eslint/[email protected]":
15361553
version "5.16.0"
15371554
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
15381555
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
15391556

1540-
"@typescript-eslint/types@5.62.0":
1541-
version "5.62.0"
1542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1543-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1557+
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
1558+
version "8.38.0"
1559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
1560+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
15441561

15451562
"@typescript-eslint/[email protected]":
15461563
version "5.16.0"
@@ -1555,32 +1572,31 @@
15551572
semver "^7.3.5"
15561573
tsutils "^3.21.0"
15571574

1558-
"@typescript-eslint/typescript-estree@5.62.0":
1559-
version "5.62.0"
1560-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1561-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1575+
"@typescript-eslint/typescript-estree@8.38.0":
1576+
version "8.38.0"
1577+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
1578+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
15621579
dependencies:
1563-
"@typescript-eslint/types" "5.62.0"
1564-
"@typescript-eslint/visitor-keys" "5.62.0"
1580+
"@typescript-eslint/project-service" "8.38.0"
1581+
"@typescript-eslint/tsconfig-utils" "8.38.0"
1582+
"@typescript-eslint/types" "8.38.0"
1583+
"@typescript-eslint/visitor-keys" "8.38.0"
15651584
debug "^4.3.4"
1566-
globby "^11.1.0"
1585+
fast-glob "^3.3.2"
15671586
is-glob "^4.0.3"
1568-
semver "^7.3.7"
1569-
tsutils "^3.21.0"
1587+
minimatch "^9.0.4"
1588+
semver "^7.6.0"
1589+
ts-api-utils "^2.1.0"
15701590

1571-
"@typescript-eslint/utils@5.62.0":
1572-
version "5.62.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1574-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1591+
"@typescript-eslint/utils@8.38.0":
1592+
version "8.38.0"
1593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
1594+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
15751595
dependencies:
1576-
"@eslint-community/eslint-utils" "^4.2.0"
1577-
"@types/json-schema" "^7.0.9"
1578-
"@types/semver" "^7.3.12"
1579-
"@typescript-eslint/scope-manager" "5.62.0"
1580-
"@typescript-eslint/types" "5.62.0"
1581-
"@typescript-eslint/typescript-estree" "5.62.0"
1582-
eslint-scope "^5.1.1"
1583-
semver "^7.3.7"
1596+
"@eslint-community/eslint-utils" "^4.7.0"
1597+
"@typescript-eslint/scope-manager" "8.38.0"
1598+
"@typescript-eslint/types" "8.38.0"
1599+
"@typescript-eslint/typescript-estree" "8.38.0"
15841600

15851601
"@typescript-eslint/utils@^5.10.0":
15861602
version "5.16.0"
@@ -1602,13 +1618,13 @@
16021618
"@typescript-eslint/types" "5.16.0"
16031619
eslint-visitor-keys "^3.0.0"
16041620

1605-
"@typescript-eslint/visitor-keys@5.62.0":
1606-
version "5.62.0"
1607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1608-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1621+
"@typescript-eslint/visitor-keys@8.38.0":
1622+
version "8.38.0"
1623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
1624+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
16091625
dependencies:
1610-
"@typescript-eslint/types" "5.62.0"
1611-
eslint-visitor-keys "^3.3.0"
1626+
"@typescript-eslint/types" "8.38.0"
1627+
eslint-visitor-keys "^4.2.1"
16121628

16131629
"@ungap/structured-clone@^1.2.0":
16141630
version "1.2.0"
@@ -1893,6 +1909,13 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
18931909
dependencies:
18941910
fill-range "^7.0.1"
18951911

1912+
braces@^3.0.3:
1913+
version "3.0.3"
1914+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1915+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1916+
dependencies:
1917+
fill-range "^7.1.1"
1918+
18961919
browserslist@^4.17.5:
18971920
version "4.19.1"
18981921
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
@@ -2716,6 +2739,11 @@ eslint-visitor-keys@^3.4.3:
27162739
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27172740
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27182741

2742+
eslint-visitor-keys@^4.2.1:
2743+
version "4.2.1"
2744+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2745+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2746+
27192747
27202748
version "8.57.1"
27212749
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2952,6 +2980,17 @@ fast-glob@^3.3.0:
29522980
merge2 "^1.3.0"
29532981
micromatch "^4.0.4"
29542982

2983+
fast-glob@^3.3.2:
2984+
version "3.3.3"
2985+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2986+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2987+
dependencies:
2988+
"@nodelib/fs.stat" "^2.0.2"
2989+
"@nodelib/fs.walk" "^1.2.3"
2990+
glob-parent "^5.1.2"
2991+
merge2 "^1.3.0"
2992+
micromatch "^4.0.8"
2993+
29552994
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29562995
version "2.1.0"
29572996
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3013,6 +3052,13 @@ fill-range@^7.0.1:
30133052
dependencies:
30143053
to-regex-range "^5.0.1"
30153054

3055+
fill-range@^7.1.1:
3056+
version "7.1.1"
3057+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
3058+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
3059+
dependencies:
3060+
to-regex-range "^5.0.1"
3061+
30163062
find-up@^2.0.0:
30173063
version "2.1.0"
30183064
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -3281,7 +3327,7 @@ globals@^13.19.0:
32813327
dependencies:
32823328
type-fest "^0.20.2"
32833329

3284-
globby@^11.0.3, globby@^11.1.0:
3330+
globby@^11.0.3:
32853331
version "11.1.0"
32863332
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
32873333
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3488,6 +3534,11 @@ ignore@^5.2.4:
34883534
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
34893535
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
34903536

3537+
ignore@^7.0.0:
3538+
version "7.0.5"
3539+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3540+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3541+
34913542
import-fresh@^3.2.1, import-fresh@^3.3.0:
34923543
version "3.3.0"
34933544
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4545,6 +4596,14 @@ micromatch@^4.0.4:
45454596
braces "^3.0.2"
45464597
picomatch "^2.3.1"
45474598

4599+
micromatch@^4.0.8:
4600+
version "4.0.8"
4601+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
4602+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
4603+
dependencies:
4604+
braces "^3.0.3"
4605+
picomatch "^2.3.1"
4606+
45484607
mimic-fn@^2.1.0:
45494608
version "2.1.0"
45504609
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -4581,6 +4640,13 @@ minimatch@^9.0.1, minimatch@^9.0.3:
45814640
dependencies:
45824641
brace-expansion "^2.0.1"
45834642

4643+
minimatch@^9.0.4:
4644+
version "9.0.5"
4645+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4646+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4647+
dependencies:
4648+
brace-expansion "^2.0.1"
4649+
45844650
45854651
version "4.1.0"
45864652
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4688,11 +4754,6 @@ mz@^2.7.0:
46884754
object-assign "^4.0.1"
46894755
thenify-all "^1.0.0"
46904756

4691-
natural-compare-lite@^1.4.0:
4692-
version "1.4.0"
4693-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4694-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4695-
46964757
natural-compare@^1.4.0:
46974758
version "1.4.0"
46984759
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5503,12 +5564,10 @@ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
55035564
dependencies:
55045565
lru-cache "^6.0.0"
55055566

5506-
semver@^7.3.7:
5507-
version "7.3.7"
5508-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5509-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5510-
dependencies:
5511-
lru-cache "^6.0.0"
5567+
semver@^7.6.0:
5568+
version "7.7.2"
5569+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
5570+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
55125571

55135572
semver@^7.6.3:
55145573
version "7.6.3"
@@ -5970,6 +6029,11 @@ trim-newlines@^3.0.0:
59706029
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
59716030
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
59726031

6032+
ts-api-utils@^2.1.0:
6033+
version "2.1.0"
6034+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6035+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
6036+
59736037
ts-interface-checker@^0.1.9:
59746038
version "0.1.13"
59756039
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"

0 commit comments

Comments
 (0)