Skip to content

Commit 816a625

Browse files
Bump eslint-plugin-jest from 29.0.1 to 29.1.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.1.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@v29.0.1...v29.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5073167 commit 816a625

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": "^10.1.8",
1818
"eslint-import-resolver-typescript": "^4.4.4",
1919
"eslint-plugin-import": "^2.32.0",
20-
"eslint-plugin-jest": "^29.0.1",
20+
"eslint-plugin-jest": "^29.1.0",
2121
"prettier": "^3.6.2"
2222
}
2323
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2722,10 +2722,10 @@ eslint-plugin-import@^2.32.0:
27222722
string.prototype.trimend "^1.0.9"
27232723
tsconfig-paths "^3.15.0"
27242724

2725-
eslint-plugin-jest@^29.0.1:
2726-
version "29.0.1"
2727-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
2728-
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
2725+
eslint-plugin-jest@^29.1.0:
2726+
version "29.1.0"
2727+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.1.0.tgz#ba59f94bb303fe72417d54232842148f305ab6be"
2728+
integrity sha512-LabxXbASXVjguqL+kBHTPMf3gUeSqwH4fsrEyHTY/MCs42I/p9+ctg09SJpYiD8eGaIsP6GwYr5xW6xWS9XgZg==
27292729
dependencies:
27302730
"@typescript-eslint/utils" "^8.0.0"
27312731

0 commit comments

Comments
 (0)