Skip to content

Commit 5357c15

Browse files
chore(deps-dev): bump eslint-plugin-jest from 23.0.4 to 26.8.7
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 26.8.7. - [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...v26.8.7) --- 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>
1 parent 64d17a6 commit 5357c15

File tree

2 files changed

+73
-38
lines changed

2 files changed

+73
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint": "6.8.0",
5656
"eslint-config-airbnb-base": "14.0.0",
5757
"eslint-plugin-import": "2.18.2",
58-
"eslint-plugin-jest": "23.0.4",
58+
"eslint-plugin-jest": "25.7.0",
5959
"eslint-plugin-sonarjs": "0.5.0",
6060
"husky": "7.0.4",
6161
"jest": "26.6.3",

yarn.lock

Lines changed: 72 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,7 @@
21312131
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
21322132
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
21332133

2134-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
2134+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
21352135
version "7.0.11"
21362136
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
21372137
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2202,6 +2202,11 @@
22022202
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
22032203
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
22042204

2205+
"@types/semver@^7.3.12":
2206+
version "7.3.13"
2207+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2208+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2209+
22052210
"@types/serve-static@*":
22062211
version "1.13.10"
22072212
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -2270,15 +2275,12 @@
22702275
eslint-scope "^5.1.1"
22712276
eslint-utils "^3.0.0"
22722277

2273-
"@typescript-eslint/experimental-utils@^2.5.0":
2274-
version "2.34.0"
2275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2276-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2278+
"@typescript-eslint/experimental-utils@^5.0.0":
2279+
version "5.48.2"
2280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.48.2.tgz#04057cd6e96d225a6ed10e6881086add6c230781"
2281+
integrity sha512-Iwx8De8dwl6qPaPZWIaEfP1feN/YFlA5FlCxF3zUIm+2AG92C5Tefkugj2L9ytOFrmTYkTE/CqvJFZbYoVZQMg==
22772282
dependencies:
2278-
"@types/json-schema" "^7.0.3"
2279-
"@typescript-eslint/typescript-estree" "2.34.0"
2280-
eslint-scope "^5.0.0"
2281-
eslint-utils "^2.0.0"
2283+
"@typescript-eslint/utils" "5.48.2"
22822284

22832285
"@typescript-eslint/parser@4.26.0":
22842286
version "4.26.0"
@@ -2298,23 +2300,23 @@
22982300
"@typescript-eslint/types" "4.26.0"
22992301
"@typescript-eslint/visitor-keys" "4.26.0"
23002302

2303+
"@typescript-eslint/scope-manager@5.48.2":
2304+
version "5.48.2"
2305+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
2306+
integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
2307+
dependencies:
2308+
"@typescript-eslint/types" "5.48.2"
2309+
"@typescript-eslint/visitor-keys" "5.48.2"
2310+
23012311
"@typescript-eslint/types@4.26.0":
23022312
version "4.26.0"
23032313
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
23042314
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
23052315

2306-
"@typescript-eslint/typescript-estree@2.34.0":
2307-
version "2.34.0"
2308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2309-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2310-
dependencies:
2311-
debug "^4.1.1"
2312-
eslint-visitor-keys "^1.1.0"
2313-
glob "^7.1.6"
2314-
is-glob "^4.0.1"
2315-
lodash "^4.17.15"
2316-
semver "^7.3.2"
2317-
tsutils "^3.17.1"
2316+
"@typescript-eslint/types@5.48.2":
2317+
version "5.48.2"
2318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
2319+
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
23182320

23192321
"@typescript-eslint/typescript-estree@4.26.0":
23202322
version "4.26.0"
@@ -2329,6 +2331,33 @@
23292331
semver "^7.3.5"
23302332
tsutils "^3.21.0"
23312333

2334+
"@typescript-eslint/typescript-estree@5.48.2":
2335+
version "5.48.2"
2336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
2337+
integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
2338+
dependencies:
2339+
"@typescript-eslint/types" "5.48.2"
2340+
"@typescript-eslint/visitor-keys" "5.48.2"
2341+
debug "^4.3.4"
2342+
globby "^11.1.0"
2343+
is-glob "^4.0.3"
2344+
semver "^7.3.7"
2345+
tsutils "^3.21.0"
2346+
2347+
"@typescript-eslint/utils@5.48.2":
2348+
version "5.48.2"
2349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
2350+
integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
2351+
dependencies:
2352+
"@types/json-schema" "^7.0.9"
2353+
"@types/semver" "^7.3.12"
2354+
"@typescript-eslint/scope-manager" "5.48.2"
2355+
"@typescript-eslint/types" "5.48.2"
2356+
"@typescript-eslint/typescript-estree" "5.48.2"
2357+
eslint-scope "^5.1.1"
2358+
eslint-utils "^3.0.0"
2359+
semver "^7.3.7"
2360+
23322361
"@typescript-eslint/visitor-keys@4.26.0":
23332362
version "4.26.0"
23342363
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2337,6 +2366,14 @@
23372366
"@typescript-eslint/types" "4.26.0"
23382367
eslint-visitor-keys "^2.0.0"
23392368

2369+
"@typescript-eslint/visitor-keys@5.48.2":
2370+
version "5.48.2"
2371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
2372+
integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
2373+
dependencies:
2374+
"@typescript-eslint/types" "5.48.2"
2375+
eslint-visitor-keys "^3.3.0"
2376+
23402377
"@xmldom/xmldom@^0.8.3":
23412378
version "0.8.6"
23422379
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.6.tgz#8a1524eb5bd5e965c1e3735476f0262469f71440"
@@ -4182,12 +4219,12 @@ eslint-plugin-import@2.18.2:
41824219
read-pkg-up "^2.0.0"
41834220
resolve "^1.11.0"
41844221

4185-
eslint-plugin-jest@23.0.4:
4186-
version "23.0.4"
4187-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4188-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4222+
eslint-plugin-jest@25.7.0:
4223+
version "25.7.0"
4224+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
4225+
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
41894226
dependencies:
4190-
"@typescript-eslint/experimental-utils" "^2.5.0"
4227+
"@typescript-eslint/experimental-utils" "^5.0.0"
41914228

41924229
eslint-plugin-sonarjs@0.5.0:
41934230
version "0.5.0"
@@ -4209,13 +4246,6 @@ eslint-utils@^1.4.3:
42094246
dependencies:
42104247
eslint-visitor-keys "^1.1.0"
42114248

4212-
eslint-utils@^2.0.0:
4213-
version "2.1.0"
4214-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4215-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4216-
dependencies:
4217-
eslint-visitor-keys "^1.1.0"
4218-
42194249
eslint-utils@^3.0.0:
42204250
version "3.0.0"
42214251
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4233,6 +4263,11 @@ eslint-visitor-keys@^2.0.0:
42334263
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
42344264
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
42354265

4266+
eslint-visitor-keys@^3.3.0:
4267+
version "3.3.0"
4268+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4269+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4270+
42364271
eslint@6.8.0:
42374272
version "6.8.0"
42384273
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4982,7 +5017,7 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
49825017
once "^1.3.0"
49835018
path-is-absolute "^1.0.0"
49845019

4985-
glob@^7.1.3, glob@^7.1.6:
5020+
glob@^7.1.3:
49865021
version "7.2.0"
49875022
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
49885023
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -5036,7 +5071,7 @@ globals@^12.1.0:
50365071
dependencies:
50375072
type-fest "^0.8.1"
50385073

5039-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
5074+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
50405075
version "11.1.0"
50415076
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
50425077
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5711,7 +5746,7 @@ is-generator-fn@^2.0.0:
57115746
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
57125747
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
57135748

5714-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5749+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
57155750
version "4.0.3"
57165751
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
57175752
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -10185,7 +10220,7 @@ tslib@^2.1.0:
1018510220
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1018610221
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1018710222

10188-
tsutils@^3.17.1, tsutils@^3.21.0:
10223+
tsutils@^3.21.0:
1018910224
version "3.21.0"
1019010225
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1019110226
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)