Skip to content

Commit e959e39

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 24cdb3f commit e959e39

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
@@ -2042,7 +2042,7 @@
20422042
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
20432043
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
20442044

2045-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
2045+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
20462046
version "7.0.11"
20472047
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
20482048
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2113,6 +2113,11 @@
21132113
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
21142114
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
21152115

2116+
"@types/semver@^7.3.12":
2117+
version "7.3.13"
2118+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2119+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2120+
21162121
"@types/serve-static@*":
21172122
version "1.13.10"
21182123
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -2181,15 +2186,12 @@
21812186
eslint-scope "^5.1.1"
21822187
eslint-utils "^3.0.0"
21832188

2184-
"@typescript-eslint/experimental-utils@^2.5.0":
2185-
version "2.34.0"
2186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2187-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2189+
"@typescript-eslint/experimental-utils@^5.0.0":
2190+
version "5.48.2"
2191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.48.2.tgz#04057cd6e96d225a6ed10e6881086add6c230781"
2192+
integrity sha512-Iwx8De8dwl6qPaPZWIaEfP1feN/YFlA5FlCxF3zUIm+2AG92C5Tefkugj2L9ytOFrmTYkTE/CqvJFZbYoVZQMg==
21882193
dependencies:
2189-
"@types/json-schema" "^7.0.3"
2190-
"@typescript-eslint/typescript-estree" "2.34.0"
2191-
eslint-scope "^5.0.0"
2192-
eslint-utils "^2.0.0"
2194+
"@typescript-eslint/utils" "5.48.2"
21932195

21942196
"@typescript-eslint/parser@4.26.0":
21952197
version "4.26.0"
@@ -2209,23 +2211,23 @@
22092211
"@typescript-eslint/types" "4.26.0"
22102212
"@typescript-eslint/visitor-keys" "4.26.0"
22112213

2214+
"@typescript-eslint/scope-manager@5.48.2":
2215+
version "5.48.2"
2216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
2217+
integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
2218+
dependencies:
2219+
"@typescript-eslint/types" "5.48.2"
2220+
"@typescript-eslint/visitor-keys" "5.48.2"
2221+
22122222
"@typescript-eslint/types@4.26.0":
22132223
version "4.26.0"
22142224
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
22152225
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
22162226

2217-
"@typescript-eslint/typescript-estree@2.34.0":
2218-
version "2.34.0"
2219-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2220-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2221-
dependencies:
2222-
debug "^4.1.1"
2223-
eslint-visitor-keys "^1.1.0"
2224-
glob "^7.1.6"
2225-
is-glob "^4.0.1"
2226-
lodash "^4.17.15"
2227-
semver "^7.3.2"
2228-
tsutils "^3.17.1"
2227+
"@typescript-eslint/types@5.48.2":
2228+
version "5.48.2"
2229+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
2230+
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
22292231

22302232
"@typescript-eslint/typescript-estree@4.26.0":
22312233
version "4.26.0"
@@ -2240,6 +2242,33 @@
22402242
semver "^7.3.5"
22412243
tsutils "^3.21.0"
22422244

2245+
"@typescript-eslint/typescript-estree@5.48.2":
2246+
version "5.48.2"
2247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
2248+
integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
2249+
dependencies:
2250+
"@typescript-eslint/types" "5.48.2"
2251+
"@typescript-eslint/visitor-keys" "5.48.2"
2252+
debug "^4.3.4"
2253+
globby "^11.1.0"
2254+
is-glob "^4.0.3"
2255+
semver "^7.3.7"
2256+
tsutils "^3.21.0"
2257+
2258+
"@typescript-eslint/utils@5.48.2":
2259+
version "5.48.2"
2260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
2261+
integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
2262+
dependencies:
2263+
"@types/json-schema" "^7.0.9"
2264+
"@types/semver" "^7.3.12"
2265+
"@typescript-eslint/scope-manager" "5.48.2"
2266+
"@typescript-eslint/types" "5.48.2"
2267+
"@typescript-eslint/typescript-estree" "5.48.2"
2268+
eslint-scope "^5.1.1"
2269+
eslint-utils "^3.0.0"
2270+
semver "^7.3.7"
2271+
22432272
"@typescript-eslint/visitor-keys@4.26.0":
22442273
version "4.26.0"
22452274
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2248,6 +2277,14 @@
22482277
"@typescript-eslint/types" "4.26.0"
22492278
eslint-visitor-keys "^2.0.0"
22502279

2280+
"@typescript-eslint/visitor-keys@5.48.2":
2281+
version "5.48.2"
2282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
2283+
integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
2284+
dependencies:
2285+
"@typescript-eslint/types" "5.48.2"
2286+
eslint-visitor-keys "^3.3.0"
2287+
22512288
"@xmldom/xmldom@^0.8.3":
22522289
version "0.8.6"
22532290
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.6.tgz#8a1524eb5bd5e965c1e3735476f0262469f71440"
@@ -4083,12 +4120,12 @@ eslint-plugin-import@2.18.2:
40834120
read-pkg-up "^2.0.0"
40844121
resolve "^1.11.0"
40854122

4086-
eslint-plugin-jest@23.0.4:
4087-
version "23.0.4"
4088-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4089-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4123+
eslint-plugin-jest@25.7.0:
4124+
version "25.7.0"
4125+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
4126+
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
40904127
dependencies:
4091-
"@typescript-eslint/experimental-utils" "^2.5.0"
4128+
"@typescript-eslint/experimental-utils" "^5.0.0"
40924129

40934130
eslint-plugin-sonarjs@0.5.0:
40944131
version "0.5.0"
@@ -4110,13 +4147,6 @@ eslint-utils@^1.4.3:
41104147
dependencies:
41114148
eslint-visitor-keys "^1.1.0"
41124149

4113-
eslint-utils@^2.0.0:
4114-
version "2.1.0"
4115-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4116-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4117-
dependencies:
4118-
eslint-visitor-keys "^1.1.0"
4119-
41204150
eslint-utils@^3.0.0:
41214151
version "3.0.0"
41224152
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4134,6 +4164,11 @@ eslint-visitor-keys@^2.0.0:
41344164
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41354165
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41364166

4167+
eslint-visitor-keys@^3.3.0:
4168+
version "3.3.0"
4169+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4170+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4171+
41374172
eslint@6.8.0:
41384173
version "6.8.0"
41394174
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4871,7 +4906,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
48714906
dependencies:
48724907
is-glob "^4.0.1"
48734908

4874-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4909+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
48754910
version "7.2.0"
48764911
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
48774912
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4926,7 +4961,7 @@ globals@^12.1.0:
49264961
dependencies:
49274962
type-fest "^0.8.1"
49284963

4929-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4964+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
49304965
version "11.1.0"
49314966
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
49324967
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5594,7 +5629,7 @@ is-generator-fn@^2.0.0:
55945629
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
55955630
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
55965631

5597-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5632+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
55985633
version "4.0.3"
55995634
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
56005635
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9993,7 +10028,7 @@ tslib@^2.1.0:
999310028
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
999410029
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
999510030

9996-
tsutils@^3.17.1, tsutils@^3.21.0:
10031+
tsutils@^3.21.0:
999710032
version "3.21.0"
999810033
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
999910034
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)