Skip to content

Commit bd15214

Browse files
chore(deps-dev): bump the eslint group across 1 directory with 3 updates
Bumps the eslint group with 3 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) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@typescript-eslint/eslint-plugin` from 8.53.0 to 8.54.0 - [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.54.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.0 to 8.54.0 - [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.54.0/packages/parser) Updates `eslint-plugin-jest` from 29.12.1 to 29.12.2 - [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.12.1...v29.12.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-version: 29.12.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 618a96e commit bd15214

2 files changed

Lines changed: 129 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@types/mustache": "4.2.6",
4747
"@types/node": "25.0.9",
4848
"@types/retry": "0.12.5",
49-
"@typescript-eslint/eslint-plugin": "8.53.0",
50-
"@typescript-eslint/parser": "8.53.0",
49+
"@typescript-eslint/eslint-plugin": "8.57.0",
50+
"@typescript-eslint/parser": "8.57.0",
5151
"eslint": "9.39.2",
5252
"eslint-config-prettier": "10.1.8",
53-
"eslint-plugin-jest": "29.12.1",
53+
"eslint-plugin-jest": "29.15.0",
5454
"eslint-plugin-prettier": "5.5.5",
5555
"jest": "30.2.0",
5656
"jest-circus": "30.2.0",

yarn.lock

Lines changed: 126 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,20 @@
10821082
natural-compare "^1.4.0"
10831083
ts-api-utils "^2.4.0"
10841084

1085+
"@typescript-eslint/eslint-plugin@8.57.0":
1086+
version "8.57.0"
1087+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
1088+
integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
1089+
dependencies:
1090+
"@eslint-community/regexpp" "^4.12.2"
1091+
"@typescript-eslint/scope-manager" "8.57.0"
1092+
"@typescript-eslint/type-utils" "8.57.0"
1093+
"@typescript-eslint/utils" "8.57.0"
1094+
"@typescript-eslint/visitor-keys" "8.57.0"
1095+
ignore "^7.0.5"
1096+
natural-compare "^1.4.0"
1097+
ts-api-utils "^2.4.0"
1098+
10851099
"@typescript-eslint/parser@8.53.0":
10861100
version "8.53.0"
10871101
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6"
@@ -1093,6 +1107,17 @@
10931107
"@typescript-eslint/visitor-keys" "8.53.0"
10941108
debug "^4.4.3"
10951109

1110+
"@typescript-eslint/parser@8.57.0":
1111+
version "8.57.0"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
1113+
integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
1114+
dependencies:
1115+
"@typescript-eslint/scope-manager" "8.57.0"
1116+
"@typescript-eslint/types" "8.57.0"
1117+
"@typescript-eslint/typescript-estree" "8.57.0"
1118+
"@typescript-eslint/visitor-keys" "8.57.0"
1119+
debug "^4.4.3"
1120+
10961121
"@typescript-eslint/project-service@8.53.0":
10971122
version "8.53.0"
10981123
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
@@ -1102,6 +1127,15 @@
11021127
"@typescript-eslint/types" "^8.53.0"
11031128
debug "^4.4.3"
11041129

1130+
"@typescript-eslint/project-service@8.57.0":
1131+
version "8.57.0"
1132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
1133+
integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==
1134+
dependencies:
1135+
"@typescript-eslint/tsconfig-utils" "^8.57.0"
1136+
"@typescript-eslint/types" "^8.57.0"
1137+
debug "^4.4.3"
1138+
11051139
"@typescript-eslint/scope-manager@8.53.0":
11061140
version "8.53.0"
11071141
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
@@ -1110,11 +1144,24 @@
11101144
"@typescript-eslint/types" "8.53.0"
11111145
"@typescript-eslint/visitor-keys" "8.53.0"
11121146

1147+
"@typescript-eslint/scope-manager@8.57.0":
1148+
version "8.57.0"
1149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
1150+
integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==
1151+
dependencies:
1152+
"@typescript-eslint/types" "8.57.0"
1153+
"@typescript-eslint/visitor-keys" "8.57.0"
1154+
11131155
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
11141156
version "8.53.0"
11151157
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
11161158
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
11171159

1160+
"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0":
1161+
version "8.57.0"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
1163+
integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
1164+
11181165
"@typescript-eslint/type-utils@8.53.0":
11191166
version "8.53.0"
11201167
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f"
@@ -1126,11 +1173,27 @@
11261173
debug "^4.4.3"
11271174
ts-api-utils "^2.4.0"
11281175

1129-
"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0":
1176+
"@typescript-eslint/type-utils@8.57.0":
1177+
version "8.57.0"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
1179+
integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==
1180+
dependencies:
1181+
"@typescript-eslint/types" "8.57.0"
1182+
"@typescript-eslint/typescript-estree" "8.57.0"
1183+
"@typescript-eslint/utils" "8.57.0"
1184+
debug "^4.4.3"
1185+
ts-api-utils "^2.4.0"
1186+
1187+
"@typescript-eslint/types@8.53.0":
11301188
version "8.53.0"
11311189
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
11321190
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
11331191

1192+
"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.53.0", "@typescript-eslint/types@^8.57.0":
1193+
version "8.57.0"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
1195+
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
1196+
11341197
"@typescript-eslint/typescript-estree@8.53.0":
11351198
version "8.53.0"
11361199
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
@@ -1146,7 +1209,22 @@
11461209
tinyglobby "^0.2.15"
11471210
ts-api-utils "^2.4.0"
11481211

1149-
"@typescript-eslint/utils@8.53.0", "@typescript-eslint/utils@^8.0.0":
1212+
"@typescript-eslint/typescript-estree@8.57.0":
1213+
version "8.57.0"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04"
1215+
integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==
1216+
dependencies:
1217+
"@typescript-eslint/project-service" "8.57.0"
1218+
"@typescript-eslint/tsconfig-utils" "8.57.0"
1219+
"@typescript-eslint/types" "8.57.0"
1220+
"@typescript-eslint/visitor-keys" "8.57.0"
1221+
debug "^4.4.3"
1222+
minimatch "^10.2.2"
1223+
semver "^7.7.3"
1224+
tinyglobby "^0.2.15"
1225+
ts-api-utils "^2.4.0"
1226+
1227+
"@typescript-eslint/utils@8.53.0":
11501228
version "8.53.0"
11511229
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13"
11521230
integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==
@@ -1156,6 +1234,16 @@
11561234
"@typescript-eslint/types" "8.53.0"
11571235
"@typescript-eslint/typescript-estree" "8.53.0"
11581236

1237+
"@typescript-eslint/utils@8.57.0", "@typescript-eslint/utils@^8.0.0":
1238+
version "8.57.0"
1239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
1240+
integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==
1241+
dependencies:
1242+
"@eslint-community/eslint-utils" "^4.9.1"
1243+
"@typescript-eslint/scope-manager" "8.57.0"
1244+
"@typescript-eslint/types" "8.57.0"
1245+
"@typescript-eslint/typescript-estree" "8.57.0"
1246+
11591247
"@typescript-eslint/visitor-keys@8.53.0":
11601248
version "8.53.0"
11611249
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
@@ -1164,6 +1252,14 @@
11641252
"@typescript-eslint/types" "8.53.0"
11651253
eslint-visitor-keys "^4.2.1"
11661254

1255+
"@typescript-eslint/visitor-keys@8.57.0":
1256+
version "8.57.0"
1257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
1258+
integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==
1259+
dependencies:
1260+
"@typescript-eslint/types" "8.57.0"
1261+
eslint-visitor-keys "^5.0.0"
1262+
11671263
"@ungap/structured-clone@^1.3.0":
11681264
version "1.3.0"
11691265
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1405,6 +1501,11 @@ balanced-match@^1.0.0:
14051501
version "1.0.0"
14061502
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
14071503

1504+
balanced-match@^4.0.2:
1505+
version "4.0.4"
1506+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1507+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1508+
14081509
brace-expansion@^1.1.7:
14091510
version "1.1.11"
14101511
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -1419,6 +1520,13 @@ brace-expansion@^2.0.1:
14191520
dependencies:
14201521
balanced-match "^1.0.0"
14211522

1523+
brace-expansion@^5.0.2:
1524+
version "5.0.4"
1525+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
1526+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
1527+
dependencies:
1528+
balanced-match "^4.0.2"
1529+
14221530
braces@^3.0.3:
14231531
version "3.0.3"
14241532
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -1643,10 +1751,10 @@ eslint-config-prettier@10.1.8:
16431751
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
16441752
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
16451753

1646-
eslint-plugin-jest@29.12.1:
1647-
version "29.12.1"
1648-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz#a0f78812f589796b09148a53a786866244185638"
1649-
integrity sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA==
1754+
eslint-plugin-jest@29.15.0:
1755+
version "29.15.0"
1756+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz#58a5917a88244f7536ae10c68b5bd58d407896f0"
1757+
integrity sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==
16501758
dependencies:
16511759
"@typescript-eslint/utils" "^8.0.0"
16521760

@@ -1676,6 +1784,11 @@ eslint-visitor-keys@^4.2.1:
16761784
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
16771785
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
16781786

1787+
eslint-visitor-keys@^5.0.0:
1788+
version "5.0.1"
1789+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
1790+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
1791+
16791792
eslint@9.39.2:
16801793
version "9.39.2"
16811794
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
@@ -2658,6 +2771,13 @@ mimic-fn@^2.1.0:
26582771
version "2.1.0"
26592772
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
26602773

2774+
minimatch@^10.2.2:
2775+
version "10.2.4"
2776+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
2777+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
2778+
dependencies:
2779+
brace-expansion "^5.0.2"
2780+
26612781
minimatch@^3.0.4, minimatch@^3.1.2:
26622782
version "3.1.2"
26632783
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)