From 22cf1cdc94e8d185b8cd8c287985f4dd8d5fa5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:55:26 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.15.1. - [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.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd09f86..5dec365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@octokit/rest": "^22.0.0", "@types/js-yaml": "^4.0.9", "@types/node-fetch": "^2.6.12", + "@vercel/ncc": "^0.38.4", "node-fetch": "3.3.2", "octokit": "^5.0.3" }, @@ -25,7 +26,7 @@ "auto-changelog": "^2.5.0", "eslint": "^9.38.0", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.1", "jest": "^30.2.0", "prettier": "^3.5.3", "ts-jest": "^29.2.6", @@ -5057,9 +5058,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.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz", + "integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==", "dev": true, "license": "MIT", "dependencies": { @@ -5070,8 +5071,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 <7.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -5079,6 +5081,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index ff5c044..cd3bedd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^9.38.0", "eslint-plugin-github": "^6.0.0", "jest": "^30.2.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.1", "prettier": "^3.5.3", "ts-jest": "^29.2.6", "typescript": "^5.8.2"