Skip to content

Commit a0bf986

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 d6767ef commit a0bf986

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.0.1",

yarn.lock

Lines changed: 66 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,28 +1964,52 @@
19641964
dependencies:
19651965
"@types/yargs-parser" "*"
19661966

1967-
"@typescript-eslint/experimental-utils@^2.5.0":
1968-
version "2.18.0"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
1970-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
1967+
"@typescript-eslint/experimental-utils@^4.0.1":
1968+
version "4.18.0"
1969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
1970+
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
19711971
dependencies:
19721972
"@types/json-schema" "^7.0.3"
1973-
"@typescript-eslint/typescript-estree" "2.18.0"
1973+
"@typescript-eslint/scope-manager" "4.18.0"
1974+
"@typescript-eslint/types" "4.18.0"
1975+
"@typescript-eslint/typescript-estree" "4.18.0"
19741976
eslint-scope "^5.0.0"
1977+
eslint-utils "^2.0.0"
19751978

1976-
"@typescript-eslint/typescript-estree@2.18.0":
1977-
version "2.18.0"
1978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
1979-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
1979+
"@typescript-eslint/scope-manager@4.18.0":
1980+
version "4.18.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
1982+
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
19801983
dependencies:
1984+
"@typescript-eslint/types" "4.18.0"
1985+
"@typescript-eslint/visitor-keys" "4.18.0"
1986+
1987+
"@typescript-eslint/[email protected]":
1988+
version "4.18.0"
1989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
1990+
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
1991+
1992+
"@typescript-eslint/[email protected]":
1993+
version "4.18.0"
1994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
1995+
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
1996+
dependencies:
1997+
"@typescript-eslint/types" "4.18.0"
1998+
"@typescript-eslint/visitor-keys" "4.18.0"
19811999
debug "^4.1.1"
1982-
eslint-visitor-keys "^1.1.0"
1983-
glob "^7.1.6"
2000+
globby "^11.0.1"
19842001
is-glob "^4.0.1"
1985-
lodash "^4.17.15"
1986-
semver "^6.3.0"
2002+
semver "^7.3.2"
19872003
tsutils "^3.17.1"
19882004

2005+
"@typescript-eslint/[email protected]":
2006+
version "4.18.0"
2007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
2008+
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
2009+
dependencies:
2010+
"@typescript-eslint/types" "4.18.0"
2011+
eslint-visitor-keys "^2.0.0"
2012+
19892013
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
19902014
version "1.3.5"
19912015
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3963,12 +3987,12 @@ [email protected]:
39633987
read-pkg-up "^2.0.0"
39643988
resolve "^1.11.0"
39653989

3966-
eslint-plugin-jest@23.0.4:
3967-
version "23.0.4"
3968-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
3969-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
3990+
eslint-plugin-jest@24.3.2:
3991+
version "24.3.2"
3992+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz#30a8b2dea6278d0da1d6fb9d6cd530aaf58050a1"
3993+
integrity sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==
39703994
dependencies:
3971-
"@typescript-eslint/experimental-utils" "^2.5.0"
3995+
"@typescript-eslint/experimental-utils" "^4.0.1"
39723996

39733997
39743998
version "0.5.0"
@@ -3990,11 +4014,23 @@ eslint-utils@^1.4.3:
39904014
dependencies:
39914015
eslint-visitor-keys "^1.1.0"
39924016

4017+
eslint-utils@^2.0.0:
4018+
version "2.1.0"
4019+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4020+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4021+
dependencies:
4022+
eslint-visitor-keys "^1.1.0"
4023+
39934024
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
39944025
version "1.1.0"
39954026
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
39964027
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
39974028

4029+
eslint-visitor-keys@^2.0.0:
4030+
version "2.0.0"
4031+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4032+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4033+
39984034
39994035
version "6.7.2"
40004036
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4835,6 +4871,18 @@ globby@^11.0.0:
48354871
merge2 "^1.3.0"
48364872
slash "^3.0.0"
48374873

4874+
globby@^11.0.1:
4875+
version "11.0.2"
4876+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4877+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4878+
dependencies:
4879+
array-union "^2.1.0"
4880+
dir-glob "^3.0.1"
4881+
fast-glob "^3.1.1"
4882+
ignore "^5.1.4"
4883+
merge2 "^1.3.0"
4884+
slash "^3.0.0"
4885+
48384886
got@^11.6.2:
48394887
version "11.8.2"
48404888
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599"

0 commit comments

Comments
 (0)