Skip to content

Commit 7de7912

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 65cf3f4 commit 7de7912

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
@@ -1987,7 +1987,7 @@
19871987
resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64"
19881988
integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==
19891989

1990-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
1990+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
19911991
version "7.0.11"
19921992
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
19931993
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2066,6 +2066,11 @@
20662066
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
20672067
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
20682068

2069+
"@types/semver@^7.3.12":
2070+
version "7.3.13"
2071+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2072+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2073+
20692074
"@types/serve-static@*":
20702075
version "1.13.10"
20712076
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -2134,15 +2139,12 @@
21342139
eslint-scope "^5.1.1"
21352140
eslint-utils "^3.0.0"
21362141

2137-
"@typescript-eslint/experimental-utils@^2.5.0":
2138-
version "2.34.0"
2139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2140-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2142+
"@typescript-eslint/experimental-utils@^5.0.0":
2143+
version "5.47.0"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.47.0.tgz#60f26e62d948f9977488825730007ec350bc1e44"
2145+
integrity sha512-DAP8xOaTAJLxouU0QrATiw8o/OHxxbUBXtkf9v+bCCU6tbJUn24xwB1dHFw3b5wYq4XvC1z5lYEN0g/Rx1sjzA==
21412146
dependencies:
2142-
"@types/json-schema" "^7.0.3"
2143-
"@typescript-eslint/typescript-estree" "2.34.0"
2144-
eslint-scope "^5.0.0"
2145-
eslint-utils "^2.0.0"
2147+
"@typescript-eslint/utils" "5.47.0"
21462148

21472149
"@typescript-eslint/[email protected]":
21482150
version "4.27.0"
@@ -2162,23 +2164,23 @@
21622164
"@typescript-eslint/types" "4.27.0"
21632165
"@typescript-eslint/visitor-keys" "4.27.0"
21642166

2167+
"@typescript-eslint/[email protected]":
2168+
version "5.47.0"
2169+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.0.tgz#f58144a6b0ff58b996f92172c488813aee9b09df"
2170+
integrity sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==
2171+
dependencies:
2172+
"@typescript-eslint/types" "5.47.0"
2173+
"@typescript-eslint/visitor-keys" "5.47.0"
2174+
21652175
"@typescript-eslint/[email protected]":
21662176
version "4.27.0"
21672177
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
21682178
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
21692179

2170-
"@typescript-eslint/[email protected]":
2171-
version "2.34.0"
2172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2173-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2174-
dependencies:
2175-
debug "^4.1.1"
2176-
eslint-visitor-keys "^1.1.0"
2177-
glob "^7.1.6"
2178-
is-glob "^4.0.1"
2179-
lodash "^4.17.15"
2180-
semver "^7.3.2"
2181-
tsutils "^3.17.1"
2180+
"@typescript-eslint/[email protected]":
2181+
version "5.47.0"
2182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.0.tgz#67490def406eaa023dbbd8da42ee0d0c9b5229d3"
2183+
integrity sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==
21822184

21832185
"@typescript-eslint/[email protected]":
21842186
version "4.27.0"
@@ -2193,6 +2195,33 @@
21932195
semver "^7.3.5"
21942196
tsutils "^3.21.0"
21952197

2198+
"@typescript-eslint/[email protected]":
2199+
version "5.47.0"
2200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.0.tgz#ed971a11c5c928646d6ba7fc9dfdd6e997649aca"
2201+
integrity sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==
2202+
dependencies:
2203+
"@typescript-eslint/types" "5.47.0"
2204+
"@typescript-eslint/visitor-keys" "5.47.0"
2205+
debug "^4.3.4"
2206+
globby "^11.1.0"
2207+
is-glob "^4.0.3"
2208+
semver "^7.3.7"
2209+
tsutils "^3.21.0"
2210+
2211+
"@typescript-eslint/[email protected]":
2212+
version "5.47.0"
2213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.0.tgz#b5005f7d2696769a1fdc1e00897005a25b3a0ec7"
2214+
integrity sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==
2215+
dependencies:
2216+
"@types/json-schema" "^7.0.9"
2217+
"@types/semver" "^7.3.12"
2218+
"@typescript-eslint/scope-manager" "5.47.0"
2219+
"@typescript-eslint/types" "5.47.0"
2220+
"@typescript-eslint/typescript-estree" "5.47.0"
2221+
eslint-scope "^5.1.1"
2222+
eslint-utils "^3.0.0"
2223+
semver "^7.3.7"
2224+
21962225
"@typescript-eslint/[email protected]":
21972226
version "4.27.0"
21982227
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -2201,6 +2230,14 @@
22012230
"@typescript-eslint/types" "4.27.0"
22022231
eslint-visitor-keys "^2.0.0"
22032232

2233+
"@typescript-eslint/[email protected]":
2234+
version "5.47.0"
2235+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.0.tgz#4aca4efbdf6209c154df1f7599852d571b80bb45"
2236+
integrity sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==
2237+
dependencies:
2238+
"@typescript-eslint/types" "5.47.0"
2239+
eslint-visitor-keys "^3.3.0"
2240+
22042241
JSONStream@^1.0.4:
22052242
version "1.3.5"
22062243
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3973,12 +4010,12 @@ [email protected]:
39734010
read-pkg-up "^2.0.0"
39744011
resolve "^1.11.0"
39754012

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

39834020
39844021
version "0.5.0"
@@ -4000,13 +4037,6 @@ eslint-utils@^1.4.3:
40004037
dependencies:
40014038
eslint-visitor-keys "^1.1.0"
40024039

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

4057+
eslint-visitor-keys@^3.3.0:
4058+
version "3.3.0"
4059+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4060+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4061+
40274062
40284063
version "6.7.2"
40294064
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4734,7 +4769,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
47344769
dependencies:
47354770
is-glob "^4.0.1"
47364771

4737-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4772+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
47384773
version "7.2.0"
47394774
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
47404775
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4777,7 +4812,7 @@ globals@^12.1.0:
47774812
dependencies:
47784813
type-fest "^0.8.1"
47794814

4780-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
4815+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
47814816
version "11.1.0"
47824817
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
47834818
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5424,7 +5459,7 @@ is-generator-fn@^2.0.0:
54245459
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
54255460
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
54265461

5427-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5462+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
54285463
version "4.0.3"
54295464
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
54305465
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9658,7 +9693,7 @@ tslib@^2.1.0:
96589693
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
96599694
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
96609695

9661-
tsutils@^3.17.1, tsutils@^3.21.0:
9696+
tsutils@^3.21.0:
96629697
version "3.21.0"
96639698
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
96649699
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)