Skip to content

Commit 1c32d13

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 853479c commit 1c32d13

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.24.0"
2192+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.24.0.tgz#ac8c4d65064204b596909c204fe9b7e30c3f51b2"
2193+
integrity sha512-WpMWipcDzGmMzdT7NtTjRXFabx10WleLUGrJpuJLGaxSqpcyq5ACpKSD5VE40h2nz3melQ91aP4Du7lh9FliCA==
2194+
dependencies:
2195+
"@typescript-eslint/types" "5.24.0"
2196+
"@typescript-eslint/visitor-keys" "5.24.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.24.0"
2205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.24.0.tgz#565ff94a4b89073265e27514dc65225d18aabe6c"
2206+
integrity sha512-Tpg1c3shTDgTmZd3qdUyd+16r/pGmVaVEbLs+ufuWP0EruVbUiEOmpBBQxBb9a8iPRxi8Rb2oiwOxuZJzSq11A==
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.24.0"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.24.0.tgz#30b9cbc1af475b9e02aca34cfe9ba9e1bb820143"
2224+
integrity sha512-zcor6vQkQmZAQfebSPVwUk/FD+CvnsnlfKXYeQDsWXRF+t7SBPmIfNia/wQxCSeu1h1JIjwV2i9f5/DdSp/uDw==
2225+
dependencies:
2226+
"@typescript-eslint/types" "5.24.0"
2227+
"@typescript-eslint/visitor-keys" "5.24.0"
2228+
debug "^4.3.4"
2229+
globby "^11.1.0"
2230+
is-glob "^4.0.3"
2231+
semver "^7.3.7"
2232+
tsutils "^3.21.0"
2233+
2234+
"@typescript-eslint/utils@^5.10.0":
2235+
version "5.24.0"
2236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.24.0.tgz#7a854028040a305ddea129328e45cfb2c6406e75"
2237+
integrity sha512-K05sbWoeCBJH8KXu6hetBJ+ukG0k2u2KlgD3bN+v+oBKm8adJqVHpSSLHNzqyuv0Lh4GVSAUgZ5lB4icmPmWLw==
2238+
dependencies:
2239+
"@types/json-schema" "^7.0.9"
2240+
"@typescript-eslint/scope-manager" "5.24.0"
2241+
"@typescript-eslint/types" "5.24.0"
2242+
"@typescript-eslint/typescript-estree" "5.24.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.24.0"
2256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.24.0.tgz#bb3e9a788ccd50c53e03557e4e203599880c3123"
2257+
integrity sha512-qzGwSXMyMnogcAo+/2fU+jhlPPVMXlIH2PeAonIKjJSoDKl1+lJVvG5Z5Oud36yU0TWK2cs1p/FaSN5J2OUFYA==
2258+
dependencies:
2259+
"@typescript-eslint/types" "5.24.0"
2260+
eslint-visitor-keys "^3.3.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"
@@ -3606,7 +3629,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
36063629
dependencies:
36073630
ms "2.0.0"
36083631

3609-
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:
3632+
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, debug@^4.3.4:
36103633
version "4.3.4"
36113634
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
36123635
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4069,12 +4092,12 @@ [email protected]:
40694092
read-pkg-up "^2.0.0"
40704093
resolve "^1.11.0"
40714094

4072-
eslint-plugin-jest@23.0.4:
4073-
version "23.0.4"
4074-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4075-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4095+
eslint-plugin-jest@26.2.2:
4096+
version "26.2.2"
4097+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.2.2.tgz#74e000544259f1ef0462a609a3fc9e5da3768f6c"
4098+
integrity sha512-etSFZ8VIFX470aA6kTqDPhIq7YWe0tjBcboFNV3WeiC18PJ/AVonGhuTwlmuz2fBkH8FJHA7JQ4k7GsQIj1Gew==
40764099
dependencies:
4077-
"@typescript-eslint/experimental-utils" "^2.5.0"
4100+
"@typescript-eslint/utils" "^5.10.0"
40784101

40794102
40804103
version "0.5.0"
@@ -4096,13 +4119,6 @@ eslint-utils@^1.4.3:
40964119
dependencies:
40974120
eslint-visitor-keys "^1.1.0"
40984121

4099-
eslint-utils@^2.0.0:
4100-
version "2.1.0"
4101-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4102-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4103-
dependencies:
4104-
eslint-visitor-keys "^1.1.0"
4105-
41064122
eslint-utils@^3.0.0:
41074123
version "3.0.0"
41084124
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4120,6 +4136,11 @@ eslint-visitor-keys@^2.0.0:
41204136
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41214137
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41224138

4139+
eslint-visitor-keys@^3.3.0:
4140+
version "3.3.0"
4141+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4142+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4143+
41234144
41244145
version "6.8.0"
41254146
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4840,7 +4861,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
48404861
dependencies:
48414862
is-glob "^4.0.1"
48424863

4843-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4864+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
48444865
version "7.2.0"
48454866
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
48464867
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4895,7 +4916,7 @@ globals@^12.1.0:
48954916
dependencies:
48964917
type-fest "^0.8.1"
48974918

4898-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4919+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
48994920
version "11.1.0"
49004921
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
49014922
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5558,7 +5579,7 @@ is-generator-fn@^2.0.0:
55585579
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
55595580
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
55605581

5561-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5582+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
55625583
version "4.0.3"
55635584
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
55645585
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9921,7 +9942,7 @@ tslib@^2.1.0:
99219942
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
99229943
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
99239944

9924-
tsutils@^3.17.1, tsutils@^3.21.0:
9945+
tsutils@^3.21.0:
99259946
version "3.21.0"
99269947
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
99279948
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)