From 8f8a812ecf44525d47d7f21fa68bb8bcb66a1a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:24:40 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jest in /action Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.11.0 to 29.16.5. - [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/v28.11.0...v29.16.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action/package-lock.json | 22 +++++++++++++--------- action/package.json | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 624960d88..fa97d9555 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -26,7 +26,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.25.1", "eslint-plugin-github": "^5.1.8", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.16.5", "eslint-plugin-jsonc": "^2.20.0", "eslint-plugin-prettier": "^5.5.5", "globals": "^16.0.0", @@ -4072,21 +4072,22 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz", - "integrity": "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==", + "version": "29.16.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.5.tgz", + "integrity": "sha512-2JblbVHN+FAF5iEz2Lky3jvzPRRmEOHJxFSvAl698FF6KPo+sdgaVT0j49HOAJ6gBP8Vlf/DAUs9/I6S3fj9VQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/utils": "^8.0.0" }, "engines": { - "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + "node": "^20.12.0 || ^22.0.0 || >=24.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", - "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", - "jest": "*" + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "jest": "*", + "typescript": ">=4.8.4 <8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -4094,6 +4095,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/action/package.json b/action/package.json index e96c910df..0fcc6a1d8 100644 --- a/action/package.json +++ b/action/package.json @@ -106,7 +106,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.25.1", "eslint-plugin-github": "^5.1.8", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.16.5", "eslint-plugin-jsonc": "^2.20.0", "eslint-plugin-prettier": "^5.5.5", "globals": "^16.0.0",