Skip to content

Commit 1d4d3eb

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 ade816e commit 1d4d3eb

File tree

2 files changed

+74
-39
lines changed

2 files changed

+74
-39
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: 73 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@
19751975
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
19761976
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
19771977

1978-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
1978+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
19791979
version "7.0.11"
19801980
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
19811981
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2054,6 +2054,11 @@
20542054
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
20552055
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
20562056

2057+
"@types/semver@^7.3.12":
2058+
version "7.3.12"
2059+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
2060+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
2061+
20572062
"@types/serve-static@*":
20582063
version "1.13.10"
20592064
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -2122,15 +2127,12 @@
21222127
eslint-scope "^5.1.1"
21232128
eslint-utils "^3.0.0"
21242129

2125-
"@typescript-eslint/experimental-utils@^2.5.0":
2126-
version "2.34.0"
2127-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2128-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2130+
"@typescript-eslint/experimental-utils@^5.0.0":
2131+
version "5.41.0"
2132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.41.0.tgz#7abd3074e855df9bbe700311c1378e86c80741a9"
2133+
integrity sha512-/qxT2Kd2q/A22JVIllvws4rvc00/3AT4rAo/0YgEN28y+HPhbJbk6X4+MAHEoZzpNyAOugIT7D/OLnKBW8FfhA==
21292134
dependencies:
2130-
"@types/json-schema" "^7.0.3"
2131-
"@typescript-eslint/typescript-estree" "2.34.0"
2132-
eslint-scope "^5.0.0"
2133-
eslint-utils "^2.0.0"
2135+
"@typescript-eslint/utils" "5.41.0"
21342136

21352137
"@typescript-eslint/[email protected]":
21362138
version "4.27.0"
@@ -2150,23 +2152,23 @@
21502152
"@typescript-eslint/types" "4.27.0"
21512153
"@typescript-eslint/visitor-keys" "4.27.0"
21522154

2155+
"@typescript-eslint/[email protected]":
2156+
version "5.41.0"
2157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
2158+
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
2159+
dependencies:
2160+
"@typescript-eslint/types" "5.41.0"
2161+
"@typescript-eslint/visitor-keys" "5.41.0"
2162+
21532163
"@typescript-eslint/[email protected]":
21542164
version "4.27.0"
21552165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
21562166
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
21572167

2158-
"@typescript-eslint/[email protected]":
2159-
version "2.34.0"
2160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2161-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2162-
dependencies:
2163-
debug "^4.1.1"
2164-
eslint-visitor-keys "^1.1.0"
2165-
glob "^7.1.6"
2166-
is-glob "^4.0.1"
2167-
lodash "^4.17.15"
2168-
semver "^7.3.2"
2169-
tsutils "^3.17.1"
2168+
"@typescript-eslint/[email protected]":
2169+
version "5.41.0"
2170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
2171+
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
21702172

21712173
"@typescript-eslint/[email protected]":
21722174
version "4.27.0"
@@ -2181,6 +2183,33 @@
21812183
semver "^7.3.5"
21822184
tsutils "^3.21.0"
21832185

2186+
"@typescript-eslint/[email protected]":
2187+
version "5.41.0"
2188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
2189+
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
2190+
dependencies:
2191+
"@typescript-eslint/types" "5.41.0"
2192+
"@typescript-eslint/visitor-keys" "5.41.0"
2193+
debug "^4.3.4"
2194+
globby "^11.1.0"
2195+
is-glob "^4.0.3"
2196+
semver "^7.3.7"
2197+
tsutils "^3.21.0"
2198+
2199+
"@typescript-eslint/[email protected]":
2200+
version "5.41.0"
2201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
2202+
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
2203+
dependencies:
2204+
"@types/json-schema" "^7.0.9"
2205+
"@types/semver" "^7.3.12"
2206+
"@typescript-eslint/scope-manager" "5.41.0"
2207+
"@typescript-eslint/types" "5.41.0"
2208+
"@typescript-eslint/typescript-estree" "5.41.0"
2209+
eslint-scope "^5.1.1"
2210+
eslint-utils "^3.0.0"
2211+
semver "^7.3.7"
2212+
21842213
"@typescript-eslint/[email protected]":
21852214
version "4.27.0"
21862215
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -2189,6 +2218,14 @@
21892218
"@typescript-eslint/types" "4.27.0"
21902219
eslint-visitor-keys "^2.0.0"
21912220

2221+
"@typescript-eslint/[email protected]":
2222+
version "5.41.0"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
2224+
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
2225+
dependencies:
2226+
"@typescript-eslint/types" "5.41.0"
2227+
eslint-visitor-keys "^3.3.0"
2228+
21922229
JSONStream@^1.0.4:
21932230
version "1.3.5"
21942231
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3506,7 +3543,7 @@ [email protected]:
35063543
dependencies:
35073544
ms "2.0.0"
35083545

3509-
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:
3546+
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:
35103547
version "4.3.4"
35113548
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
35123549
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3954,12 +3991,12 @@ [email protected]:
39543991
read-pkg-up "^2.0.0"
39553992
resolve "^1.11.0"
39563993

3957-
eslint-plugin-jest@23.0.4:
3958-
version "23.0.4"
3959-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
3960-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
3994+
eslint-plugin-jest@25.7.0:
3995+
version "25.7.0"
3996+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
3997+
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
39613998
dependencies:
3962-
"@typescript-eslint/experimental-utils" "^2.5.0"
3999+
"@typescript-eslint/experimental-utils" "^5.0.0"
39634000

39644001
39654002
version "0.5.0"
@@ -3981,13 +4018,6 @@ eslint-utils@^1.4.3:
39814018
dependencies:
39824019
eslint-visitor-keys "^1.1.0"
39834020

3984-
eslint-utils@^2.0.0:
3985-
version "2.1.0"
3986-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
3987-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
3988-
dependencies:
3989-
eslint-visitor-keys "^1.1.0"
3990-
39914021
eslint-utils@^3.0.0:
39924022
version "3.0.0"
39934023
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -4005,6 +4035,11 @@ eslint-visitor-keys@^2.0.0:
40054035
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
40064036
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40074037

4038+
eslint-visitor-keys@^3.3.0:
4039+
version "3.3.0"
4040+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4041+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4042+
40084043
40094044
version "6.7.2"
40104045
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4699,7 +4734,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
46994734
dependencies:
47004735
is-glob "^4.0.1"
47014736

4702-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4737+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
47034738
version "7.2.0"
47044739
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
47054740
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4742,7 +4777,7 @@ globals@^12.1.0:
47424777
dependencies:
47434778
type-fest "^0.8.1"
47444779

4745-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4780+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
47464781
version "11.1.0"
47474782
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
47484783
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5373,7 +5408,7 @@ is-generator-fn@^2.0.0:
53735408
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
53745409
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
53755410

5376-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5411+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
53775412
version "4.0.3"
53785413
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
53795414
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9559,7 +9594,7 @@ tslib@^2.1.0:
95599594
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
95609595
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
95619596

9562-
tsutils@^3.17.1, tsutils@^3.21.0:
9597+
tsutils@^3.21.0:
95639598
version "3.21.0"
95649599
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
95659600
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)