Skip to content

Commit ebae739

Browse files
fix(deps): update dependency eslint-plugin-jest to ^29.10.1
1 parent a41c0c8 commit ebae739

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@eslint/js": "^9.33.0",
2828
"@stylistic/eslint-plugin": "^5.2.3",
29-
"eslint-plugin-jest": "^29.0.1",
29+
"eslint-plugin-jest": "^29.10.1",
3030
"globals": "^16.3.0",
3131
"typescript-eslint": "^8.40.0"
3232
},

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ __metadata:
389389
"@eslint/js": "npm:^9.33.0"
390390
"@stylistic/eslint-plugin": "npm:^5.2.3"
391391
eslint: "npm:^9.33.0"
392-
eslint-plugin-jest: "npm:^29.0.1"
392+
eslint-plugin-jest: "npm:^29.10.1"
393393
globals: "npm:^16.3.0"
394394
typescript: "npm:^5.9.2"
395395
typescript-eslint: "npm:^8.40.0"
@@ -3631,6 +3631,24 @@ __metadata:
36313631
languageName: node
36323632
linkType: hard
36333633

3634+
"eslint-plugin-jest@npm:^29.10.1":
3635+
version: 29.10.1
3636+
resolution: "eslint-plugin-jest@npm:29.10.1"
3637+
dependencies:
3638+
"@typescript-eslint/utils": "npm:^8.0.0"
3639+
peerDependencies:
3640+
"@typescript-eslint/eslint-plugin": ^8.0.0
3641+
eslint: ^8.57.0 || ^9.0.0
3642+
jest: "*"
3643+
peerDependenciesMeta:
3644+
"@typescript-eslint/eslint-plugin":
3645+
optional: true
3646+
jest:
3647+
optional: true
3648+
checksum: 10c2/346dc9d7a4c2b882231807f5c76d8b5ceeaa2c020f98cb8ec74e5a3122f944384dd92bf9750c42c86a5c1787134245a753f31486b3a4cf57bf789c72d69cd8dd
3649+
languageName: node
3650+
linkType: hard
3651+
36343652
"eslint-scope@npm:^8.4.0":
36353653
version: 8.4.0
36363654
resolution: "eslint-scope@npm:8.4.0"

0 commit comments

Comments
 (0)