From 5f98c74ae83c94b2257099c830aff60aa4415333 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:39:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v29 --- .npmrc | 1 + package-lock.json | 26 -------------------------- package.json | 2 +- 3 files changed, 2 insertions(+), 27 deletions(-) diff --git a/.npmrc b/.npmrc index 7fd81eb1..c8b8bfbb 100644 --- a/.npmrc +++ b/.npmrc @@ -53,6 +53,7 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 6db4f7e4..6aa0c67f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3621,32 +3621,6 @@ "semver": "bin/semver.js" } }, - "node_modules/eslint-plugin-jest": { - "version": "27.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz", - "integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/utils": "^5.10.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", - "eslint": "^7.0.0 || ^8.0.0", - "jest": "*" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } - } - }, "node_modules/eslint-plugin-jsx-a11y": { "version": "6.10.2", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", diff --git a/package.json b/package.json index a8edfca7..fb21b7f5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@vercel/ncc": "0.38.1", "eslint": "8.57.1", "eslint-plugin-github": "5.1.8", - "eslint-plugin-jest": "27.9.0", + "eslint-plugin-jest": "29.0.1", "jest": "29.4.3", "jest-circus": "29.4.3", "js-yaml": "4.1.0",