Skip to content

Commit d6c6a54

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump eslint-plugin-jest from 23.20.0 to 24.0.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.0.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v23.20.0...v24.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bff1c24 commit d6c6a54

File tree

2 files changed

+145
-2
lines changed

2 files changed

+145
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-config-kentcdodds": "^14.16.0",
9090
"eslint-config-prettier": "^6.10.0",
9191
"eslint-plugin-import": "^2.20.0",
92-
"eslint-plugin-jest": "^23.20.0",
92+
"eslint-plugin-jest": "^24.0.1",
9393
"eslint-plugin-jsx-a11y": "^6.2.3",
9494
"eslint-plugin-prettier": "^3.1.2",
9595
"eslint-plugin-react": "^7.20.5",

yarn.lock

+144-1
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,27 @@
13801380
"@types/yargs" "^15.0.0"
13811381
chalk "^4.0.0"
13821382

1383+
"@nodelib/[email protected]":
1384+
version "2.1.3"
1385+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
1386+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
1387+
dependencies:
1388+
"@nodelib/fs.stat" "2.0.3"
1389+
run-parallel "^1.1.9"
1390+
1391+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
1392+
version "2.0.3"
1393+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
1394+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
1395+
1396+
"@nodelib/fs.walk@^1.2.3":
1397+
version "1.2.4"
1398+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
1399+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
1400+
dependencies:
1401+
"@nodelib/fs.scandir" "2.1.3"
1402+
fastq "^1.6.0"
1403+
13831404
"@rollup/plugin-commonjs@^15.0.0":
13841405
version "15.0.0"
13851406
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-15.0.0.tgz#690d15a9d54ba829db93555bff9b98ff34e08574"
@@ -1629,6 +1650,18 @@
16291650
eslint-scope "^5.0.0"
16301651
eslint-utils "^2.0.0"
16311652

1653+
"@typescript-eslint/experimental-utils@^4.0.1":
1654+
version "4.1.0"
1655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
1656+
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
1657+
dependencies:
1658+
"@types/json-schema" "^7.0.3"
1659+
"@typescript-eslint/scope-manager" "4.1.0"
1660+
"@typescript-eslint/types" "4.1.0"
1661+
"@typescript-eslint/typescript-estree" "4.1.0"
1662+
eslint-scope "^5.0.0"
1663+
eslint-utils "^2.0.0"
1664+
16321665
"@typescript-eslint/parser@^2.24.0", "@typescript-eslint/parser@^2.25.0":
16331666
version "2.34.0"
16341667
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
@@ -1639,6 +1672,19 @@
16391672
"@typescript-eslint/typescript-estree" "2.34.0"
16401673
eslint-visitor-keys "^1.1.0"
16411674

1675+
"@typescript-eslint/[email protected]":
1676+
version "4.1.0"
1677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
1678+
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
1679+
dependencies:
1680+
"@typescript-eslint/types" "4.1.0"
1681+
"@typescript-eslint/visitor-keys" "4.1.0"
1682+
1683+
"@typescript-eslint/[email protected]":
1684+
version "4.1.0"
1685+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
1686+
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
1687+
16421688
"@typescript-eslint/[email protected]":
16431689
version "2.34.0"
16441690
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -1652,6 +1698,28 @@
16521698
semver "^7.3.2"
16531699
tsutils "^3.17.1"
16541700

1701+
"@typescript-eslint/[email protected]":
1702+
version "4.1.0"
1703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
1704+
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
1705+
dependencies:
1706+
"@typescript-eslint/types" "4.1.0"
1707+
"@typescript-eslint/visitor-keys" "4.1.0"
1708+
debug "^4.1.1"
1709+
globby "^11.0.1"
1710+
is-glob "^4.0.1"
1711+
lodash "^4.17.15"
1712+
semver "^7.3.2"
1713+
tsutils "^3.17.1"
1714+
1715+
"@typescript-eslint/[email protected]":
1716+
version "4.1.0"
1717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
1718+
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
1719+
dependencies:
1720+
"@typescript-eslint/types" "4.1.0"
1721+
eslint-visitor-keys "^2.0.0"
1722+
16551723
"@webassemblyjs/[email protected]":
16561724
version "1.9.0"
16571725
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -2047,6 +2115,11 @@ array-includes@^3.1.1:
20472115
es-abstract "^1.17.0"
20482116
is-string "^1.0.5"
20492117

2118+
array-union@^2.1.0:
2119+
version "2.1.0"
2120+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2121+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2122+
20502123
array-unique@^0.3.2:
20512124
version "0.3.2"
20522125
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -3421,6 +3494,13 @@ diffie-hellman@^5.0.0:
34213494
miller-rabin "^4.0.0"
34223495
randombytes "^2.0.0"
34233496

3497+
dir-glob@^3.0.1:
3498+
version "3.0.1"
3499+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
3500+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
3501+
dependencies:
3502+
path-type "^4.0.0"
3503+
34243504
doctoc@^1.4.0:
34253505
version "1.4.0"
34263506
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.4.0.tgz#3115aa61d0a92f0abb0672036918ea904f5b9e02"
@@ -3814,6 +3894,13 @@ eslint-plugin-jest@^23.20.0:
38143894
dependencies:
38153895
"@typescript-eslint/experimental-utils" "^2.5.0"
38163896

3897+
eslint-plugin-jest@^24.0.1:
3898+
version "24.0.1"
3899+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.0.1.tgz#ad5e091d47cf895e15dc115e18f98471135a334f"
3900+
integrity sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ==
3901+
dependencies:
3902+
"@typescript-eslint/experimental-utils" "^4.0.1"
3903+
38173904
eslint-plugin-jsx-a11y@^6.2.3, eslint-plugin-jsx-a11y@^6.3.1:
38183905
version "6.3.1"
38193906
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.3.1.tgz#99ef7e97f567cc6a5b8dd5ab95a94a67058a2660"
@@ -3907,6 +3994,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
39073994
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
39083995
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
39093996

3997+
eslint-visitor-keys@^2.0.0:
3998+
version "2.0.0"
3999+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4000+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4001+
39104002
eslint@^6.8.0:
39114003
version "6.8.0"
39124004
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4159,6 +4251,18 @@ fast-diff@^1.1.2:
41594251
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
41604252
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
41614253

4254+
fast-glob@^3.1.1:
4255+
version "3.2.4"
4256+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
4257+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
4258+
dependencies:
4259+
"@nodelib/fs.stat" "^2.0.2"
4260+
"@nodelib/fs.walk" "^1.2.3"
4261+
glob-parent "^5.1.0"
4262+
merge2 "^1.3.0"
4263+
micromatch "^4.0.2"
4264+
picomatch "^2.2.1"
4265+
41624266
fast-json-stable-stringify@^2.0.0:
41634267
version "2.1.0"
41644268
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4169,6 +4273,13 @@ fast-levenshtein@~2.0.6:
41694273
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
41704274
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
41714275

4276+
fastq@^1.6.0:
4277+
version "1.8.0"
4278+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481"
4279+
integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==
4280+
dependencies:
4281+
reusify "^1.0.4"
4282+
41724283
fault@^1.0.1:
41734284
version "1.0.4"
41744285
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
@@ -4515,7 +4626,7 @@ glob-parent@^5.0.0:
45154626
dependencies:
45164627
is-glob "^4.0.1"
45174628

4518-
glob-parent@~5.1.0:
4629+
glob-parent@^5.1.0, glob-parent@~5.1.0:
45194630
version "5.1.1"
45204631
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
45214632
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -4585,6 +4696,18 @@ globals@^12.1.0:
45854696
dependencies:
45864697
type-fest "^0.8.1"
45874698

4699+
globby@^11.0.1:
4700+
version "11.0.1"
4701+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
4702+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
4703+
dependencies:
4704+
array-union "^2.1.0"
4705+
dir-glob "^3.0.1"
4706+
fast-glob "^3.1.1"
4707+
ignore "^5.1.4"
4708+
merge2 "^1.3.0"
4709+
slash "^3.0.0"
4710+
45884711
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
45894712
version "4.2.4"
45904713
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -4800,6 +4923,11 @@ ignore@^4.0.6:
48004923
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
48014924
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
48024925

4926+
ignore@^5.1.4:
4927+
version "5.1.8"
4928+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
4929+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
4930+
48034931
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
48044932
version "3.2.1"
48054933
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -6393,6 +6521,11 @@ merge-stream@^2.0.0:
63936521
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
63946522
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
63956523

6524+
merge2@^1.3.0:
6525+
version "1.4.1"
6526+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
6527+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
6528+
63966529
merge@^1.2.1:
63976530
version "1.2.1"
63986531
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
@@ -7766,6 +7899,11 @@ ret@~0.1.10:
77667899
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
77677900
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
77687901

7902+
reusify@^1.0.4:
7903+
version "1.0.4"
7904+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
7905+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
7906+
77697907
77707908
version "2.6.3"
77717909
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -7888,6 +8026,11 @@ run-async@^2.4.0:
78888026
dependencies:
78898027
is-promise "^2.1.0"
78908028

8029+
run-parallel@^1.1.9:
8030+
version "1.1.9"
8031+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
8032+
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
8033+
78918034
run-queue@^1.0.0, run-queue@^1.0.3:
78928035
version "1.0.3"
78938036
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"

0 commit comments

Comments
 (0)