Skip to content

Commit ea09e9e

Browse files
chore(deps-dev): bump typescript-eslint in the typescript group (#1217)
Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.37.0 to 8.44.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41d0bf7 commit ea09e9e

2 files changed

Lines changed: 129 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"prettier": "3.6.2",
5858
"ts-jest": "29.4.0",
5959
"typescript": "5.8.3",
60-
"typescript-eslint": "8.37.0"
60+
"typescript-eslint": "8.51.0"
6161
}
6262
}

yarn.lock

Lines changed: 128 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,20 @@
12261226
natural-compare "^1.4.0"
12271227
ts-api-utils "^2.1.0"
12281228

1229+
"@typescript-eslint/eslint-plugin@8.51.0":
1230+
version "8.51.0"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1232+
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1233+
dependencies:
1234+
"@eslint-community/regexpp" "^4.10.0"
1235+
"@typescript-eslint/scope-manager" "8.51.0"
1236+
"@typescript-eslint/type-utils" "8.51.0"
1237+
"@typescript-eslint/utils" "8.51.0"
1238+
"@typescript-eslint/visitor-keys" "8.51.0"
1239+
ignore "^7.0.0"
1240+
natural-compare "^1.4.0"
1241+
ts-api-utils "^2.2.0"
1242+
12291243
"@typescript-eslint/parser@8.37.0":
12301244
version "8.37.0"
12311245
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
@@ -1237,6 +1251,17 @@
12371251
"@typescript-eslint/visitor-keys" "8.37.0"
12381252
debug "^4.3.4"
12391253

1254+
"@typescript-eslint/parser@8.51.0":
1255+
version "8.51.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1257+
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
1258+
dependencies:
1259+
"@typescript-eslint/scope-manager" "8.51.0"
1260+
"@typescript-eslint/types" "8.51.0"
1261+
"@typescript-eslint/typescript-estree" "8.51.0"
1262+
"@typescript-eslint/visitor-keys" "8.51.0"
1263+
debug "^4.3.4"
1264+
12401265
"@typescript-eslint/project-service@8.37.0":
12411266
version "8.37.0"
12421267
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
@@ -1246,6 +1271,15 @@
12461271
"@typescript-eslint/types" "^8.37.0"
12471272
debug "^4.3.4"
12481273

1274+
"@typescript-eslint/project-service@8.51.0":
1275+
version "8.51.0"
1276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1277+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1278+
dependencies:
1279+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1280+
"@typescript-eslint/types" "^8.51.0"
1281+
debug "^4.3.4"
1282+
12491283
"@typescript-eslint/scope-manager@8.37.0":
12501284
version "8.37.0"
12511285
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
@@ -1254,11 +1288,24 @@
12541288
"@typescript-eslint/types" "8.37.0"
12551289
"@typescript-eslint/visitor-keys" "8.37.0"
12561290

1291+
"@typescript-eslint/scope-manager@8.51.0":
1292+
version "8.51.0"
1293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1294+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1295+
dependencies:
1296+
"@typescript-eslint/types" "8.51.0"
1297+
"@typescript-eslint/visitor-keys" "8.51.0"
1298+
12571299
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
12581300
version "8.37.0"
12591301
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
12601302
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
12611303

1304+
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
1305+
version "8.51.0"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
1307+
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
1308+
12621309
"@typescript-eslint/type-utils@8.37.0":
12631310
version "8.37.0"
12641311
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
@@ -1270,11 +1317,27 @@
12701317
debug "^4.3.4"
12711318
ts-api-utils "^2.1.0"
12721319

1320+
"@typescript-eslint/type-utils@8.51.0":
1321+
version "8.51.0"
1322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1323+
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1324+
dependencies:
1325+
"@typescript-eslint/types" "8.51.0"
1326+
"@typescript-eslint/typescript-estree" "8.51.0"
1327+
"@typescript-eslint/utils" "8.51.0"
1328+
debug "^4.3.4"
1329+
ts-api-utils "^2.2.0"
1330+
12731331
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
12741332
version "8.37.0"
12751333
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
12761334
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
12771335

1336+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
1337+
version "8.51.0"
1338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
1339+
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
1340+
12781341
"@typescript-eslint/typescript-estree@8.37.0":
12791342
version "8.37.0"
12801343
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
@@ -1291,7 +1354,22 @@
12911354
semver "^7.6.0"
12921355
ts-api-utils "^2.1.0"
12931356

1294-
"@typescript-eslint/utils@8.37.0", "@typescript-eslint/utils@^8.0.0":
1357+
"@typescript-eslint/typescript-estree@8.51.0":
1358+
version "8.51.0"
1359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1360+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1361+
dependencies:
1362+
"@typescript-eslint/project-service" "8.51.0"
1363+
"@typescript-eslint/tsconfig-utils" "8.51.0"
1364+
"@typescript-eslint/types" "8.51.0"
1365+
"@typescript-eslint/visitor-keys" "8.51.0"
1366+
debug "^4.3.4"
1367+
minimatch "^9.0.4"
1368+
semver "^7.6.0"
1369+
tinyglobby "^0.2.15"
1370+
ts-api-utils "^2.2.0"
1371+
1372+
"@typescript-eslint/utils@8.37.0":
12951373
version "8.37.0"
12961374
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
12971375
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
@@ -1301,6 +1379,16 @@
13011379
"@typescript-eslint/types" "8.37.0"
13021380
"@typescript-eslint/typescript-estree" "8.37.0"
13031381

1382+
"@typescript-eslint/utils@8.51.0", "@typescript-eslint/utils@^8.0.0":
1383+
version "8.51.0"
1384+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1385+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1386+
dependencies:
1387+
"@eslint-community/eslint-utils" "^4.7.0"
1388+
"@typescript-eslint/scope-manager" "8.51.0"
1389+
"@typescript-eslint/types" "8.51.0"
1390+
"@typescript-eslint/typescript-estree" "8.51.0"
1391+
13041392
"@typescript-eslint/visitor-keys@8.37.0":
13051393
version "8.37.0"
13061394
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
@@ -1309,6 +1397,14 @@
13091397
"@typescript-eslint/types" "8.37.0"
13101398
eslint-visitor-keys "^4.2.1"
13111399

1400+
"@typescript-eslint/visitor-keys@8.51.0":
1401+
version "8.51.0"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1403+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1404+
dependencies:
1405+
"@typescript-eslint/types" "8.51.0"
1406+
eslint-visitor-keys "^4.2.1"
1407+
13121408
"@ungap/structured-clone@^1.3.0":
13131409
version "1.3.0"
13141410
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2043,6 +2139,11 @@ fb-watchman@^2.0.2:
20432139
dependencies:
20442140
bser "2.1.1"
20452141

2142+
fdir@^6.5.0:
2143+
version "6.5.0"
2144+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2145+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2146+
20462147
file-entry-cache@^8.0.0:
20472148
version "8.0.0"
20482149
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
@@ -3283,6 +3384,11 @@ picomatch@^4.0.2:
32833384
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
32843385
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
32853386

3387+
picomatch@^4.0.3:
3388+
version "4.0.3"
3389+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3390+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3391+
32863392
pirates@^4.0.7:
32873393
version "4.0.7"
32883394
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22"
@@ -3548,6 +3654,14 @@ test-exclude@^6.0.0:
35483654
glob "^7.1.4"
35493655
minimatch "^3.0.4"
35503656

3657+
tinyglobby@^0.2.15:
3658+
version "0.2.15"
3659+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3660+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
3661+
dependencies:
3662+
fdir "^6.5.0"
3663+
picomatch "^4.0.3"
3664+
35513665
tmpl@1.0.5:
35523666
version "1.0.5"
35533667
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -3568,6 +3682,11 @@ ts-api-utils@^2.1.0:
35683682
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
35693683
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
35703684

3685+
ts-api-utils@^2.2.0:
3686+
version "2.3.0"
3687+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
3688+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
3689+
35713690
ts-jest@29.4.0:
35723691
version "29.4.0"
35733692
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
@@ -3613,15 +3732,15 @@ type-fest@^4.41.0:
36133732
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
36143733
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
36153734

3616-
typescript-eslint@8.37.0:
3617-
version "8.37.0"
3618-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.37.0.tgz#2235ddfa40cdbdadb1afb05f8bda688a2294b4c2"
3619-
integrity sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==
3735+
typescript-eslint@8.51.0:
3736+
version "8.51.0"
3737+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2"
3738+
integrity sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==
36203739
dependencies:
3621-
"@typescript-eslint/eslint-plugin" "8.37.0"
3622-
"@typescript-eslint/parser" "8.37.0"
3623-
"@typescript-eslint/typescript-estree" "8.37.0"
3624-
"@typescript-eslint/utils" "8.37.0"
3740+
"@typescript-eslint/eslint-plugin" "8.51.0"
3741+
"@typescript-eslint/parser" "8.51.0"
3742+
"@typescript-eslint/typescript-estree" "8.51.0"
3743+
"@typescript-eslint/utils" "8.51.0"
36253744

36263745
typescript@5.8.3:
36273746
version "5.8.3"

0 commit comments

Comments
 (0)