Skip to content

Commit 78f8187

Browse files
chore(deps-dev): bump the eslint group across 1 directory with 4 updates
Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier). Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.37.0 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/parser) Updates `eslint-plugin-jest` from 29.0.1 to 29.1.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.0.1...v29.1.0) Updates `eslint-plugin-prettier` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-version: 29.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c7c582 commit 78f8187

2 files changed

Lines changed: 132 additions & 18 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@types/mustache": "4.2.6",
4747
"@types/node": "24.0.15",
4848
"@types/retry": "0.12.5",
49-
"@typescript-eslint/eslint-plugin": "8.37.0",
50-
"@typescript-eslint/parser": "8.37.0",
49+
"@typescript-eslint/eslint-plugin": "8.51.0",
50+
"@typescript-eslint/parser": "8.51.0",
5151
"eslint": "9.31.0",
5252
"eslint-config-prettier": "10.1.8",
53-
"eslint-plugin-jest": "29.0.1",
54-
"eslint-plugin-prettier": "5.5.3",
53+
"eslint-plugin-jest": "29.11.2",
54+
"eslint-plugin-prettier": "5.5.4",
5555
"jest": "30.0.5",
5656
"jest-circus": "30.0.4",
5757
"prettier": "3.6.2",

yarn.lock

Lines changed: 128 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,20 @@
12021202
natural-compare "^1.4.0"
12031203
ts-api-utils "^2.1.0"
12041204

1205+
"@typescript-eslint/eslint-plugin@8.51.0":
1206+
version "8.51.0"
1207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1208+
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1209+
dependencies:
1210+
"@eslint-community/regexpp" "^4.10.0"
1211+
"@typescript-eslint/scope-manager" "8.51.0"
1212+
"@typescript-eslint/type-utils" "8.51.0"
1213+
"@typescript-eslint/utils" "8.51.0"
1214+
"@typescript-eslint/visitor-keys" "8.51.0"
1215+
ignore "^7.0.0"
1216+
natural-compare "^1.4.0"
1217+
ts-api-utils "^2.2.0"
1218+
12051219
"@typescript-eslint/parser@8.37.0":
12061220
version "8.37.0"
12071221
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
@@ -1213,6 +1227,17 @@
12131227
"@typescript-eslint/visitor-keys" "8.37.0"
12141228
debug "^4.3.4"
12151229

1230+
"@typescript-eslint/parser@8.51.0":
1231+
version "8.51.0"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1233+
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
1234+
dependencies:
1235+
"@typescript-eslint/scope-manager" "8.51.0"
1236+
"@typescript-eslint/types" "8.51.0"
1237+
"@typescript-eslint/typescript-estree" "8.51.0"
1238+
"@typescript-eslint/visitor-keys" "8.51.0"
1239+
debug "^4.3.4"
1240+
12161241
"@typescript-eslint/project-service@8.37.0":
12171242
version "8.37.0"
12181243
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
@@ -1222,6 +1247,15 @@
12221247
"@typescript-eslint/types" "^8.37.0"
12231248
debug "^4.3.4"
12241249

1250+
"@typescript-eslint/project-service@8.51.0":
1251+
version "8.51.0"
1252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1253+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1254+
dependencies:
1255+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1256+
"@typescript-eslint/types" "^8.51.0"
1257+
debug "^4.3.4"
1258+
12251259
"@typescript-eslint/scope-manager@8.37.0":
12261260
version "8.37.0"
12271261
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
@@ -1230,11 +1264,24 @@
12301264
"@typescript-eslint/types" "8.37.0"
12311265
"@typescript-eslint/visitor-keys" "8.37.0"
12321266

1267+
"@typescript-eslint/scope-manager@8.51.0":
1268+
version "8.51.0"
1269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1270+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1271+
dependencies:
1272+
"@typescript-eslint/types" "8.51.0"
1273+
"@typescript-eslint/visitor-keys" "8.51.0"
1274+
12331275
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
12341276
version "8.37.0"
12351277
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
12361278
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
12371279

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+
12381285
"@typescript-eslint/type-utils@8.37.0":
12391286
version "8.37.0"
12401287
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
@@ -1246,11 +1293,27 @@
12461293
debug "^4.3.4"
12471294
ts-api-utils "^2.1.0"
12481295

1249-
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
1296+
"@typescript-eslint/type-utils@8.51.0":
1297+
version "8.51.0"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1299+
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1300+
dependencies:
1301+
"@typescript-eslint/types" "8.51.0"
1302+
"@typescript-eslint/typescript-estree" "8.51.0"
1303+
"@typescript-eslint/utils" "8.51.0"
1304+
debug "^4.3.4"
1305+
ts-api-utils "^2.2.0"
1306+
1307+
"@typescript-eslint/types@8.37.0":
12501308
version "8.37.0"
12511309
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
12521310
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
12531311

1312+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.37.0", "@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+
12541317
"@typescript-eslint/typescript-estree@8.37.0":
12551318
version "8.37.0"
12561319
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
@@ -1267,7 +1330,22 @@
12671330
semver "^7.6.0"
12681331
ts-api-utils "^2.1.0"
12691332

1270-
"@typescript-eslint/utils@8.37.0", "@typescript-eslint/utils@^8.0.0":
1333+
"@typescript-eslint/typescript-estree@8.51.0":
1334+
version "8.51.0"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1336+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1337+
dependencies:
1338+
"@typescript-eslint/project-service" "8.51.0"
1339+
"@typescript-eslint/tsconfig-utils" "8.51.0"
1340+
"@typescript-eslint/types" "8.51.0"
1341+
"@typescript-eslint/visitor-keys" "8.51.0"
1342+
debug "^4.3.4"
1343+
minimatch "^9.0.4"
1344+
semver "^7.6.0"
1345+
tinyglobby "^0.2.15"
1346+
ts-api-utils "^2.2.0"
1347+
1348+
"@typescript-eslint/utils@8.37.0":
12711349
version "8.37.0"
12721350
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
12731351
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
@@ -1277,6 +1355,16 @@
12771355
"@typescript-eslint/types" "8.37.0"
12781356
"@typescript-eslint/typescript-estree" "8.37.0"
12791357

1358+
"@typescript-eslint/utils@8.51.0", "@typescript-eslint/utils@^8.0.0":
1359+
version "8.51.0"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1361+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1362+
dependencies:
1363+
"@eslint-community/eslint-utils" "^4.7.0"
1364+
"@typescript-eslint/scope-manager" "8.51.0"
1365+
"@typescript-eslint/types" "8.51.0"
1366+
"@typescript-eslint/typescript-estree" "8.51.0"
1367+
12801368
"@typescript-eslint/visitor-keys@8.37.0":
12811369
version "8.37.0"
12821370
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
@@ -1285,6 +1373,14 @@
12851373
"@typescript-eslint/types" "8.37.0"
12861374
eslint-visitor-keys "^4.2.1"
12871375

1376+
"@typescript-eslint/visitor-keys@8.51.0":
1377+
version "8.51.0"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1379+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1380+
dependencies:
1381+
"@typescript-eslint/types" "8.51.0"
1382+
eslint-visitor-keys "^4.2.1"
1383+
12881384
"@ungap/structured-clone@^1.3.0":
12891385
version "1.3.0"
12901386
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1778,17 +1874,17 @@ eslint-config-prettier@10.1.8:
17781874
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
17791875
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
17801876

1781-
eslint-plugin-jest@29.0.1:
1782-
version "29.0.1"
1783-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
1784-
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
1877+
eslint-plugin-jest@29.11.2:
1878+
version "29.11.2"
1879+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.11.2.tgz#ddbdbdcae9b54d0de741bd9494a3d20752755a7d"
1880+
integrity sha512-ISlgFckxC8Pon9/3gD2Cosbt9qA9VmrNobI6aGHfimklCOuPR5uftI413YBwa2rqLWy+VHDlx5je/6elPUMLlg==
17851881
dependencies:
17861882
"@typescript-eslint/utils" "^8.0.0"
17871883

1788-
eslint-plugin-prettier@5.5.3:
1789-
version "5.5.3"
1790-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.3.tgz#1f88e9220a72ac8be171eec5f9d4e4d529b5f4a0"
1791-
integrity sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==
1884+
eslint-plugin-prettier@5.5.4:
1885+
version "5.5.4"
1886+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
1887+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
17921888
dependencies:
17931889
prettier-linter-helpers "^1.0.0"
17941890
synckit "^0.11.7"
@@ -1987,6 +2083,11 @@ fb-watchman@^2.0.2:
19872083
dependencies:
19882084
bser "2.1.1"
19892085

2086+
fdir@^6.5.0:
2087+
version "6.5.0"
2088+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2089+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2090+
19902091
file-entry-cache@^8.0.0:
19912092
version "8.0.0"
19922093
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
@@ -3227,6 +3328,11 @@ picomatch@^4.0.2:
32273328
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
32283329
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
32293330

3331+
picomatch@^4.0.3:
3332+
version "4.0.3"
3333+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3334+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3335+
32303336
pirates@^4.0.7:
32313337
version "4.0.7"
32323338
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22"
@@ -3492,6 +3598,14 @@ test-exclude@^6.0.0:
34923598
glob "^7.1.4"
34933599
minimatch "^3.0.4"
34943600

3601+
tinyglobby@^0.2.15:
3602+
version "0.2.15"
3603+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3604+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
3605+
dependencies:
3606+
fdir "^6.5.0"
3607+
picomatch "^4.0.3"
3608+
34953609
tmpl@1.0.5:
34963610
version "1.0.5"
34973611
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -3507,10 +3621,10 @@ to-regex-range@^5.0.1:
35073621
dependencies:
35083622
is-number "^7.0.0"
35093623

3510-
ts-api-utils@^2.1.0:
3511-
version "2.1.0"
3512-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3513-
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
3624+
ts-api-utils@^2.1.0, ts-api-utils@^2.2.0:
3625+
version "2.3.0"
3626+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
3627+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
35143628

35153629
ts-jest@29.4.0:
35163630
version "29.4.0"

0 commit comments

Comments
 (0)