Skip to content

Commit 8b30063

Browse files
Bump eslint-plugin-jest from 28.10.0 to 28.11.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.10.0 to 28.11.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.10.0...v28.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23f8f3c commit 8b30063

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-config-prettier": "^9.1.0",
1818
"eslint-import-resolver-typescript": "^3.7.0",
1919
"eslint-plugin-import": "^2.31.0",
20-
"eslint-plugin-jest": "^28.10.0",
20+
"eslint-plugin-jest": "^28.11.0",
2121
"prettier": "^3.4.2"
2222
}
2323
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,10 +2367,10 @@ eslint-plugin-import@^2.31.0:
23672367
string.prototype.trimend "^1.0.8"
23682368
tsconfig-paths "^3.15.0"
23692369

2370-
eslint-plugin-jest@^28.10.0:
2371-
version "28.10.0"
2372-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea"
2373-
integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==
2370+
eslint-plugin-jest@^28.11.0:
2371+
version "28.11.0"
2372+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e"
2373+
integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==
23742374
dependencies:
23752375
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
23762376

0 commit comments

Comments
 (0)