Skip to content
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

chore(deps): update dependency eslint-plugin-jest to v28.9.0 #4906

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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 configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-functional": "6.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsdoc": "40.0.3",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3416,7 +3416,7 @@ __metadata:
eslint-plugin-filenames: "npm:1.3.2"
eslint-plugin-functional: "npm:6.6.3"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jest: "npm:28.8.3"
eslint-plugin-jest: "npm:28.9.0"
eslint-plugin-jest-dom: "npm:5.4.0"
eslint-plugin-jsdoc: "npm:40.0.3"
eslint-plugin-jsx-a11y: "npm:6.10.2"
Expand Down Expand Up @@ -9549,9 +9549,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:28.8.3":
version: 28.8.3
resolution: "eslint-plugin-jest@npm:28.8.3"
"eslint-plugin-jest@npm:28.9.0":
version: 28.9.0
resolution: "eslint-plugin-jest@npm:28.9.0"
dependencies:
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
peerDependencies:
Expand All @@ -9563,7 +9563,7 @@ __metadata:
optional: true
jest:
optional: true
checksum: 10c0/beacf85c2fbb39ef9b9839472a8a837cdbab6549b29abaff8999034ac41021e1f06d1779db3ea9d0f966be52e5daeacfd05c239d686370d8b8cb9c68d60e59b6
checksum: 10c0/56b0d2fb18a32bf56b0eb8c7790c355513535a239451d9d00184829cbd0ba35b6c68eec64e850a6299453f9c37338b6797d3184594c0326c8fdcc029024065b8
languageName: node
linkType: hard

Expand Down
Loading