Skip to content

Commit b759ad2

Browse files
chore(deps-dev): bump eslint-plugin-jest from 23.0.4 to 24.3.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 24.3.2. - [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@v23.0.4...v24.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e92380b commit b759ad2

File tree

2 files changed

+67
-19
lines changed

2 files changed

+67
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "6.7.2",
5050
"eslint-config-airbnb-base": "14.0.0",
5151
"eslint-plugin-import": "2.18.2",
52-
"eslint-plugin-jest": "23.0.4",
52+
"eslint-plugin-jest": "24.3.2",
5353
"eslint-plugin-sonarjs": "0.5.0",
5454
"husky": "4.2.5",
5555
"jest": "26.6.3",

yarn.lock

Lines changed: 66 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,28 +2018,52 @@
20182018
dependencies:
20192019
"@types/yargs-parser" "*"
20202020

2021-
"@typescript-eslint/experimental-utils@^2.5.0":
2022-
version "2.18.0"
2023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
2024-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
2021+
"@typescript-eslint/experimental-utils@^4.0.1":
2022+
version "4.20.0"
2023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b"
2024+
integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng==
20252025
dependencies:
20262026
"@types/json-schema" "^7.0.3"
2027-
"@typescript-eslint/typescript-estree" "2.18.0"
2027+
"@typescript-eslint/scope-manager" "4.20.0"
2028+
"@typescript-eslint/types" "4.20.0"
2029+
"@typescript-eslint/typescript-estree" "4.20.0"
20282030
eslint-scope "^5.0.0"
2031+
eslint-utils "^2.0.0"
20292032

2030-
"@typescript-eslint/[email protected].0":
2031-
version "2.18.0"
2032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
2033-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
2033+
"@typescript-eslint/[email protected].0":
2034+
version "4.20.0"
2035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca"
2036+
integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ==
20342037
dependencies:
2038+
"@typescript-eslint/types" "4.20.0"
2039+
"@typescript-eslint/visitor-keys" "4.20.0"
2040+
2041+
"@typescript-eslint/[email protected]":
2042+
version "4.20.0"
2043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225"
2044+
integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w==
2045+
2046+
"@typescript-eslint/[email protected]":
2047+
version "4.20.0"
2048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be"
2049+
integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA==
2050+
dependencies:
2051+
"@typescript-eslint/types" "4.20.0"
2052+
"@typescript-eslint/visitor-keys" "4.20.0"
20352053
debug "^4.1.1"
2036-
eslint-visitor-keys "^1.1.0"
2037-
glob "^7.1.6"
2054+
globby "^11.0.1"
20382055
is-glob "^4.0.1"
2039-
lodash "^4.17.15"
2040-
semver "^6.3.0"
2056+
semver "^7.3.2"
20412057
tsutils "^3.17.1"
20422058

2059+
"@typescript-eslint/[email protected]":
2060+
version "4.20.0"
2061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62"
2062+
integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A==
2063+
dependencies:
2064+
"@typescript-eslint/types" "4.20.0"
2065+
eslint-visitor-keys "^2.0.0"
2066+
20432067
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
20442068
version "1.3.5"
20452069
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4040,12 +4064,12 @@ [email protected]:
40404064
read-pkg-up "^2.0.0"
40414065
resolve "^1.11.0"
40424066

4043-
eslint-plugin-jest@23.0.4:
4044-
version "23.0.4"
4045-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4046-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4067+
eslint-plugin-jest@24.3.2:
4068+
version "24.3.2"
4069+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz#30a8b2dea6278d0da1d6fb9d6cd530aaf58050a1"
4070+
integrity sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==
40474071
dependencies:
4048-
"@typescript-eslint/experimental-utils" "^2.5.0"
4072+
"@typescript-eslint/experimental-utils" "^4.0.1"
40494073

40504074
40514075
version "0.5.0"
@@ -4067,11 +4091,23 @@ eslint-utils@^1.4.3:
40674091
dependencies:
40684092
eslint-visitor-keys "^1.1.0"
40694093

4094+
eslint-utils@^2.0.0:
4095+
version "2.1.0"
4096+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4097+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4098+
dependencies:
4099+
eslint-visitor-keys "^1.1.0"
4100+
40704101
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
40714102
version "1.1.0"
40724103
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
40734104
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
40744105

4106+
eslint-visitor-keys@^2.0.0:
4107+
version "2.0.0"
4108+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4109+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4110+
40754111
40764112
version "6.7.2"
40774113
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4917,6 +4953,18 @@ globby@^11.0.0:
49174953
merge2 "^1.3.0"
49184954
slash "^3.0.0"
49194955

4956+
globby@^11.0.1:
4957+
version "11.0.3"
4958+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4959+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
4960+
dependencies:
4961+
array-union "^2.1.0"
4962+
dir-glob "^3.0.1"
4963+
fast-glob "^3.1.1"
4964+
ignore "^5.1.4"
4965+
merge2 "^1.3.0"
4966+
slash "^3.0.0"
4967+
49204968
got@^11.6.2:
49214969
version "11.8.2"
49224970
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599"

0 commit comments

Comments
 (0)