From 4017b1b32ccc6715d4926a5212af2cbc7a1c1892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:52:49 +0000 Subject: [PATCH] chore(DevDependency): bump eslint-plugin-jest from 29.0.1 to 29.15.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.15.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.0.1...v29.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a94f953..6ec2f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "conventional-changelog-conventionalcommits": "^7.0.0", "depcheck": "^1.4.7", "eslint": "^9.35.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.0", "jest": "^30.2.0", "nock": "^14.0.10", "prettier": "^3.8.0", @@ -4029,9 +4029,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", - "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", + "version": "29.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz", + "integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==", "dev": true, "license": "MIT", "dependencies": { @@ -4042,8 +4042,9 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", - "jest": "*" + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "jest": "*", + "typescript": ">=4.8.4 <6.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -4051,6 +4052,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index 7109021..d797a54 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "conventional-changelog-conventionalcommits": "^7.0.0", "depcheck": "^1.4.7", "eslint": "^9.35.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.0", "jest": "^30.2.0", "nock": "^14.0.10", "prettier": "^3.8.0",