Skip to content

Commit f0970c7

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.59.1 - [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.59.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.0 to 8.59.1 - [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.59.1/packages/parser) Updates `eslint-plugin-jest` from 29.12.1 to 29.15.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.15.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 29847c4 commit f0970c7

2 files changed

Lines changed: 133 additions & 13 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.59.1",
50+
"@typescript-eslint/parser": "8.59.1",
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.2",
5454
"eslint-plugin-prettier": "5.5.5",
5555
"jest": "30.2.0",
5656
"jest-circus": "30.2.0",

yarn.lock

Lines changed: 130 additions & 10 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.59.1":
1086+
version "8.59.1"
1087+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz#781bc6f9002982cfaf75a185240e24ad7276628a"
1088+
integrity sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==
1089+
dependencies:
1090+
"@eslint-community/regexpp" "^4.12.2"
1091+
"@typescript-eslint/scope-manager" "8.59.1"
1092+
"@typescript-eslint/type-utils" "8.59.1"
1093+
"@typescript-eslint/utils" "8.59.1"
1094+
"@typescript-eslint/visitor-keys" "8.59.1"
1095+
ignore "^7.0.5"
1096+
natural-compare "^1.4.0"
1097+
ts-api-utils "^2.5.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.59.1":
1111+
version "8.59.1"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.1.tgz#835d20a62350659a082a1ae2a60b822c40488905"
1113+
integrity sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==
1114+
dependencies:
1115+
"@typescript-eslint/scope-manager" "8.59.1"
1116+
"@typescript-eslint/types" "8.59.1"
1117+
"@typescript-eslint/typescript-estree" "8.59.1"
1118+
"@typescript-eslint/visitor-keys" "8.59.1"
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.59.1":
1131+
version "8.59.1"
1132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.1.tgz#49efe87c37ef84262f23df8bf62fdc56698ca6fe"
1133+
integrity sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==
1134+
dependencies:
1135+
"@typescript-eslint/tsconfig-utils" "^8.59.1"
1136+
"@typescript-eslint/types" "^8.59.1"
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.59.1":
1148+
version "8.59.1"
1149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz#ed90d054fc3db2d0c81464db3a953a94fb85bb58"
1150+
integrity sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==
1151+
dependencies:
1152+
"@typescript-eslint/types" "8.59.1"
1153+
"@typescript-eslint/visitor-keys" "8.59.1"
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.59.1", "@typescript-eslint/tsconfig-utils@^8.59.1":
1161+
version "8.59.1"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
1163+
integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
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.59.1":
1177+
version "8.59.1"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz#9c83d3f2ed9187a815e8120f72c08317e513e409"
1179+
integrity sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==
1180+
dependencies:
1181+
"@typescript-eslint/types" "8.59.1"
1182+
"@typescript-eslint/typescript-estree" "8.59.1"
1183+
"@typescript-eslint/utils" "8.59.1"
1184+
debug "^4.4.3"
1185+
ts-api-utils "^2.5.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.59.1", "@typescript-eslint/types@^8.53.0", "@typescript-eslint/types@^8.59.1":
1193+
version "8.59.1"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
1195+
integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
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.59.1":
1213+
version "8.59.1"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz#4391fadf98a22c869c5b6522dbf4e491e53e351a"
1215+
integrity sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==
1216+
dependencies:
1217+
"@typescript-eslint/project-service" "8.59.1"
1218+
"@typescript-eslint/tsconfig-utils" "8.59.1"
1219+
"@typescript-eslint/types" "8.59.1"
1220+
"@typescript-eslint/visitor-keys" "8.59.1"
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.5.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.59.1", "@typescript-eslint/utils@^8.0.0":
1238+
version "8.59.1"
1239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.1.tgz#cf6204d69701bbbc5b150f98c18aeef0a42c10bd"
1240+
integrity sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==
1241+
dependencies:
1242+
"@eslint-community/eslint-utils" "^4.9.1"
1243+
"@typescript-eslint/scope-manager" "8.59.1"
1244+
"@typescript-eslint/types" "8.59.1"
1245+
"@typescript-eslint/typescript-estree" "8.59.1"
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.59.1":
1256+
version "8.59.1"
1257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz#b5cba576287a3eeb0b400b62813189abcc3f976a"
1258+
integrity sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==
1259+
dependencies:
1260+
"@typescript-eslint/types" "8.59.1"
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.5:
1524+
version "5.0.5"
1525+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1526+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
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.2:
1755+
version "29.15.2"
1756+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz#e4ecd1c88dfb8a62b4a0857724792c2aab7e9b6d"
1757+
integrity sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==
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.5"
2776+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
2777+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
2778+
dependencies:
2779+
brace-expansion "^5.0.5"
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"
@@ -3123,10 +3243,10 @@ to-regex-range@^5.0.1:
31233243
dependencies:
31243244
is-number "^7.0.0"
31253245

3126-
ts-api-utils@^2.4.0:
3127-
version "2.4.0"
3128-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
3129-
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
3246+
ts-api-utils@^2.4.0, ts-api-utils@^2.5.0:
3247+
version "2.5.0"
3248+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
3249+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
31303250

31313251
ts-jest@29.4.6:
31323252
version "29.4.6"

0 commit comments

Comments
 (0)