Skip to content

chore(deps): update dependency eslint-plugin-jest to v29 #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint": "^8.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jest": "^29.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.16.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3650,21 +3650,21 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^28.0.0":
version: 28.14.0
resolution: "eslint-plugin-jest@npm:28.14.0"
"eslint-plugin-jest@npm:^29.0.0":
version: 29.0.1
resolution: "eslint-plugin-jest@npm:29.0.1"
dependencies:
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/utils": "npm:^8.0.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
"@typescript-eslint/eslint-plugin": ^8.0.0
eslint: ^8.57.0 || ^9.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 10/6032497bd97d6dd010450d5fdf535b8613a2789f4f83764ae04361c48d06d92f3d9b2e4350914b8fd857b6e611ba2b5282a1133ab8ec51b3e7053f9d336058e6
checksum: 10/d7b0a3fbdbf795225fbbff2c69c7711bb6502a3d4444d857c95a9d6578a65c80fd8a9fcd3ebc3d0634fe1cc70b4b77e887943945fadab6a974a736d2ffc5babf
languageName: node
linkType: hard

Expand Down Expand Up @@ -5709,7 +5709,7 @@ __metadata:
eslint: "npm:^8.0.0"
eslint-config-prettier: "npm:^10.0.0"
eslint-plugin-import: "npm:^2.18.2"
eslint-plugin-jest: "npm:^28.0.0"
eslint-plugin-jest: "npm:^29.0.0"
eslint-plugin-n: "npm:^17.0.0"
eslint-plugin-prettier: "npm:^5.0.0"
eslint-plugin-react: "npm:^7.16.0"
Expand Down
Loading