From 14f725c9f56bc3e6c980ce8b3d21ae4fd6e35470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:54:33 +0000 Subject: [PATCH] build(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 e19380a1..ede356c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint": "^8", "eslint-config-next": "14.2.15", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jest": "^29.12.2", "eslint-plugin-jest-dom": "^5.5.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", @@ -5263,9 +5263,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": { @@ -5277,7 +5277,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": { @@ -5285,6 +5286,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index bdc15820..6c21ada6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^8", "eslint-config-next": "14.2.15", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jest": "^29.12.2", "eslint-plugin-jest-dom": "^5.5.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0",