Skip to content

Commit 595082a

Browse files
chore(deps): Update dependency eslint-plugin-jest to v29
1 parent a6f7441 commit 595082a

File tree

2 files changed

+94
-10
lines changed

2 files changed

+94
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "^20.6.4",
3131
"@vercel/ncc": "^0.38.0",
3232
"eslint": "^9.0.0",
33-
"eslint-plugin-jest": "^28.0.0",
33+
"eslint-plugin-jest": "^29.0.0",
3434
"eslint-plugin-prettier": "^5.0.0",
3535
"jest": "^29.7.0",
3636
"prettier": "^3.0.3",

yarn.lock

Lines changed: 93 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,19 @@ __metadata:
12801280
languageName: node
12811281
linkType: hard
12821282

1283+
"@typescript-eslint/project-service@npm:8.44.1":
1284+
version: 8.44.1
1285+
resolution: "@typescript-eslint/project-service@npm:8.44.1"
1286+
dependencies:
1287+
"@typescript-eslint/tsconfig-utils": "npm:^8.44.1"
1288+
"@typescript-eslint/types": "npm:^8.44.1"
1289+
debug: "npm:^4.3.4"
1290+
peerDependencies:
1291+
typescript: ">=4.8.4 <6.0.0"
1292+
checksum: 10c0/2caaa94832574658f1b451d94a319fcd476ad34171e6dff6607da9a5f91387011206487b7743fc71c9c91099632871fa6d209783cbc0a7cb3bac5cbf9d36cdae
1293+
languageName: node
1294+
linkType: hard
1295+
12831296
"@typescript-eslint/scope-manager@npm:8.41.0":
12841297
version: 8.41.0
12851298
resolution: "@typescript-eslint/scope-manager@npm:8.41.0"
@@ -1290,6 +1303,16 @@ __metadata:
12901303
languageName: node
12911304
linkType: hard
12921305

1306+
"@typescript-eslint/scope-manager@npm:8.44.1":
1307+
version: 8.44.1
1308+
resolution: "@typescript-eslint/scope-manager@npm:8.44.1"
1309+
dependencies:
1310+
"@typescript-eslint/types": "npm:8.44.1"
1311+
"@typescript-eslint/visitor-keys": "npm:8.44.1"
1312+
checksum: 10c0/a6f3b2d9fbda037327574bb2a7d3831cc100122fe660545a8220e4eed0ee36e42262ce78cc7438dd155100d0abca38edd9e6941e29abe6f8ba7f935223059b89
1313+
languageName: node
1314+
linkType: hard
1315+
12931316
"@typescript-eslint/tsconfig-utils@npm:8.41.0, @typescript-eslint/tsconfig-utils@npm:^8.41.0":
12941317
version: 8.41.0
12951318
resolution: "@typescript-eslint/tsconfig-utils@npm:8.41.0"
@@ -1299,6 +1322,15 @@ __metadata:
12991322
languageName: node
13001323
linkType: hard
13011324

1325+
"@typescript-eslint/tsconfig-utils@npm:8.44.1, @typescript-eslint/tsconfig-utils@npm:^8.44.1":
1326+
version: 8.44.1
1327+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.44.1"
1328+
peerDependencies:
1329+
typescript: ">=4.8.4 <6.0.0"
1330+
checksum: 10c0/05fee17cdb38729f82bdfff3bf2844435f5f8e4e55cdaf1bbff72c410ab98a4f9e166011f1eda01f715053d4bc9eb2d8d6c05e9e7114cc08946c4c81785367a0
1331+
languageName: node
1332+
linkType: hard
1333+
13021334
"@typescript-eslint/type-utils@npm:8.41.0":
13031335
version: 8.41.0
13041336
resolution: "@typescript-eslint/type-utils@npm:8.41.0"
@@ -1322,6 +1354,13 @@ __metadata:
13221354
languageName: node
13231355
linkType: hard
13241356

1357+
"@typescript-eslint/types@npm:8.44.1, @typescript-eslint/types@npm:^8.44.1":
1358+
version: 8.44.1
1359+
resolution: "@typescript-eslint/types@npm:8.44.1"
1360+
checksum: 10c0/cba2d724ac0c7e5a35945aa2f7f8ed96dd5508942e30ec88274dcd2e8fa2c177b0952403c7eb6cacbcc2014224bd36685947d140c093637e3a4e5495c52fbd9f
1361+
languageName: node
1362+
linkType: hard
1363+
13251364
"@typescript-eslint/typescript-estree@npm:8.41.0":
13261365
version: 8.41.0
13271366
resolution: "@typescript-eslint/typescript-estree@npm:8.41.0"
@@ -1342,7 +1381,27 @@ __metadata:
13421381
languageName: node
13431382
linkType: hard
13441383

1345-
"@typescript-eslint/utils@npm:8.41.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
1384+
"@typescript-eslint/typescript-estree@npm:8.44.1":
1385+
version: 8.44.1
1386+
resolution: "@typescript-eslint/typescript-estree@npm:8.44.1"
1387+
dependencies:
1388+
"@typescript-eslint/project-service": "npm:8.44.1"
1389+
"@typescript-eslint/tsconfig-utils": "npm:8.44.1"
1390+
"@typescript-eslint/types": "npm:8.44.1"
1391+
"@typescript-eslint/visitor-keys": "npm:8.44.1"
1392+
debug: "npm:^4.3.4"
1393+
fast-glob: "npm:^3.3.2"
1394+
is-glob: "npm:^4.0.3"
1395+
minimatch: "npm:^9.0.4"
1396+
semver: "npm:^7.6.0"
1397+
ts-api-utils: "npm:^2.1.0"
1398+
peerDependencies:
1399+
typescript: ">=4.8.4 <6.0.0"
1400+
checksum: 10c0/cef0827614cf33eab54de2f671c6e6d8cab45286ea4980e8205a7a50504e0c0984f1c12c69c7046ee3aedf29a745f0c823324dcd36c59c81b179517d6de5017f
1401+
languageName: node
1402+
linkType: hard
1403+
1404+
"@typescript-eslint/utils@npm:8.41.0":
13461405
version: 8.41.0
13471406
resolution: "@typescript-eslint/utils@npm:8.41.0"
13481407
dependencies:
@@ -1357,6 +1416,21 @@ __metadata:
13571416
languageName: node
13581417
linkType: hard
13591418

1419+
"@typescript-eslint/utils@npm:^8.0.0":
1420+
version: 8.44.1
1421+
resolution: "@typescript-eslint/utils@npm:8.44.1"
1422+
dependencies:
1423+
"@eslint-community/eslint-utils": "npm:^4.7.0"
1424+
"@typescript-eslint/scope-manager": "npm:8.44.1"
1425+
"@typescript-eslint/types": "npm:8.44.1"
1426+
"@typescript-eslint/typescript-estree": "npm:8.44.1"
1427+
peerDependencies:
1428+
eslint: ^8.57.0 || ^9.0.0
1429+
typescript: ">=4.8.4 <6.0.0"
1430+
checksum: 10c0/5f855c8a18c3112160c04d1d7bad5abee5e4712574d2f75b8a898f4e132e6e0dee3112f98010a1def47bbf0ac2fb05b6e81d343e577d144769a8d685b42b0809
1431+
languageName: node
1432+
linkType: hard
1433+
13601434
"@typescript-eslint/visitor-keys@npm:8.41.0":
13611435
version: 8.41.0
13621436
resolution: "@typescript-eslint/visitor-keys@npm:8.41.0"
@@ -1367,6 +1441,16 @@ __metadata:
13671441
languageName: node
13681442
linkType: hard
13691443

1444+
"@typescript-eslint/visitor-keys@npm:8.44.1":
1445+
version: 8.44.1
1446+
resolution: "@typescript-eslint/visitor-keys@npm:8.44.1"
1447+
dependencies:
1448+
"@typescript-eslint/types": "npm:8.44.1"
1449+
eslint-visitor-keys: "npm:^4.2.1"
1450+
checksum: 10c0/b2b06c9c45b1c27d9fc05805a5d6bac3cf8f17d2ccaa59bd40718e911df474b47b85dbab3494522917d9ba469338246f226b5332c3be2da52636f8a3b842fbf7
1451+
languageName: node
1452+
linkType: hard
1453+
13701454
"@vercel/ncc@npm:^0.38.0":
13711455
version: 0.38.3
13721456
resolution: "@vercel/ncc@npm:0.38.3"
@@ -1413,7 +1497,7 @@ __metadata:
14131497
"@types/node": "npm:^20.6.4"
14141498
"@vercel/ncc": "npm:^0.38.0"
14151499
eslint: "npm:^9.0.0"
1416-
eslint-plugin-jest: "npm:^28.0.0"
1500+
eslint-plugin-jest: "npm:^29.0.0"
14171501
eslint-plugin-prettier: "npm:^5.0.0"
14181502
jest: "npm:^29.7.0"
14191503
prettier: "npm:^3.0.3"
@@ -2137,21 +2221,21 @@ __metadata:
21372221
languageName: node
21382222
linkType: hard
21392223

2140-
"eslint-plugin-jest@npm:^28.0.0":
2141-
version: 28.14.0
2142-
resolution: "eslint-plugin-jest@npm:28.14.0"
2224+
"eslint-plugin-jest@npm:^29.0.0":
2225+
version: 29.0.1
2226+
resolution: "eslint-plugin-jest@npm:29.0.1"
21432227
dependencies:
2144-
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
2228+
"@typescript-eslint/utils": "npm:^8.0.0"
21452229
peerDependencies:
2146-
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0
2147-
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
2230+
"@typescript-eslint/eslint-plugin": ^8.0.0
2231+
eslint: ^8.57.0 || ^9.0.0
21482232
jest: "*"
21492233
peerDependenciesMeta:
21502234
"@typescript-eslint/eslint-plugin":
21512235
optional: true
21522236
jest:
21532237
optional: true
2154-
checksum: 10c0/da9c99dd8a1a80aa0c126ff4558882451dcee61b7e4c88e2407ac27d0c86fad2951384a4b037748e26f8743890b4628c6917b0760b01b7017c53fb29768584bc
2238+
checksum: 10c0/20edc166503a50c10b45f733797d530a5107c91efa25410ef405780d12222a796b5b41ed8f6d2b939632a1af273af6cc5732233463d1f36dbe7680bbb86c4eec
21552239
languageName: node
21562240
linkType: hard
21572241

0 commit comments

Comments
 (0)