From 82e5f473ff2acdffe2b8addd3b8e93914b896f3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Nov 2023 14:59:05 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-jest to v27 --- package-lock.json | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08507e8..9ab670d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.8.2", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.1", @@ -4203,18 +4203,20 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "26.8.2", + "version": "27.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", + "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.10.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "eslint": "^7.0.0 || ^8.0.0", + "jest": "*" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -13440,7 +13442,7 @@ }, "packages/storefront-react": { "name": "@makaira/storefront-react", - "version": "1.6.6", + "version": "1.6.7", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0" @@ -13463,7 +13465,7 @@ }, "packages/storefront-shop-adapter-local": { "name": "@makaira/storefront-shop-adapter-local", - "version": "1.6.4", + "version": "1.6.5", "license": "ISC", "dependencies": { "@faker-js/faker": "7.4.0", @@ -13633,7 +13635,7 @@ }, "packages/storefront-shop-adapter-shopware6": { "name": "@makaira/storefront-shop-adapter-shopware6", - "version": "1.5.0", + "version": "1.0.0", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", @@ -16587,7 +16589,9 @@ } }, "eslint-plugin-jest": { - "version": "26.8.2", + "version": "27.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", + "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/package.json b/package.json index 5034555..c23fb1e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.8.2", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.1",