Skip to content

Commit 981b6b8

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] <[email protected]>
1 parent 26e6c4c commit 981b6b8

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
@@ -53,7 +53,7 @@
5353
"eslint": "6.7.2",
5454
"eslint-config-airbnb-base": "14.0.0",
5555
"eslint-plugin-import": "2.18.2",
56-
"eslint-plugin-jest": "23.0.4",
56+
"eslint-plugin-jest": "25.7.0",
5757
"eslint-plugin-sonarjs": "0.5.0",
5858
"husky": "7.0.4",
5959
"jest": "26.6.3",

yarn.lock

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

1988-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
1988+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
19891989
version "7.0.11"
19901990
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
19911991
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2064,6 +2064,11 @@
20642064
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
20652065
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
20662066

2067+
"@types/semver@^7.3.12":
2068+
version "7.3.13"
2069+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2070+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2071+
20672072
"@types/serve-static@*":
20682073
version "1.13.10"
20692074
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -2132,15 +2137,12 @@
21322137
eslint-scope "^5.1.1"
21332138
eslint-utils "^3.0.0"
21342139

2135-
"@typescript-eslint/experimental-utils@^2.5.0":
2136-
version "2.34.0"
2137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2138-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2140+
"@typescript-eslint/experimental-utils@^5.0.0":
2141+
version "5.42.1"
2142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.42.1.tgz#755695d8f1b45dff7b5626cb48f33542227a3471"
2143+
integrity sha512-qona75z2MLpeZADEuCet5Pwvh1g/0cWScEEDy43chuUPc4klgDiwz5hLFk5dHcjFEETSYQHRPYiiHKW24EMPjw==
21392144
dependencies:
2140-
"@types/json-schema" "^7.0.3"
2141-
"@typescript-eslint/typescript-estree" "2.34.0"
2142-
eslint-scope "^5.0.0"
2143-
eslint-utils "^2.0.0"
2145+
"@typescript-eslint/utils" "5.42.1"
21442146

21452147
"@typescript-eslint/[email protected]":
21462148
version "4.27.0"
@@ -2160,23 +2162,23 @@
21602162
"@typescript-eslint/types" "4.27.0"
21612163
"@typescript-eslint/visitor-keys" "4.27.0"
21622164

2165+
"@typescript-eslint/[email protected]":
2166+
version "5.42.1"
2167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
2168+
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
2169+
dependencies:
2170+
"@typescript-eslint/types" "5.42.1"
2171+
"@typescript-eslint/visitor-keys" "5.42.1"
2172+
21632173
"@typescript-eslint/[email protected]":
21642174
version "4.27.0"
21652175
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
21662176
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
21672177

2168-
"@typescript-eslint/[email protected]":
2169-
version "2.34.0"
2170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2171-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2172-
dependencies:
2173-
debug "^4.1.1"
2174-
eslint-visitor-keys "^1.1.0"
2175-
glob "^7.1.6"
2176-
is-glob "^4.0.1"
2177-
lodash "^4.17.15"
2178-
semver "^7.3.2"
2179-
tsutils "^3.17.1"
2178+
"@typescript-eslint/[email protected]":
2179+
version "5.42.1"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
2181+
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
21802182

21812183
"@typescript-eslint/[email protected]":
21822184
version "4.27.0"
@@ -2191,6 +2193,33 @@
21912193
semver "^7.3.5"
21922194
tsutils "^3.21.0"
21932195

2196+
"@typescript-eslint/[email protected]":
2197+
version "5.42.1"
2198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
2199+
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
2200+
dependencies:
2201+
"@typescript-eslint/types" "5.42.1"
2202+
"@typescript-eslint/visitor-keys" "5.42.1"
2203+
debug "^4.3.4"
2204+
globby "^11.1.0"
2205+
is-glob "^4.0.3"
2206+
semver "^7.3.7"
2207+
tsutils "^3.21.0"
2208+
2209+
"@typescript-eslint/[email protected]":
2210+
version "5.42.1"
2211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
2212+
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
2213+
dependencies:
2214+
"@types/json-schema" "^7.0.9"
2215+
"@types/semver" "^7.3.12"
2216+
"@typescript-eslint/scope-manager" "5.42.1"
2217+
"@typescript-eslint/types" "5.42.1"
2218+
"@typescript-eslint/typescript-estree" "5.42.1"
2219+
eslint-scope "^5.1.1"
2220+
eslint-utils "^3.0.0"
2221+
semver "^7.3.7"
2222+
21942223
"@typescript-eslint/[email protected]":
21952224
version "4.27.0"
21962225
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -2199,6 +2228,14 @@
21992228
"@typescript-eslint/types" "4.27.0"
22002229
eslint-visitor-keys "^2.0.0"
22012230

2231+
"@typescript-eslint/[email protected]":
2232+
version "5.42.1"
2233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
2234+
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
2235+
dependencies:
2236+
"@typescript-eslint/types" "5.42.1"
2237+
eslint-visitor-keys "^3.3.0"
2238+
22022239
JSONStream@^1.0.4:
22032240
version "1.3.5"
22042241
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3972,12 +4009,12 @@ [email protected]:
39724009
read-pkg-up "^2.0.0"
39734010
resolve "^1.11.0"
39744011

3975-
eslint-plugin-jest@23.0.4:
3976-
version "23.0.4"
3977-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
3978-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4012+
eslint-plugin-jest@25.7.0:
4013+
version "25.7.0"
4014+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
4015+
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
39794016
dependencies:
3980-
"@typescript-eslint/experimental-utils" "^2.5.0"
4017+
"@typescript-eslint/experimental-utils" "^5.0.0"
39814018

39824019
39834020
version "0.5.0"
@@ -3999,13 +4036,6 @@ eslint-utils@^1.4.3:
39994036
dependencies:
40004037
eslint-visitor-keys "^1.1.0"
40014038

4002-
eslint-utils@^2.0.0:
4003-
version "2.1.0"
4004-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4005-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4006-
dependencies:
4007-
eslint-visitor-keys "^1.1.0"
4008-
40094039
eslint-utils@^3.0.0:
40104040
version "3.0.0"
40114041
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4023,6 +4053,11 @@ eslint-visitor-keys@^2.0.0:
40234053
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
40244054
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40254055

4056+
eslint-visitor-keys@^3.3.0:
4057+
version "3.3.0"
4058+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4059+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4060+
40264061
40274062
version "6.7.2"
40284063
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4737,7 +4772,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
47374772
dependencies:
47384773
is-glob "^4.0.1"
47394774

4740-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4775+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
47414776
version "7.2.0"
47424777
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
47434778
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4780,7 +4815,7 @@ globals@^12.1.0:
47804815
dependencies:
47814816
type-fest "^0.8.1"
47824817

4783-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4818+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
47844819
version "11.1.0"
47854820
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
47864821
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5416,7 +5451,7 @@ is-generator-fn@^2.0.0:
54165451
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
54175452
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
54185453

5419-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5454+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
54205455
version "4.0.3"
54215456
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
54225457
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9641,7 +9676,7 @@ tslib@^2.1.0:
96419676
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
96429677
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
96439678

9644-
tsutils@^3.17.1, tsutils@^3.21.0:
9679+
tsutils@^3.21.0:
96459680
version "3.21.0"
96469681
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
96479682
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)