Skip to content

Commit 441e7d0

Browse files
authored
Merge pull request #36 from elastic/renovate/typescript-eslint-monorepo
chore(deps): update dependency typescript-eslint to v8.56.1
2 parents 345a3f7 + 78982bb commit 441e7d0

2 files changed

Lines changed: 74 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"ts-jest": "29.4.6",
7777
"tsup": "8.5.1",
7878
"typescript": "5.9.3",
79-
"typescript-eslint": "8.56.0"
79+
"typescript-eslint": "8.56.1"
8080
},
8181
"dependencies": {
8282
"antlr4": "4.13.2",

yarn.lock

Lines changed: 73 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,110 +1502,100 @@
15021502
dependencies:
15031503
"@types/yargs-parser" "*"
15041504

1505-
"@typescript-eslint/eslint-plugin@8.56.0":
1506-
version "8.56.0"
1507-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz#5aec3db807a6b8437ea5d5ebf7bd16b4119aba8d"
1508-
integrity sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==
1505+
"@typescript-eslint/eslint-plugin@8.56.1":
1506+
version "8.56.1"
1507+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76"
1508+
integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==
15091509
dependencies:
15101510
"@eslint-community/regexpp" "^4.12.2"
1511-
"@typescript-eslint/scope-manager" "8.56.0"
1512-
"@typescript-eslint/type-utils" "8.56.0"
1513-
"@typescript-eslint/utils" "8.56.0"
1514-
"@typescript-eslint/visitor-keys" "8.56.0"
1511+
"@typescript-eslint/scope-manager" "8.56.1"
1512+
"@typescript-eslint/type-utils" "8.56.1"
1513+
"@typescript-eslint/utils" "8.56.1"
1514+
"@typescript-eslint/visitor-keys" "8.56.1"
15151515
ignore "^7.0.5"
15161516
natural-compare "^1.4.0"
15171517
ts-api-utils "^2.4.0"
15181518

1519-
"@typescript-eslint/parser@8.56.0":
1520-
version "8.56.0"
1521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.0.tgz#8ecff1678b8b1a742d29c446ccf5eeea7f971d72"
1522-
integrity sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==
1519+
"@typescript-eslint/parser@8.56.1":
1520+
version "8.56.1"
1521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7"
1522+
integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==
15231523
dependencies:
1524-
"@typescript-eslint/scope-manager" "8.56.0"
1525-
"@typescript-eslint/types" "8.56.0"
1526-
"@typescript-eslint/typescript-estree" "8.56.0"
1527-
"@typescript-eslint/visitor-keys" "8.56.0"
1524+
"@typescript-eslint/scope-manager" "8.56.1"
1525+
"@typescript-eslint/types" "8.56.1"
1526+
"@typescript-eslint/typescript-estree" "8.56.1"
1527+
"@typescript-eslint/visitor-keys" "8.56.1"
15281528
debug "^4.4.3"
15291529

1530-
"@typescript-eslint/project-service@8.56.0":
1531-
version "8.56.0"
1532-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.0.tgz#bb8562fecd8f7922e676fc6a1189c20dd7991d73"
1533-
integrity sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==
1530+
"@typescript-eslint/project-service@8.56.1":
1531+
version "8.56.1"
1532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
1533+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
15341534
dependencies:
1535-
"@typescript-eslint/tsconfig-utils" "^8.56.0"
1536-
"@typescript-eslint/types" "^8.56.0"
1535+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
1536+
"@typescript-eslint/types" "^8.56.1"
15371537
debug "^4.4.3"
15381538

1539-
"@typescript-eslint/scope-manager@8.56.0":
1540-
version "8.56.0"
1541-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz#604030a4c6433df3728effdd441d47f45a86edb4"
1542-
integrity sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==
1539+
"@typescript-eslint/scope-manager@8.56.1":
1540+
version "8.56.1"
1541+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
1542+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
15431543
dependencies:
1544-
"@typescript-eslint/types" "8.56.0"
1545-
"@typescript-eslint/visitor-keys" "8.56.0"
1546-
1547-
"@typescript-eslint/tsconfig-utils@8.56.0":
1548-
version "8.56.0"
1549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
1550-
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
1544+
"@typescript-eslint/types" "8.56.1"
1545+
"@typescript-eslint/visitor-keys" "8.56.1"
15511546

1552-
"@typescript-eslint/tsconfig-utils@^8.56.0":
1547+
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
15531548
version "8.56.1"
15541549
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
15551550
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
15561551

1557-
"@typescript-eslint/type-utils@8.56.0":
1558-
version "8.56.0"
1559-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz#72b4edc1fc73988998f1632b3ec99c2a66eaac6e"
1560-
integrity sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==
1552+
"@typescript-eslint/type-utils@8.56.1":
1553+
version "8.56.1"
1554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24"
1555+
integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==
15611556
dependencies:
1562-
"@typescript-eslint/types" "8.56.0"
1563-
"@typescript-eslint/typescript-estree" "8.56.0"
1564-
"@typescript-eslint/utils" "8.56.0"
1557+
"@typescript-eslint/types" "8.56.1"
1558+
"@typescript-eslint/typescript-estree" "8.56.1"
1559+
"@typescript-eslint/utils" "8.56.1"
15651560
debug "^4.4.3"
15661561
ts-api-utils "^2.4.0"
15671562

1568-
"@typescript-eslint/types@8.56.0":
1569-
version "8.56.0"
1570-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
1571-
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
1572-
1573-
"@typescript-eslint/types@^8.56.0":
1563+
"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1":
15741564
version "8.56.1"
15751565
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
15761566
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
15771567

1578-
"@typescript-eslint/typescript-estree@8.56.0":
1579-
version "8.56.0"
1580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz#fadbc74c14c5bac947db04980ff58bb178701c2e"
1581-
integrity sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==
1568+
"@typescript-eslint/typescript-estree@8.56.1":
1569+
version "8.56.1"
1570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
1571+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
15821572
dependencies:
1583-
"@typescript-eslint/project-service" "8.56.0"
1584-
"@typescript-eslint/tsconfig-utils" "8.56.0"
1585-
"@typescript-eslint/types" "8.56.0"
1586-
"@typescript-eslint/visitor-keys" "8.56.0"
1573+
"@typescript-eslint/project-service" "8.56.1"
1574+
"@typescript-eslint/tsconfig-utils" "8.56.1"
1575+
"@typescript-eslint/types" "8.56.1"
1576+
"@typescript-eslint/visitor-keys" "8.56.1"
15871577
debug "^4.4.3"
1588-
minimatch "^9.0.5"
1578+
minimatch "^10.2.2"
15891579
semver "^7.7.3"
15901580
tinyglobby "^0.2.15"
15911581
ts-api-utils "^2.4.0"
15921582

1593-
"@typescript-eslint/utils@8.56.0":
1594-
version "8.56.0"
1595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.0.tgz#063ce6f702ec603de1b83ee795ed5e877d6f7841"
1596-
integrity sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==
1583+
"@typescript-eslint/utils@8.56.1":
1584+
version "8.56.1"
1585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7"
1586+
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
15971587
dependencies:
15981588
"@eslint-community/eslint-utils" "^4.9.1"
1599-
"@typescript-eslint/scope-manager" "8.56.0"
1600-
"@typescript-eslint/types" "8.56.0"
1601-
"@typescript-eslint/typescript-estree" "8.56.0"
1589+
"@typescript-eslint/scope-manager" "8.56.1"
1590+
"@typescript-eslint/types" "8.56.1"
1591+
"@typescript-eslint/typescript-estree" "8.56.1"
16021592

1603-
"@typescript-eslint/visitor-keys@8.56.0":
1604-
version "8.56.0"
1605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz#7d6592ab001827d3ce052155edf7ecad19688d7d"
1606-
integrity sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==
1593+
"@typescript-eslint/visitor-keys@8.56.1":
1594+
version "8.56.1"
1595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
1596+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
16071597
dependencies:
1608-
"@typescript-eslint/types" "8.56.0"
1598+
"@typescript-eslint/types" "8.56.1"
16091599
eslint-visitor-keys "^5.0.0"
16101600

16111601
abbrev@^4.0.0:
@@ -1866,13 +1856,6 @@ brace-expansion@^1.1.7:
18661856
balanced-match "^1.0.0"
18671857
concat-map "0.0.1"
18681858

1869-
brace-expansion@^2.0.1:
1870-
version "2.0.2"
1871-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1872-
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1873-
dependencies:
1874-
balanced-match "^1.0.0"
1875-
18761859
brace-expansion@^5.0.2:
18771860
version "5.0.2"
18781861
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
@@ -4158,20 +4141,20 @@ minimatch@^10.1.1:
41584141
dependencies:
41594142
"@isaacs/brace-expansion" "^5.0.1"
41604143

4144+
minimatch@^10.2.2:
4145+
version "10.2.4"
4146+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
4147+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
4148+
dependencies:
4149+
brace-expansion "^5.0.2"
4150+
41614151
minimatch@^3.0.4, minimatch@^3.1.1:
41624152
version "3.1.2"
41634153
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
41644154
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
41654155
dependencies:
41664156
brace-expansion "^1.1.7"
41674157

4168-
minimatch@^9.0.5:
4169-
version "9.0.5"
4170-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4171-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4172-
dependencies:
4173-
brace-expansion "^2.0.1"
4174-
41754158
minimist@^1.2.0, minimist@^1.2.5:
41764159
version "1.2.8"
41774160
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -5774,15 +5757,15 @@ type-fest@^5.2.0, type-fest@^5.4.4:
57745757
dependencies:
57755758
tagged-tag "^1.0.0"
57765759

5777-
typescript-eslint@8.56.0:
5778-
version "8.56.0"
5779-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.56.0.tgz#f4686ccaaf2fb86daf0133820da40ca5961a2236"
5780-
integrity sha512-c7toRLrotJ9oixgdW7liukZpsnq5CZ7PuKztubGYlNppuTqhIoWfhgHo/7EU0v06gS2l/x0i2NEFK1qMIf0rIg==
5760+
typescript-eslint@8.56.1:
5761+
version "8.56.1"
5762+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.56.1.tgz#15a9fcc5d2150a0d981772bb36f127a816fe103f"
5763+
integrity sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==
57815764
dependencies:
5782-
"@typescript-eslint/eslint-plugin" "8.56.0"
5783-
"@typescript-eslint/parser" "8.56.0"
5784-
"@typescript-eslint/typescript-estree" "8.56.0"
5785-
"@typescript-eslint/utils" "8.56.0"
5765+
"@typescript-eslint/eslint-plugin" "8.56.1"
5766+
"@typescript-eslint/parser" "8.56.1"
5767+
"@typescript-eslint/typescript-estree" "8.56.1"
5768+
"@typescript-eslint/utils" "8.56.1"
57865769

57875770
typescript@5.9.3:
57885771
version "5.9.3"

0 commit comments

Comments
 (0)