From 8ef64957a7dfb9d8fa0121490deee07aaf40c2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:03:26 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest in the eslint-plugins group Bumps the eslint-plugins group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 29.15.4 to 29.16.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](https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.4...v29.16.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-plugins ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7ecb1d..1e24a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-github": "^6.1.1", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.16.0", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.7.0", "jest": "^30.4.2", @@ -3888,9 +3888,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.4.tgz", - "integrity": "sha512-6ln5i9Nkrb27X4w91ZPt/xHDsVQnvxTS2ntgq6r32u+8gymdUrp88TdcBXSveZW0Dl+M5v2H6K75kJhMvUGhjg==", + "version": "29.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", + "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", "dev": true, "license": "MIT", "dependencies": { @@ -3903,7 +3903,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "jest": "*", - "typescript": ">=4.8.4 <7.0.0" + "typescript": ">=4.8.4 <8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index c03d121..a505f18 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-github": "^6.1.1", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.16.0", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.7.0", "jest": "^30.4.2",