Skip to content

Commit 9a07d5d

Browse files
chore: bump eslint-plugin-jest from 26.7.0 to 27.0.1 in /site (#3828)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 27.0.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](jest-community/eslint-plugin-jest@v26.7.0...v27.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11abb85 commit 9a07d5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-import-resolver-typescript": "3.5.0",
105105
"eslint-plugin-compat": "4.0.2",
106106
"eslint-plugin-import": "2.26.0",
107-
"eslint-plugin-jest": "26.7.0",
107+
"eslint-plugin-jest": "27.0.1",
108108
"eslint-plugin-jsx-a11y": "6.6.1",
109109
"eslint-plugin-no-storage": "1.0.2",
110110
"eslint-plugin-react": "7.31.1",

site/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6935,10 +6935,10 @@ eslint-plugin-import@2.26.0:
69356935
resolve "^1.22.0"
69366936
tsconfig-paths "^3.14.1"
69376937

6938-
eslint-plugin-jest@26.7.0:
6939-
version "26.7.0"
6940-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778"
6941-
integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A==
6938+
eslint-plugin-jest@27.0.1:
6939+
version "27.0.1"
6940+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da"
6941+
integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg==
69426942
dependencies:
69436943
"@typescript-eslint/utils" "^5.10.0"
69446944

0 commit comments

Comments
 (0)