Skip to content

Commit 5597720

Browse files
chore(deps-dev): bump typescript-eslint in the typescript group
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.51.0 to 8.52.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.52.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b3c699 commit 5597720

2 files changed

Lines changed: 16 additions & 112 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.51.0"
60+
"typescript-eslint": "8.52.0"
6161
}
6262
}

yarn.lock

Lines changed: 15 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
dependencies:
495495
tslib "^2.4.0"
496496

497-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
497+
"@eslint-community/eslint-utils@^4.2.0":
498498
version "4.7.0"
499499
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
500500
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -508,7 +508,7 @@
508508
dependencies:
509509
eslint-visitor-keys "^3.4.3"
510510

511-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
511+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
512512
version "4.12.2"
513513
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
514514
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1193,20 +1193,6 @@
11931193
dependencies:
11941194
"@types/yargs-parser" "*"
11951195

1196-
"@typescript-eslint/eslint-plugin@8.51.0":
1197-
version "8.51.0"
1198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1199-
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1200-
dependencies:
1201-
"@eslint-community/regexpp" "^4.10.0"
1202-
"@typescript-eslint/scope-manager" "8.51.0"
1203-
"@typescript-eslint/type-utils" "8.51.0"
1204-
"@typescript-eslint/utils" "8.51.0"
1205-
"@typescript-eslint/visitor-keys" "8.51.0"
1206-
ignore "^7.0.0"
1207-
natural-compare "^1.4.0"
1208-
ts-api-utils "^2.2.0"
1209-
12101196
"@typescript-eslint/eslint-plugin@8.52.0":
12111197
version "8.52.0"
12121198
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz#9a9f1d2ee974ed77a8b1bda94e77123f697ee8b4"
@@ -1221,17 +1207,6 @@
12211207
natural-compare "^1.4.0"
12221208
ts-api-utils "^2.4.0"
12231209

1224-
"@typescript-eslint/parser@8.51.0":
1225-
version "8.51.0"
1226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1227-
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
1228-
dependencies:
1229-
"@typescript-eslint/scope-manager" "8.51.0"
1230-
"@typescript-eslint/types" "8.51.0"
1231-
"@typescript-eslint/typescript-estree" "8.51.0"
1232-
"@typescript-eslint/visitor-keys" "8.51.0"
1233-
debug "^4.3.4"
1234-
12351210
"@typescript-eslint/parser@8.52.0":
12361211
version "8.52.0"
12371212
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.52.0.tgz#9fae9f5f13ebb1c8f31a50c34381bfd6bf96a05f"
@@ -1243,15 +1218,6 @@
12431218
"@typescript-eslint/visitor-keys" "8.52.0"
12441219
debug "^4.4.3"
12451220

1246-
"@typescript-eslint/project-service@8.51.0":
1247-
version "8.51.0"
1248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1249-
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1250-
dependencies:
1251-
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1252-
"@typescript-eslint/types" "^8.51.0"
1253-
debug "^4.3.4"
1254-
12551221
"@typescript-eslint/project-service@8.52.0":
12561222
version "8.52.0"
12571223
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe"
@@ -1261,14 +1227,6 @@
12611227
"@typescript-eslint/types" "^8.52.0"
12621228
debug "^4.4.3"
12631229

1264-
"@typescript-eslint/scope-manager@8.51.0":
1265-
version "8.51.0"
1266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1267-
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1268-
dependencies:
1269-
"@typescript-eslint/types" "8.51.0"
1270-
"@typescript-eslint/visitor-keys" "8.51.0"
1271-
12721230
"@typescript-eslint/scope-manager@8.52.0":
12731231
version "8.52.0"
12741232
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5"
@@ -1277,27 +1235,11 @@
12771235
"@typescript-eslint/types" "8.52.0"
12781236
"@typescript-eslint/visitor-keys" "8.52.0"
12791237

1280-
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
1281-
version "8.51.0"
1282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
1283-
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
1284-
12851238
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
12861239
version "8.52.0"
12871240
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
12881241
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
12891242

1290-
"@typescript-eslint/type-utils@8.51.0":
1291-
version "8.51.0"
1292-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1293-
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1294-
dependencies:
1295-
"@typescript-eslint/types" "8.51.0"
1296-
"@typescript-eslint/typescript-estree" "8.51.0"
1297-
"@typescript-eslint/utils" "8.51.0"
1298-
debug "^4.3.4"
1299-
ts-api-utils "^2.2.0"
1300-
13011243
"@typescript-eslint/type-utils@8.52.0":
13021244
version "8.52.0"
13031245
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz#6e554113f8a074cf9b2faa818d2ebfccb867d6c5"
@@ -1309,31 +1251,11 @@
13091251
debug "^4.4.3"
13101252
ts-api-utils "^2.4.0"
13111253

1312-
"@typescript-eslint/types@8.51.0":
1313-
version "8.51.0"
1314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
1315-
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
1316-
1317-
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.51.0", "@typescript-eslint/types@^8.52.0":
1254+
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
13181255
version "8.52.0"
13191256
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
13201257
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
13211258

1322-
"@typescript-eslint/typescript-estree@8.51.0":
1323-
version "8.51.0"
1324-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1325-
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1326-
dependencies:
1327-
"@typescript-eslint/project-service" "8.51.0"
1328-
"@typescript-eslint/tsconfig-utils" "8.51.0"
1329-
"@typescript-eslint/types" "8.51.0"
1330-
"@typescript-eslint/visitor-keys" "8.51.0"
1331-
debug "^4.3.4"
1332-
minimatch "^9.0.4"
1333-
semver "^7.6.0"
1334-
tinyglobby "^0.2.15"
1335-
ts-api-utils "^2.2.0"
1336-
13371259
"@typescript-eslint/typescript-estree@8.52.0":
13381260
version "8.52.0"
13391261
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591"
@@ -1349,16 +1271,6 @@
13491271
tinyglobby "^0.2.15"
13501272
ts-api-utils "^2.4.0"
13511273

1352-
"@typescript-eslint/utils@8.51.0":
1353-
version "8.51.0"
1354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1355-
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1356-
dependencies:
1357-
"@eslint-community/eslint-utils" "^4.7.0"
1358-
"@typescript-eslint/scope-manager" "8.51.0"
1359-
"@typescript-eslint/types" "8.51.0"
1360-
"@typescript-eslint/typescript-estree" "8.51.0"
1361-
13621274
"@typescript-eslint/utils@8.52.0", "@typescript-eslint/utils@^8.0.0":
13631275
version "8.52.0"
13641276
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
@@ -1369,14 +1281,6 @@
13691281
"@typescript-eslint/types" "8.52.0"
13701282
"@typescript-eslint/typescript-estree" "8.52.0"
13711283

1372-
"@typescript-eslint/visitor-keys@8.51.0":
1373-
version "8.51.0"
1374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1375-
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1376-
dependencies:
1377-
"@typescript-eslint/types" "8.51.0"
1378-
eslint-visitor-keys "^4.2.1"
1379-
13801284
"@typescript-eslint/visitor-keys@8.52.0":
13811285
version "8.52.0"
13821286
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673"
@@ -1818,7 +1722,7 @@ cross-spawn@^7.0.3, cross-spawn@^7.0.6:
18181722
shebang-command "^2.0.0"
18191723
which "^2.0.1"
18201724

1821-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3:
1725+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.4.3:
18221726
version "4.4.3"
18231727
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
18241728
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -2254,7 +2158,7 @@ ignore@^5.2.0:
22542158
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
22552159
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
22562160

2257-
ignore@^7.0.0, ignore@^7.0.5:
2161+
ignore@^7.0.5:
22582162
version "7.0.5"
22592163
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
22602164
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -3438,7 +3342,7 @@ semver@^6.0.0, semver@^6.3.1:
34383342
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
34393343
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
34403344

3441-
semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
3345+
semver@^7.5.4, semver@^7.7.2:
34423346
version "7.7.2"
34433347
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
34443348
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -3628,7 +3532,7 @@ to-regex-range@^5.0.1:
36283532
dependencies:
36293533
is-number "^7.0.0"
36303534

3631-
ts-api-utils@^2.2.0, ts-api-utils@^2.4.0:
3535+
ts-api-utils@^2.4.0:
36323536
version "2.4.0"
36333537
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
36343538
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
@@ -3678,15 +3582,15 @@ type-fest@^4.41.0:
36783582
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
36793583
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
36803584

3681-
typescript-eslint@8.51.0:
3682-
version "8.51.0"
3683-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2"
3684-
integrity sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==
3585+
typescript-eslint@8.52.0:
3586+
version "8.52.0"
3587+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.52.0.tgz#b8c156b6f2b4dee202a85712ff6a37f614476413"
3588+
integrity sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==
36853589
dependencies:
3686-
"@typescript-eslint/eslint-plugin" "8.51.0"
3687-
"@typescript-eslint/parser" "8.51.0"
3688-
"@typescript-eslint/typescript-estree" "8.51.0"
3689-
"@typescript-eslint/utils" "8.51.0"
3590+
"@typescript-eslint/eslint-plugin" "8.52.0"
3591+
"@typescript-eslint/parser" "8.52.0"
3592+
"@typescript-eslint/typescript-estree" "8.52.0"
3593+
"@typescript-eslint/utils" "8.52.0"
36903594

36913595
typescript@5.8.3:
36923596
version "5.8.3"

0 commit comments

Comments
 (0)