Skip to content

Commit cfd4e2c

Browse files
chore(deps-dev): bump eslint-plugin-jest from 23.0.4 to 26.1.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 26.1.5. - [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.1.5) --- 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 de715bc commit cfd4e2c

File tree

2 files changed

+61
-40
lines changed

2 files changed

+61
-40
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.1.5",
5959
"eslint-plugin-sonarjs": "0.5.0",
6060
"husky": "7.0.4",
6161
"jest": "26.6.3",

yarn.lock

Lines changed: 60 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@
20132013
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
20142014
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
20152015

2016-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
2016+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
20172017
version "7.0.11"
20182018
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
20192019
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2152,16 +2152,6 @@
21522152
eslint-scope "^5.1.1"
21532153
eslint-utils "^3.0.0"
21542154

2155-
"@typescript-eslint/experimental-utils@^2.5.0":
2156-
version "2.34.0"
2157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2158-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2159-
dependencies:
2160-
"@types/json-schema" "^7.0.3"
2161-
"@typescript-eslint/typescript-estree" "2.34.0"
2162-
eslint-scope "^5.0.0"
2163-
eslint-utils "^2.0.0"
2164-
21652155
"@typescript-eslint/[email protected]":
21662156
version "4.26.0"
21672157
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
@@ -2180,23 +2170,23 @@
21802170
"@typescript-eslint/types" "4.26.0"
21812171
"@typescript-eslint/visitor-keys" "4.26.0"
21822172

2173+
"@typescript-eslint/[email protected]":
2174+
version "5.22.0"
2175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
2176+
integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
2177+
dependencies:
2178+
"@typescript-eslint/types" "5.22.0"
2179+
"@typescript-eslint/visitor-keys" "5.22.0"
2180+
21832181
"@typescript-eslint/[email protected]":
21842182
version "4.26.0"
21852183
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
21862184
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
21872185

2188-
"@typescript-eslint/[email protected]":
2189-
version "2.34.0"
2190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2191-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2192-
dependencies:
2193-
debug "^4.1.1"
2194-
eslint-visitor-keys "^1.1.0"
2195-
glob "^7.1.6"
2196-
is-glob "^4.0.1"
2197-
lodash "^4.17.15"
2198-
semver "^7.3.2"
2199-
tsutils "^3.17.1"
2186+
"@typescript-eslint/[email protected]":
2187+
version "5.22.0"
2188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
2189+
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
22002190

22012191
"@typescript-eslint/[email protected]":
22022192
version "4.26.0"
@@ -2211,6 +2201,31 @@
22112201
semver "^7.3.5"
22122202
tsutils "^3.21.0"
22132203

2204+
"@typescript-eslint/[email protected]":
2205+
version "5.22.0"
2206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
2207+
integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
2208+
dependencies:
2209+
"@typescript-eslint/types" "5.22.0"
2210+
"@typescript-eslint/visitor-keys" "5.22.0"
2211+
debug "^4.3.2"
2212+
globby "^11.0.4"
2213+
is-glob "^4.0.3"
2214+
semver "^7.3.5"
2215+
tsutils "^3.21.0"
2216+
2217+
"@typescript-eslint/utils@^5.10.0":
2218+
version "5.22.0"
2219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
2220+
integrity sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==
2221+
dependencies:
2222+
"@types/json-schema" "^7.0.9"
2223+
"@typescript-eslint/scope-manager" "5.22.0"
2224+
"@typescript-eslint/types" "5.22.0"
2225+
"@typescript-eslint/typescript-estree" "5.22.0"
2226+
eslint-scope "^5.1.1"
2227+
eslint-utils "^3.0.0"
2228+
22142229
"@typescript-eslint/[email protected]":
22152230
version "4.26.0"
22162231
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2219,6 +2234,14 @@
22192234
"@typescript-eslint/types" "4.26.0"
22202235
eslint-visitor-keys "^2.0.0"
22212236

2237+
"@typescript-eslint/[email protected]":
2238+
version "5.22.0"
2239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
2240+
integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
2241+
dependencies:
2242+
"@typescript-eslint/types" "5.22.0"
2243+
eslint-visitor-keys "^3.0.0"
2244+
22222245
"@xmldom/xmldom@^0.7.0":
22232246
version "0.7.5"
22242247
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
@@ -3592,7 +3615,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
35923615
dependencies:
35933616
ms "2.0.0"
35943617

3595-
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:
3618+
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:
35963619
version "4.3.4"
35973620
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
35983621
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4053,12 +4076,12 @@ [email protected]:
40534076
read-pkg-up "^2.0.0"
40544077
resolve "^1.11.0"
40554078

4056-
eslint-plugin-jest@23.0.4:
4057-
version "23.0.4"
4058-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4059-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4079+
eslint-plugin-jest@26.1.5:
4080+
version "26.1.5"
4081+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.5.tgz#6cfca264818d6d6aa120b019dab4d62b6aa8e775"
4082+
integrity sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==
40604083
dependencies:
4061-
"@typescript-eslint/experimental-utils" "^2.5.0"
4084+
"@typescript-eslint/utils" "^5.10.0"
40624085

40634086
40644087
version "0.5.0"
@@ -4080,13 +4103,6 @@ eslint-utils@^1.4.3:
40804103
dependencies:
40814104
eslint-visitor-keys "^1.1.0"
40824105

4083-
eslint-utils@^2.0.0:
4084-
version "2.1.0"
4085-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4086-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4087-
dependencies:
4088-
eslint-visitor-keys "^1.1.0"
4089-
40904106
eslint-utils@^3.0.0:
40914107
version "3.0.0"
40924108
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4104,6 +4120,11 @@ eslint-visitor-keys@^2.0.0:
41044120
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41054121
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41064122

4123+
eslint-visitor-keys@^3.0.0:
4124+
version "3.3.0"
4125+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4126+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4127+
41074128
41084129
version "6.8.0"
41094130
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4908,7 +4929,7 @@ globals@^12.1.0:
49084929
dependencies:
49094930
type-fest "^0.8.1"
49104931

4911-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4932+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
49124933
version "11.1.0"
49134934
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
49144935
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5581,7 +5602,7 @@ is-generator-fn@^2.0.0:
55815602
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
55825603
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
55835604

5584-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5605+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
55855606
version "4.0.3"
55865607
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
55875608
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9934,7 +9955,7 @@ tslib@^2.0.0, tslib@^2.2.0:
99349955
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
99359956
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
99369957

9937-
tsutils@^3.17.1, tsutils@^3.21.0:
9958+
tsutils@^3.21.0:
99389959
version "3.21.0"
99399960
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
99409961
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)