Skip to content

Commit

Permalink
Bump eslint-plugin-jest from 27.6.3 to 28.5.0 (#13682)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
dependabot[bot] and swissspidy authored May 16, 2024
1 parent 8a2bc14 commit 1054cbf
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"jest/no-untyped-mock-factory": "off",
"jest/max-expects": "off",
"jest/prefer-expect-assertions": "off",
"jest/prefer-importing-jest-globals": "off",
"jest/prefer-inline-snapshots": "off",
"jest/prefer-lowercase-title": [
"error",
Expand Down Expand Up @@ -552,6 +553,7 @@
"jest/max-expects": "off",
"jest/no-hooks": "off",
"jest/prefer-expect-assertions": "off",
"jest/prefer-importing-jest-globals": "off",
"jest/prefer-inline-snapshots": "off",
"jest/prefer-lowercase-title": [
"error",
Expand Down
182 changes: 170 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-jsdoc": "^48.2.5",
Expand Down

0 comments on commit 1054cbf

Please sign in to comment.