From ddfd1a4ca86e3d9b36fc35a00b362684ba97d544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:47:50 +0000 Subject: [PATCH] feat(deps): update dependency eslint-plugin-jest to v27 (#865) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/eslint-config-recommended/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 3d837a7d..6227085b 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -31,7 +31,7 @@ "dependencies": { "eslint-config-prettier": "~8.5.0", "eslint-plugin-import": "~2.26.0", - "eslint-plugin-jest": "~26.9.0", + "eslint-plugin-jest": "~27.0.0", "eslint-plugin-prettier": "~4.2.0", "eslint-plugin-simple-import-sort": "~7.0.0", "eslint-plugin-sort-keys-fix": "~1.1.2" diff --git a/yarn.lock b/yarn.lock index 919a51c7..1ccc68fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3744,10 +3744,10 @@ eslint-plugin-import@~2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@~26.9.0: - version "26.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949" - integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng== +eslint-plugin-jest@~27.0.0: + version "27.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da" + integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg== dependencies: "@typescript-eslint/utils" "^5.10.0"