Skip to content

Commit b5e6dca

Browse files
chore(deps-dev): bump eslint-plugin-jest from 23.0.4 to 26.2.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 26.2.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...v26.2.2) --- 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 14c3674 commit b5e6dca

File tree

2 files changed

+62
-41
lines changed

2 files changed

+62
-41
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": "26.2.2",
5959
"eslint-plugin-sonarjs": "0.5.0",
6060
"husky": "7.0.4",
6161
"jest": "26.6.3",

yarn.lock

Lines changed: 61 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@
20302030
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
20312031
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
20322032

2033-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
2033+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
20342034
version "7.0.11"
20352035
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
20362036
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2169,16 +2169,6 @@
21692169
eslint-scope "^5.1.1"
21702170
eslint-utils "^3.0.0"
21712171

2172-
"@typescript-eslint/experimental-utils@^2.5.0":
2173-
version "2.34.0"
2174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2175-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2176-
dependencies:
2177-
"@types/json-schema" "^7.0.3"
2178-
"@typescript-eslint/typescript-estree" "2.34.0"
2179-
eslint-scope "^5.0.0"
2180-
eslint-utils "^2.0.0"
2181-
21822172
"@typescript-eslint/[email protected]":
21832173
version "4.26.0"
21842174
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
@@ -2197,23 +2187,23 @@
21972187
"@typescript-eslint/types" "4.26.0"
21982188
"@typescript-eslint/visitor-keys" "4.26.0"
21992189

2190+
"@typescript-eslint/[email protected]":
2191+
version "5.23.0"
2192+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
2193+
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
2194+
dependencies:
2195+
"@typescript-eslint/types" "5.23.0"
2196+
"@typescript-eslint/visitor-keys" "5.23.0"
2197+
22002198
"@typescript-eslint/[email protected]":
22012199
version "4.26.0"
22022200
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
22032201
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
22042202

2205-
"@typescript-eslint/[email protected]":
2206-
version "2.34.0"
2207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2208-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2209-
dependencies:
2210-
debug "^4.1.1"
2211-
eslint-visitor-keys "^1.1.0"
2212-
glob "^7.1.6"
2213-
is-glob "^4.0.1"
2214-
lodash "^4.17.15"
2215-
semver "^7.3.2"
2216-
tsutils "^3.17.1"
2203+
"@typescript-eslint/[email protected]":
2204+
version "5.23.0"
2205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
2206+
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
22172207

22182208
"@typescript-eslint/[email protected]":
22192209
version "4.26.0"
@@ -2228,6 +2218,31 @@
22282218
semver "^7.3.5"
22292219
tsutils "^3.21.0"
22302220

2221+
"@typescript-eslint/[email protected]":
2222+
version "5.23.0"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
2224+
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
2225+
dependencies:
2226+
"@typescript-eslint/types" "5.23.0"
2227+
"@typescript-eslint/visitor-keys" "5.23.0"
2228+
debug "^4.3.2"
2229+
globby "^11.0.4"
2230+
is-glob "^4.0.3"
2231+
semver "^7.3.5"
2232+
tsutils "^3.21.0"
2233+
2234+
"@typescript-eslint/utils@^5.10.0":
2235+
version "5.23.0"
2236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
2237+
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
2238+
dependencies:
2239+
"@types/json-schema" "^7.0.9"
2240+
"@typescript-eslint/scope-manager" "5.23.0"
2241+
"@typescript-eslint/types" "5.23.0"
2242+
"@typescript-eslint/typescript-estree" "5.23.0"
2243+
eslint-scope "^5.1.1"
2244+
eslint-utils "^3.0.0"
2245+
22312246
"@typescript-eslint/[email protected]":
22322247
version "4.26.0"
22332248
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2236,6 +2251,14 @@
22362251
"@typescript-eslint/types" "4.26.0"
22372252
eslint-visitor-keys "^2.0.0"
22382253

2254+
"@typescript-eslint/[email protected]":
2255+
version "5.23.0"
2256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
2257+
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
2258+
dependencies:
2259+
"@typescript-eslint/types" "5.23.0"
2260+
eslint-visitor-keys "^3.0.0"
2261+
22392262
"@xmldom/xmldom@^0.7.0":
22402263
version "0.7.5"
22412264
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
@@ -3565,7 +3588,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
35653588
dependencies:
35663589
ms "2.0.0"
35673590

3568-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3:
3591+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3:
35693592
version "4.3.4"
35703593
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
35713594
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4018,12 +4041,12 @@ [email protected]:
40184041
read-pkg-up "^2.0.0"
40194042
resolve "^1.11.0"
40204043

4021-
eslint-plugin-jest@23.0.4:
4022-
version "23.0.4"
4023-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4024-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4044+
eslint-plugin-jest@26.2.2:
4045+
version "26.2.2"
4046+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.2.2.tgz#74e000544259f1ef0462a609a3fc9e5da3768f6c"
4047+
integrity sha512-etSFZ8VIFX470aA6kTqDPhIq7YWe0tjBcboFNV3WeiC18PJ/AVonGhuTwlmuz2fBkH8FJHA7JQ4k7GsQIj1Gew==
40254048
dependencies:
4026-
"@typescript-eslint/experimental-utils" "^2.5.0"
4049+
"@typescript-eslint/utils" "^5.10.0"
40274050

40284051
40294052
version "0.5.0"
@@ -4045,13 +4068,6 @@ eslint-utils@^1.4.3:
40454068
dependencies:
40464069
eslint-visitor-keys "^1.1.0"
40474070

4048-
eslint-utils@^2.0.0:
4049-
version "2.1.0"
4050-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4051-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4052-
dependencies:
4053-
eslint-visitor-keys "^1.1.0"
4054-
40554071
eslint-utils@^3.0.0:
40564072
version "3.0.0"
40574073
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4069,6 +4085,11 @@ eslint-visitor-keys@^2.0.0:
40694085
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
40704086
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40714087

4088+
eslint-visitor-keys@^3.0.0:
4089+
version "3.3.0"
4090+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4091+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4092+
40724093
40734094
version "6.8.0"
40744095
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4789,7 +4810,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
47894810
dependencies:
47904811
is-glob "^4.0.1"
47914812

4792-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4813+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
47934814
version "7.2.0"
47944815
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
47954816
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4844,7 +4865,7 @@ globals@^12.1.0:
48444865
dependencies:
48454866
type-fest "^0.8.1"
48464867

4847-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4868+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
48484869
version "11.1.0"
48494870
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
48504871
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5502,7 +5523,7 @@ is-generator-fn@^2.0.0:
55025523
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
55035524
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
55045525

5505-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5526+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
55065527
version "4.0.3"
55075528
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
55085529
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9747,7 +9768,7 @@ tslib@^2.0.0, tslib@^2.2.0:
97479768
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
97489769
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
97499770

9750-
tsutils@^3.17.1, tsutils@^3.21.0:
9771+
tsutils@^3.21.0:
97519772
version "3.21.0"
97529773
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
97539774
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)