From 9ba3839e7c2a92c95e6b82aee6ba73a0e3a202ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:04:48 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.12.1 to 29.12.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.12.1 to 29.12.2. - [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.12.1...v29.12.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.12.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4f6582..4310afd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jest": "^29.12.2", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.2.0", "js-yaml": "^4.1.1", @@ -4176,9 +4176,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz", - "integrity": "sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA==", + "version": "29.12.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.2.tgz", + "integrity": "sha512-IIRg0IZ5yuERfzOZrKuNScxk9yeuKo0M4Urx7RZcthK5HE/8gJUY518bdi7picLRBJVctjOW3yVx0zyBp4Cq+g==", "dev": true, "license": "MIT", "dependencies": { @@ -4190,7 +4190,8 @@ "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", "eslint": "^8.57.0 || ^9.0.0", - "jest": "*" + "jest": "*", + "typescript": ">=4.8.4 <6.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -4198,6 +4199,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index 2b3e510..61a425a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jest": "^29.12.2", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.2.0", "js-yaml": "^4.1.1",