Skip to content

Commit

Permalink
chore(deps): bump eslint-plugin-jest from 28.9.0 to 28.10.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.9.0 to 28.10.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 22, 2024
1 parent 25d1858 commit bdab1e2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jest-dom": "^5",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9625,7 +9625,25 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:28.9.0, eslint-plugin-jest@npm:^28.2.0":
"eslint-plugin-jest@npm:28.10.0":
version: 28.10.0
resolution: "eslint-plugin-jest@npm:28.10.0"
dependencies:
"@typescript-eslint/utils": ^6.0.0 || ^7.0.0 || ^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
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: d7931a891b11019978bc539ec48fbf1bd82a12d61cd7b592185eaafa3086d1b758a40fac498fa120edeb1ca9cca0df915cb851904c1f19287cc9202e10f5d8d7
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^28.2.0":
version: 28.9.0
resolution: "eslint-plugin-jest@npm:28.9.0"
dependencies:
Expand Down Expand Up @@ -17560,7 +17578,7 @@ __metadata:
eslint-plugin-better-styled-components: ^1.1.2
eslint-plugin-header: 3.1.1
eslint-plugin-import: 2.31.0
eslint-plugin-jest: 28.9.0
eslint-plugin-jest: 28.10.0
eslint-plugin-jest-dom: ^5
eslint-plugin-jsdoc: 50.6.1
eslint-plugin-jsx-a11y: ^6.6.1
Expand Down

0 comments on commit bdab1e2

Please sign in to comment.