Skip to content

Commit 880c910

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump eslint-plugin-jest from 25.7.0 to 26.0.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.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@v25.7.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91ba8d8 commit 880c910

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-config-airbnb-typescript": "^16.1.0",
6868
"eslint-config-prettier": "^8.3.0",
6969
"eslint-plugin-import": "^2.25.4",
70-
"eslint-plugin-jest": "^25.7.0",
70+
"eslint-plugin-jest": "^26.0.0",
7171
"eslint-plugin-jsx-a11y": "^6.5.1",
7272
"eslint-plugin-prettier": "^4.0.0",
7373
"eslint-plugin-react": "^7.27.0",

yarn.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@
17791779
eslint-scope "^5.1.1"
17801780
eslint-utils "^3.0.0"
17811781

1782-
"@typescript-eslint/[email protected]":
1782+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
17831783
version "5.10.2"
17841784
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
17851785
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
@@ -3191,13 +3191,20 @@ eslint-plugin-jest-dom@^4.0.1:
31913191
"@testing-library/dom" "^8.11.1"
31923192
requireindex "^1.2.0"
31933193

3194-
eslint-plugin-jest@^25.3.4, eslint-plugin-jest@^25.7.0:
3194+
eslint-plugin-jest@^25.3.4:
31953195
version "25.7.0"
31963196
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
31973197
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
31983198
dependencies:
31993199
"@typescript-eslint/experimental-utils" "^5.0.0"
32003200

3201+
eslint-plugin-jest@^26.0.0:
3202+
version "26.0.0"
3203+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
3204+
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
3205+
dependencies:
3206+
"@typescript-eslint/utils" "^5.10.0"
3207+
32013208
eslint-plugin-jsx-a11y@^6.5.1:
32023209
version "6.5.1"
32033210
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"

0 commit comments

Comments
 (0)