Skip to content

Commit f47a9d0

Browse files
authored
Merge pull request #549 from rrd108/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.36.0
2 parents dce4f1d + b1ba4a4 commit f47a9d0

File tree

1 file changed

+115
-39
lines changed

1 file changed

+115
-39
lines changed

yarn.lock

Lines changed: 115 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
dependencies:
683683
eslint-visitor-keys "^3.4.3"
684684

685-
"@eslint-community/eslint-utils@^4.2.0":
685+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
686686
version "4.7.0"
687687
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
688688
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -1460,19 +1460,19 @@
14601460
"@types/yargs-parser" "*"
14611461

14621462
"@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.26.0":
1463-
version "8.26.0"
1464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1465-
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
1463+
version "8.36.0"
1464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz#880ce277f8a30ccf539ec027acac157088f131ae"
1465+
integrity sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==
14661466
dependencies:
14671467
"@eslint-community/regexpp" "^4.10.0"
1468-
"@typescript-eslint/scope-manager" "8.26.0"
1469-
"@typescript-eslint/type-utils" "8.26.0"
1470-
"@typescript-eslint/utils" "8.26.0"
1471-
"@typescript-eslint/visitor-keys" "8.26.0"
1468+
"@typescript-eslint/scope-manager" "8.36.0"
1469+
"@typescript-eslint/type-utils" "8.36.0"
1470+
"@typescript-eslint/utils" "8.36.0"
1471+
"@typescript-eslint/visitor-keys" "8.36.0"
14721472
graphemer "^1.4.0"
1473-
ignore "^5.3.1"
1473+
ignore "^7.0.0"
14741474
natural-compare "^1.4.0"
1475-
ts-api-utils "^2.0.1"
1475+
ts-api-utils "^2.1.0"
14761476

14771477
"@typescript-eslint/parser@^6.7.5":
14781478
version "6.21.0"
@@ -1486,14 +1486,23 @@
14861486
debug "^4.3.4"
14871487

14881488
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.26.0":
1489-
version "8.26.0"
1490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1491-
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
1489+
version "8.36.0"
1490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.36.0.tgz#003007fe2030013936b6634b9cf52c457d36ed42"
1491+
integrity sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==
1492+
dependencies:
1493+
"@typescript-eslint/scope-manager" "8.36.0"
1494+
"@typescript-eslint/types" "8.36.0"
1495+
"@typescript-eslint/typescript-estree" "8.36.0"
1496+
"@typescript-eslint/visitor-keys" "8.36.0"
1497+
debug "^4.3.4"
1498+
1499+
"@typescript-eslint/project-service@8.36.0":
1500+
version "8.36.0"
1501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
1502+
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
14921503
dependencies:
1493-
"@typescript-eslint/scope-manager" "8.26.0"
1494-
"@typescript-eslint/types" "8.26.0"
1495-
"@typescript-eslint/typescript-estree" "8.26.0"
1496-
"@typescript-eslint/visitor-keys" "8.26.0"
1504+
"@typescript-eslint/tsconfig-utils" "^8.36.0"
1505+
"@typescript-eslint/types" "^8.36.0"
14971506
debug "^4.3.4"
14981507

14991508
"@typescript-eslint/scope-manager@6.21.0":
@@ -1520,15 +1529,28 @@
15201529
"@typescript-eslint/types" "8.26.0"
15211530
"@typescript-eslint/visitor-keys" "8.26.0"
15221531

1523-
"@typescript-eslint/type-utils@8.26.0":
1524-
version "8.26.0"
1525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1526-
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
1532+
"@typescript-eslint/scope-manager@8.36.0":
1533+
version "8.36.0"
1534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
1535+
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
15271536
dependencies:
1528-
"@typescript-eslint/typescript-estree" "8.26.0"
1529-
"@typescript-eslint/utils" "8.26.0"
1537+
"@typescript-eslint/types" "8.36.0"
1538+
"@typescript-eslint/visitor-keys" "8.36.0"
1539+
1540+
"@typescript-eslint/tsconfig-utils@8.36.0", "@typescript-eslint/tsconfig-utils@^8.36.0":
1541+
version "8.36.0"
1542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
1543+
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
1544+
1545+
"@typescript-eslint/type-utils@8.36.0":
1546+
version "8.36.0"
1547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz#16b092c2cbbb5549f6a4df1382a481586850502f"
1548+
integrity sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==
1549+
dependencies:
1550+
"@typescript-eslint/typescript-estree" "8.36.0"
1551+
"@typescript-eslint/utils" "8.36.0"
15301552
debug "^4.3.4"
1531-
ts-api-utils "^2.0.1"
1553+
ts-api-utils "^2.1.0"
15321554

15331555
"@typescript-eslint/types@6.21.0":
15341556
version "6.21.0"
@@ -1545,6 +1567,11 @@
15451567
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
15461568
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
15471569

1570+
"@typescript-eslint/types@8.36.0", "@typescript-eslint/types@^8.36.0":
1571+
version "8.36.0"
1572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
1573+
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
1574+
15481575
"@typescript-eslint/typescript-estree@6.21.0":
15491576
version "6.21.0"
15501577
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz"
@@ -1587,15 +1614,31 @@
15871614
semver "^7.6.0"
15881615
ts-api-utils "^2.0.1"
15891616

1590-
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.24.0":
1591-
version "8.26.0"
1592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1593-
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
1617+
"@typescript-eslint/typescript-estree@8.36.0":
1618+
version "8.36.0"
1619+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
1620+
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
15941621
dependencies:
1595-
"@eslint-community/eslint-utils" "^4.4.0"
1596-
"@typescript-eslint/scope-manager" "8.26.0"
1597-
"@typescript-eslint/types" "8.26.0"
1598-
"@typescript-eslint/typescript-estree" "8.26.0"
1622+
"@typescript-eslint/project-service" "8.36.0"
1623+
"@typescript-eslint/tsconfig-utils" "8.36.0"
1624+
"@typescript-eslint/types" "8.36.0"
1625+
"@typescript-eslint/visitor-keys" "8.36.0"
1626+
debug "^4.3.4"
1627+
fast-glob "^3.3.2"
1628+
is-glob "^4.0.3"
1629+
minimatch "^9.0.4"
1630+
semver "^7.6.0"
1631+
ts-api-utils "^2.1.0"
1632+
1633+
"@typescript-eslint/utils@8.36.0":
1634+
version "8.36.0"
1635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.36.0.tgz#2c9af5292f14e0aa4b0e9c7ac0406afafb299acf"
1636+
integrity sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==
1637+
dependencies:
1638+
"@eslint-community/eslint-utils" "^4.7.0"
1639+
"@typescript-eslint/scope-manager" "8.36.0"
1640+
"@typescript-eslint/types" "8.36.0"
1641+
"@typescript-eslint/typescript-estree" "8.36.0"
15991642

16001643
"@typescript-eslint/utils@^8.1.0":
16011644
version "8.22.0"
@@ -1607,6 +1650,16 @@
16071650
"@typescript-eslint/types" "8.22.0"
16081651
"@typescript-eslint/typescript-estree" "8.22.0"
16091652

1653+
"@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.24.0":
1654+
version "8.26.0"
1655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1656+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
1657+
dependencies:
1658+
"@eslint-community/eslint-utils" "^4.4.0"
1659+
"@typescript-eslint/scope-manager" "8.26.0"
1660+
"@typescript-eslint/types" "8.26.0"
1661+
"@typescript-eslint/typescript-estree" "8.26.0"
1662+
16101663
"@typescript-eslint/visitor-keys@6.21.0":
16111664
version "6.21.0"
16121665
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz"
@@ -1631,6 +1684,14 @@
16311684
"@typescript-eslint/types" "8.26.0"
16321685
eslint-visitor-keys "^4.2.0"
16331686

1687+
"@typescript-eslint/visitor-keys@8.36.0":
1688+
version "8.36.0"
1689+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
1690+
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
1691+
dependencies:
1692+
"@typescript-eslint/types" "8.36.0"
1693+
eslint-visitor-keys "^4.2.1"
1694+
16341695
"@ungap/structured-clone@^1.0.0":
16351696
version "1.3.0"
16361697
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2045,9 +2106,9 @@ brace-expansion@^1.1.7:
20452106
concat-map "0.0.1"
20462107

20472108
brace-expansion@^2.0.1:
2048-
version "2.0.1"
2049-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2050-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2109+
version "2.0.2"
2110+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2111+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
20512112
dependencies:
20522113
balanced-match "^1.0.0"
20532114

@@ -2284,14 +2345,14 @@ debug@^3.2.7:
22842345
dependencies:
22852346
ms "^2.1.1"
22862347

2287-
debug@^4.0.0, debug@^4.1.1, debug@^4.3.4, debug@^4.3.6, debug@^4.4.0:
2348+
debug@^4.0.0, debug@^4.1.1, debug@^4.3.6, debug@^4.4.0:
22882349
version "4.4.0"
22892350
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
22902351
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
22912352
dependencies:
22922353
ms "^2.1.3"
22932354

2294-
debug@^4.3.1, debug@^4.3.2:
2355+
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
22952356
version "4.4.1"
22962357
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
22972358
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -3260,11 +3321,16 @@ iconv-lite@^0.4.24:
32603321
dependencies:
32613322
safer-buffer ">= 2.1.2 < 3"
32623323

3263-
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1, ignore@^5.3.2:
3324+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.2:
32643325
version "5.3.2"
32653326
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
32663327
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
32673328

3329+
ignore@^7.0.0:
3330+
version "7.0.5"
3331+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3332+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3333+
32683334
import-fresh@^3.2.1:
32693335
version "3.3.1"
32703336
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
@@ -4621,11 +4687,16 @@ semver@^7.3.5, semver@^7.5.4:
46214687
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
46224688
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
46234689

4624-
semver@^7.3.6, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
4690+
semver@^7.3.6, semver@^7.6.3, semver@^7.7.1:
46254691
version "7.7.1"
46264692
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
46274693
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
46284694

4695+
semver@^7.6.0:
4696+
version "7.7.2"
4697+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
4698+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
4699+
46294700
shebang-command@^2.0.0:
46304701
version "2.0.0"
46314702
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4912,6 +4983,11 @@ ts-api-utils@^2.0.0, ts-api-utils@^2.0.1:
49124983
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
49134984
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
49144985

4986+
ts-api-utils@^2.1.0:
4987+
version "2.1.0"
4988+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4989+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4990+
49154991
ts-node@^10.9.1:
49164992
version "10.9.2"
49174993
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz"

0 commit comments

Comments
 (0)