Skip to content

Commit b3dc8b0

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 733095e commit b3dc8b0

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.7.4",
5858
"ts-jest": "29.4.6",
5959
"typescript": "5.9.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,14 +494,14 @@
494494
dependencies:
495495
tslib "^2.4.0"
496496

497-
"@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
497+
"@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
498498
version "4.9.1"
499499
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
500500
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
501501
dependencies:
502502
eslint-visitor-keys "^3.4.3"
503503

504-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
504+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
505505
version "4.12.2"
506506
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
507507
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1068,20 +1068,6 @@
10681068
dependencies:
10691069
"@types/yargs-parser" "*"
10701070

1071-
"@typescript-eslint/eslint-plugin@8.51.0":
1072-
version "8.51.0"
1073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1074-
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1075-
dependencies:
1076-
"@eslint-community/regexpp" "^4.10.0"
1077-
"@typescript-eslint/scope-manager" "8.51.0"
1078-
"@typescript-eslint/type-utils" "8.51.0"
1079-
"@typescript-eslint/utils" "8.51.0"
1080-
"@typescript-eslint/visitor-keys" "8.51.0"
1081-
ignore "^7.0.0"
1082-
natural-compare "^1.4.0"
1083-
ts-api-utils "^2.2.0"
1084-
10851071
"@typescript-eslint/eslint-plugin@8.52.0":
10861072
version "8.52.0"
10871073
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz#9a9f1d2ee974ed77a8b1bda94e77123f697ee8b4"
@@ -1096,17 +1082,6 @@
10961082
natural-compare "^1.4.0"
10971083
ts-api-utils "^2.4.0"
10981084

1099-
"@typescript-eslint/parser@8.51.0":
1100-
version "8.51.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1102-
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
1103-
dependencies:
1104-
"@typescript-eslint/scope-manager" "8.51.0"
1105-
"@typescript-eslint/types" "8.51.0"
1106-
"@typescript-eslint/typescript-estree" "8.51.0"
1107-
"@typescript-eslint/visitor-keys" "8.51.0"
1108-
debug "^4.3.4"
1109-
11101085
"@typescript-eslint/parser@8.52.0":
11111086
version "8.52.0"
11121087
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.52.0.tgz#9fae9f5f13ebb1c8f31a50c34381bfd6bf96a05f"
@@ -1118,15 +1093,6 @@
11181093
"@typescript-eslint/visitor-keys" "8.52.0"
11191094
debug "^4.4.3"
11201095

1121-
"@typescript-eslint/project-service@8.51.0":
1122-
version "8.51.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1124-
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1125-
dependencies:
1126-
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1127-
"@typescript-eslint/types" "^8.51.0"
1128-
debug "^4.3.4"
1129-
11301096
"@typescript-eslint/project-service@8.52.0":
11311097
version "8.52.0"
11321098
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe"
@@ -1136,14 +1102,6 @@
11361102
"@typescript-eslint/types" "^8.52.0"
11371103
debug "^4.4.3"
11381104

1139-
"@typescript-eslint/scope-manager@8.51.0":
1140-
version "8.51.0"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1142-
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1143-
dependencies:
1144-
"@typescript-eslint/types" "8.51.0"
1145-
"@typescript-eslint/visitor-keys" "8.51.0"
1146-
11471105
"@typescript-eslint/scope-manager@8.52.0":
11481106
version "8.52.0"
11491107
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5"
@@ -1152,27 +1110,11 @@
11521110
"@typescript-eslint/types" "8.52.0"
11531111
"@typescript-eslint/visitor-keys" "8.52.0"
11541112

1155-
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
1156-
version "8.51.0"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
1158-
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
1159-
11601113
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
11611114
version "8.52.0"
11621115
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
11631116
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
11641117

1165-
"@typescript-eslint/type-utils@8.51.0":
1166-
version "8.51.0"
1167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1168-
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1169-
dependencies:
1170-
"@typescript-eslint/types" "8.51.0"
1171-
"@typescript-eslint/typescript-estree" "8.51.0"
1172-
"@typescript-eslint/utils" "8.51.0"
1173-
debug "^4.3.4"
1174-
ts-api-utils "^2.2.0"
1175-
11761118
"@typescript-eslint/type-utils@8.52.0":
11771119
version "8.52.0"
11781120
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz#6e554113f8a074cf9b2faa818d2ebfccb867d6c5"
@@ -1184,31 +1126,11 @@
11841126
debug "^4.4.3"
11851127
ts-api-utils "^2.4.0"
11861128

1187-
"@typescript-eslint/types@8.51.0":
1188-
version "8.51.0"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
1190-
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
1191-
1192-
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.51.0", "@typescript-eslint/types@^8.52.0":
1129+
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
11931130
version "8.52.0"
11941131
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
11951132
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
11961133

1197-
"@typescript-eslint/typescript-estree@8.51.0":
1198-
version "8.51.0"
1199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1200-
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1201-
dependencies:
1202-
"@typescript-eslint/project-service" "8.51.0"
1203-
"@typescript-eslint/tsconfig-utils" "8.51.0"
1204-
"@typescript-eslint/types" "8.51.0"
1205-
"@typescript-eslint/visitor-keys" "8.51.0"
1206-
debug "^4.3.4"
1207-
minimatch "^9.0.4"
1208-
semver "^7.6.0"
1209-
tinyglobby "^0.2.15"
1210-
ts-api-utils "^2.2.0"
1211-
12121134
"@typescript-eslint/typescript-estree@8.52.0":
12131135
version "8.52.0"
12141136
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591"
@@ -1224,16 +1146,6 @@
12241146
tinyglobby "^0.2.15"
12251147
ts-api-utils "^2.4.0"
12261148

1227-
"@typescript-eslint/utils@8.51.0":
1228-
version "8.51.0"
1229-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1230-
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1231-
dependencies:
1232-
"@eslint-community/eslint-utils" "^4.7.0"
1233-
"@typescript-eslint/scope-manager" "8.51.0"
1234-
"@typescript-eslint/types" "8.51.0"
1235-
"@typescript-eslint/typescript-estree" "8.51.0"
1236-
12371149
"@typescript-eslint/utils@8.52.0", "@typescript-eslint/utils@^8.0.0":
12381150
version "8.52.0"
12391151
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
@@ -1244,14 +1156,6 @@
12441156
"@typescript-eslint/types" "8.52.0"
12451157
"@typescript-eslint/typescript-estree" "8.52.0"
12461158

1247-
"@typescript-eslint/visitor-keys@8.51.0":
1248-
version "8.51.0"
1249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1250-
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1251-
dependencies:
1252-
"@typescript-eslint/types" "8.51.0"
1253-
eslint-visitor-keys "^4.2.1"
1254-
12551159
"@typescript-eslint/visitor-keys@8.52.0":
12561160
version "8.52.0"
12571161
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673"
@@ -1654,7 +1558,7 @@ cross-spawn@^7.0.3, cross-spawn@^7.0.6:
16541558
shebang-command "^2.0.0"
16551559
which "^2.0.1"
16561560

1657-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3:
1561+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.4.3:
16581562
version "4.4.3"
16591563
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
16601564
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -2075,7 +1979,7 @@ ignore@^5.2.0:
20751979
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
20761980
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
20771981

2078-
ignore@^7.0.0, ignore@^7.0.5:
1982+
ignore@^7.0.5:
20791983
version "7.0.5"
20801984
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
20811985
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -3033,7 +2937,7 @@ semver@^6.0.0, semver@^6.3.1:
30332937
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
30342938
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
30352939

3036-
semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3:
2940+
semver@^7.5.4, semver@^7.7.2, semver@^7.7.3:
30372941
version "7.7.3"
30382942
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
30392943
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
@@ -3218,7 +3122,7 @@ to-regex-range@^5.0.1:
32183122
dependencies:
32193123
is-number "^7.0.0"
32203124

3221-
ts-api-utils@^2.2.0, ts-api-utils@^2.4.0:
3125+
ts-api-utils@^2.4.0:
32223126
version "2.4.0"
32233127
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
32243128
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
@@ -3268,15 +3172,15 @@ type-fest@^4.41.0:
32683172
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
32693173
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
32703174

3271-
typescript-eslint@8.51.0:
3272-
version "8.51.0"
3273-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2"
3274-
integrity sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==
3175+
typescript-eslint@8.52.0:
3176+
version "8.52.0"
3177+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.52.0.tgz#b8c156b6f2b4dee202a85712ff6a37f614476413"
3178+
integrity sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==
32753179
dependencies:
3276-
"@typescript-eslint/eslint-plugin" "8.51.0"
3277-
"@typescript-eslint/parser" "8.51.0"
3278-
"@typescript-eslint/typescript-estree" "8.51.0"
3279-
"@typescript-eslint/utils" "8.51.0"
3180+
"@typescript-eslint/eslint-plugin" "8.52.0"
3181+
"@typescript-eslint/parser" "8.52.0"
3182+
"@typescript-eslint/typescript-estree" "8.52.0"
3183+
"@typescript-eslint/utils" "8.52.0"
32803184

32813185
typescript@5.9.3:
32823186
version "5.9.3"

0 commit comments

Comments
 (0)