Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.5.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 27.9.0 to 28.5.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@v27.9.0...v28.5.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent dcc37ca commit 01a922c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsdoc": "48.2.4",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4369,7 +4369,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.8.0":
"@typescript-eslint/utils@npm:7.8.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0":
version: 7.8.0
resolution: "@typescript-eslint/utils@npm:7.8.0"
dependencies:
Expand All @@ -4386,7 +4386,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0":
"@typescript-eslint/utils@npm:^5.58.0":
version: 5.59.2
resolution: "@typescript-eslint/utils@npm:5.59.2"
dependencies:
Expand Down Expand Up @@ -8357,21 +8357,21 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:27.9.0":
version: 27.9.0
resolution: "eslint-plugin-jest@npm:27.9.0"
"eslint-plugin-jest@npm:28.5.0":
version: 28.5.0
resolution: "eslint-plugin-jest@npm:28.5.0"
dependencies:
"@typescript-eslint/utils": ^5.10.0
"@typescript-eslint/utils": ^6.0.0 || ^7.0.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0
eslint: ^7.0.0 || ^8.0.0
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: e2a4b415105408de28ad146818fcc6f4e122f6a39c6b2216ec5c24a80393f1390298b20231b0467bc5fd730f6e24b05b89e1a6a3ce651fc159aa4174ecc233d0
checksum: 73ba168fb028db0765027c9e7844fe37cb6b660125929e72c5cf5c8e0fd4e67e7136409583256cf6267e066e1aa0be498c0ee729d1f3babaef4a3e7bdac428a8
languageName: node
linkType: hard

Expand Down Expand Up @@ -17423,7 +17423,7 @@ __metadata:
eslint-plugin-header: 3.1.1
eslint-plugin-import: ^2.29.1
eslint-plugin-jasmine: 4.1.3
eslint-plugin-jest: 27.9.0
eslint-plugin-jest: 28.5.0
eslint-plugin-jest-dom: 5.4.0
eslint-plugin-jsdoc: 48.2.4
eslint-plugin-jsx-a11y: 6.8.0
Expand Down

0 comments on commit 01a922c

Please sign in to comment.