Skip to content

Commit 11e3946

Browse files
build(deps): bump typescript-eslint (#1634)
Bumps the typescript group with 1 update in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 7.9.0 to 7.15.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/v7.15.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca5bc38 commit 11e3946

File tree

1 file changed

+88
-7
lines changed

1 file changed

+88
-7
lines changed

yarn.lock

Lines changed: 88 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,21 @@
11961196
dependencies:
11971197
"@types/yargs-parser" "*"
11981198

1199+
"@typescript-eslint/[email protected]":
1200+
version "7.15.0"
1201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
1202+
integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
1203+
dependencies:
1204+
"@eslint-community/regexpp" "^4.10.0"
1205+
"@typescript-eslint/scope-manager" "7.15.0"
1206+
"@typescript-eslint/type-utils" "7.15.0"
1207+
"@typescript-eslint/utils" "7.15.0"
1208+
"@typescript-eslint/visitor-keys" "7.15.0"
1209+
graphemer "^1.4.0"
1210+
ignore "^5.3.1"
1211+
natural-compare "^1.4.0"
1212+
ts-api-utils "^1.3.0"
1213+
11991214
"@typescript-eslint/[email protected]":
12001215
version "7.9.0"
12011216
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
@@ -1211,6 +1226,17 @@
12111226
natural-compare "^1.4.0"
12121227
ts-api-utils "^1.3.0"
12131228

1229+
"@typescript-eslint/[email protected]":
1230+
version "7.15.0"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
1232+
integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
1233+
dependencies:
1234+
"@typescript-eslint/scope-manager" "7.15.0"
1235+
"@typescript-eslint/types" "7.15.0"
1236+
"@typescript-eslint/typescript-estree" "7.15.0"
1237+
"@typescript-eslint/visitor-keys" "7.15.0"
1238+
debug "^4.3.4"
1239+
12141240
"@typescript-eslint/[email protected]":
12151241
version "7.9.0"
12161242
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
@@ -1222,6 +1248,14 @@
12221248
"@typescript-eslint/visitor-keys" "7.9.0"
12231249
debug "^4.3.4"
12241250

1251+
"@typescript-eslint/[email protected]":
1252+
version "7.15.0"
1253+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
1254+
integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
1255+
dependencies:
1256+
"@typescript-eslint/types" "7.15.0"
1257+
"@typescript-eslint/visitor-keys" "7.15.0"
1258+
12251259
"@typescript-eslint/[email protected]":
12261260
version "7.9.0"
12271261
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
@@ -1230,6 +1264,16 @@
12301264
"@typescript-eslint/types" "7.9.0"
12311265
"@typescript-eslint/visitor-keys" "7.9.0"
12321266

1267+
"@typescript-eslint/[email protected]":
1268+
version "7.15.0"
1269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
1270+
integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
1271+
dependencies:
1272+
"@typescript-eslint/typescript-estree" "7.15.0"
1273+
"@typescript-eslint/utils" "7.15.0"
1274+
debug "^4.3.4"
1275+
ts-api-utils "^1.3.0"
1276+
12331277
"@typescript-eslint/[email protected]":
12341278
version "7.9.0"
12351279
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
@@ -1240,11 +1284,30 @@
12401284
debug "^4.3.4"
12411285
ts-api-utils "^1.3.0"
12421286

1287+
"@typescript-eslint/[email protected]":
1288+
version "7.15.0"
1289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
1290+
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
1291+
12431292
"@typescript-eslint/[email protected]":
12441293
version "7.9.0"
12451294
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
12461295
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
12471296

1297+
"@typescript-eslint/[email protected]":
1298+
version "7.15.0"
1299+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
1300+
integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
1301+
dependencies:
1302+
"@typescript-eslint/types" "7.15.0"
1303+
"@typescript-eslint/visitor-keys" "7.15.0"
1304+
debug "^4.3.4"
1305+
globby "^11.1.0"
1306+
is-glob "^4.0.3"
1307+
minimatch "^9.0.4"
1308+
semver "^7.6.0"
1309+
ts-api-utils "^1.3.0"
1310+
12481311
"@typescript-eslint/[email protected]":
12491312
version "7.9.0"
12501313
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
@@ -1259,7 +1322,17 @@
12591322
semver "^7.6.0"
12601323
ts-api-utils "^1.3.0"
12611324

1262-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
1325+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
1326+
version "7.15.0"
1327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
1328+
integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
1329+
dependencies:
1330+
"@eslint-community/eslint-utils" "^4.4.0"
1331+
"@typescript-eslint/scope-manager" "7.15.0"
1332+
"@typescript-eslint/types" "7.15.0"
1333+
"@typescript-eslint/typescript-estree" "7.15.0"
1334+
1335+
"@typescript-eslint/[email protected]":
12631336
version "7.9.0"
12641337
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
12651338
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
@@ -1269,6 +1342,14 @@
12691342
"@typescript-eslint/types" "7.9.0"
12701343
"@typescript-eslint/typescript-estree" "7.9.0"
12711344

1345+
"@typescript-eslint/[email protected]":
1346+
version "7.15.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
1348+
integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
1349+
dependencies:
1350+
"@typescript-eslint/types" "7.15.0"
1351+
eslint-visitor-keys "^3.4.3"
1352+
12721353
"@typescript-eslint/[email protected]":
12731354
version "7.9.0"
12741355
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
@@ -3234,13 +3315,13 @@ type-fest@^0.8.1:
32343315
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
32353316

32363317
typescript-eslint@^7.7.0:
3237-
version "7.9.0"
3238-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.9.0.tgz#353312f356ef4ba20105a4e2e736aa8c68f096a2"
3239-
integrity sha512-7iTn9c10teHHCys5Ud/yaJntXZrjt3h2mrx3feJGBOLgQkF3TB1X89Xs3aVQ/GgdXRAXpk2bPTdpRwHP4YkUow==
3318+
version "7.15.0"
3319+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.15.0.tgz#44caca31461cc8afa829c4e5ab11aa9e0f7e175d"
3320+
integrity sha512-Ta40FhMXBCwHura4X4fncaCVkVcnJ9jnOq5+Lp4lN8F4DzHZtOwZdRvVBiNUGznUDHPwdGnrnwxmUOU2fFQqFA==
32403321
dependencies:
3241-
"@typescript-eslint/eslint-plugin" "7.9.0"
3242-
"@typescript-eslint/parser" "7.9.0"
3243-
"@typescript-eslint/utils" "7.9.0"
3322+
"@typescript-eslint/eslint-plugin" "7.15.0"
3323+
"@typescript-eslint/parser" "7.15.0"
3324+
"@typescript-eslint/utils" "7.15.0"
32443325

32453326
32463327
version "5.5.3"

0 commit comments

Comments
 (0)