Skip to content

Commit 4edd678

Browse files
committed
chore(deps): update dependency eslint-plugin-jest to v28.9.0
1 parent f082558 commit 4edd678

File tree

1 file changed

+49
-4
lines changed

1 file changed

+49
-4
lines changed

yarn.lock

+49-4
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,14 @@
12441244
"@typescript-eslint/types" "8.12.2"
12451245
"@typescript-eslint/visitor-keys" "8.12.2"
12461246

1247+
"@typescript-eslint/scope-manager@8.13.0":
1248+
version "8.13.0"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
1250+
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
1251+
dependencies:
1252+
"@typescript-eslint/types" "8.13.0"
1253+
"@typescript-eslint/visitor-keys" "8.13.0"
1254+
12471255
"@typescript-eslint/type-utils@7.18.0":
12481256
version "7.18.0"
12491257
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
@@ -1274,6 +1282,11 @@
12741282
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
12751283
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==
12761284

1285+
"@typescript-eslint/types@8.13.0":
1286+
version "8.13.0"
1287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
1288+
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
1289+
12771290
"@typescript-eslint/typescript-estree@7.18.0":
12781291
version "7.18.0"
12791292
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -1302,6 +1315,20 @@
13021315
semver "^7.6.0"
13031316
ts-api-utils "^1.3.0"
13041317

1318+
"@typescript-eslint/typescript-estree@8.13.0":
1319+
version "8.13.0"
1320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
1321+
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
1322+
dependencies:
1323+
"@typescript-eslint/types" "8.13.0"
1324+
"@typescript-eslint/visitor-keys" "8.13.0"
1325+
debug "^4.3.4"
1326+
fast-glob "^3.3.2"
1327+
is-glob "^4.0.3"
1328+
minimatch "^9.0.4"
1329+
semver "^7.6.0"
1330+
ts-api-utils "^1.3.0"
1331+
13051332
"@typescript-eslint/utils@7.18.0":
13061333
version "7.18.0"
13071334
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
@@ -1312,7 +1339,7 @@
13121339
"@typescript-eslint/types" "7.18.0"
13131340
"@typescript-eslint/typescript-estree" "7.18.0"
13141341

1315-
"@typescript-eslint/utils@8.12.2", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1342+
"@typescript-eslint/utils@8.12.2":
13161343
version "8.12.2"
13171344
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
13181345
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==
@@ -1322,6 +1349,16 @@
13221349
"@typescript-eslint/types" "8.12.2"
13231350
"@typescript-eslint/typescript-estree" "8.12.2"
13241351

1352+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1353+
version "8.13.0"
1354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
1355+
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
1356+
dependencies:
1357+
"@eslint-community/eslint-utils" "^4.4.0"
1358+
"@typescript-eslint/scope-manager" "8.13.0"
1359+
"@typescript-eslint/types" "8.13.0"
1360+
"@typescript-eslint/typescript-estree" "8.13.0"
1361+
13251362
"@typescript-eslint/visitor-keys@7.18.0":
13261363
version "7.18.0"
13271364
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
@@ -1338,6 +1375,14 @@
13381375
"@typescript-eslint/types" "8.12.2"
13391376
eslint-visitor-keys "^3.4.3"
13401377

1378+
"@typescript-eslint/visitor-keys@8.13.0":
1379+
version "8.13.0"
1380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
1381+
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
1382+
dependencies:
1383+
"@typescript-eslint/types" "8.13.0"
1384+
eslint-visitor-keys "^3.4.3"
1385+
13411386
"@ungap/structured-clone@^1.2.0":
13421387
version "1.2.0"
13431388
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2126,9 +2171,9 @@ eslint-plugin-import@^2.25.2:
21262171
tsconfig-paths "^3.15.0"
21272172

21282173
eslint-plugin-jest@^28.0.0:
2129-
version "28.8.3"
2130-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
2131-
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
2174+
version "28.9.0"
2175+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
2176+
integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
21322177
dependencies:
21332178
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
21342179

0 commit comments

Comments
 (0)