Skip to content

Commit 1335036

Browse files
build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 24.3.6
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 24.3.6. - [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...v24.3.6) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 47bc2a7 commit 1335036

File tree

2 files changed

+67
-19
lines changed

2 files changed

+67
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "6.7.2",
5050
"eslint-config-airbnb-base": "14.0.0",
5151
"eslint-plugin-import": "2.18.2",
52-
"eslint-plugin-jest": "23.0.4",
52+
"eslint-plugin-jest": "24.3.6",
5353
"eslint-plugin-sonarjs": "0.5.0",
5454
"husky": "4.2.5",
5555
"jest": "26.6.3",

yarn.lock

Lines changed: 66 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,28 +2033,52 @@
20332033
dependencies:
20342034
"@types/yargs-parser" "*"
20352035

2036-
"@typescript-eslint/experimental-utils@^2.5.0":
2037-
version "2.18.0"
2038-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
2039-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
2036+
"@typescript-eslint/experimental-utils@^4.0.1":
2037+
version "4.22.0"
2038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
2039+
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
20402040
dependencies:
20412041
"@types/json-schema" "^7.0.3"
2042-
"@typescript-eslint/typescript-estree" "2.18.0"
2042+
"@typescript-eslint/scope-manager" "4.22.0"
2043+
"@typescript-eslint/types" "4.22.0"
2044+
"@typescript-eslint/typescript-estree" "4.22.0"
20432045
eslint-scope "^5.0.0"
2046+
eslint-utils "^2.0.0"
20442047

2045-
"@typescript-eslint/[email protected].0":
2046-
version "2.18.0"
2047-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
2048-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
2048+
"@typescript-eslint/[email protected].0":
2049+
version "4.22.0"
2050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
2051+
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
20492052
dependencies:
2053+
"@typescript-eslint/types" "4.22.0"
2054+
"@typescript-eslint/visitor-keys" "4.22.0"
2055+
2056+
"@typescript-eslint/[email protected]":
2057+
version "4.22.0"
2058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
2059+
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
2060+
2061+
"@typescript-eslint/[email protected]":
2062+
version "4.22.0"
2063+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
2064+
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
2065+
dependencies:
2066+
"@typescript-eslint/types" "4.22.0"
2067+
"@typescript-eslint/visitor-keys" "4.22.0"
20502068
debug "^4.1.1"
2051-
eslint-visitor-keys "^1.1.0"
2052-
glob "^7.1.6"
2069+
globby "^11.0.1"
20532070
is-glob "^4.0.1"
2054-
lodash "^4.17.15"
2055-
semver "^6.3.0"
2071+
semver "^7.3.2"
20562072
tsutils "^3.17.1"
20572073

2074+
"@typescript-eslint/[email protected]":
2075+
version "4.22.0"
2076+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
2077+
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
2078+
dependencies:
2079+
"@typescript-eslint/types" "4.22.0"
2080+
eslint-visitor-keys "^2.0.0"
2081+
20582082
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
20592083
version "1.3.5"
20602084
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4091,12 +4115,12 @@ [email protected]:
40914115
read-pkg-up "^2.0.0"
40924116
resolve "^1.11.0"
40934117

4094-
eslint-plugin-jest@23.0.4:
4095-
version "23.0.4"
4096-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4097-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4118+
eslint-plugin-jest@24.3.6:
4119+
version "24.3.6"
4120+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
4121+
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
40984122
dependencies:
4099-
"@typescript-eslint/experimental-utils" "^2.5.0"
4123+
"@typescript-eslint/experimental-utils" "^4.0.1"
41004124

41014125
41024126
version "0.5.0"
@@ -4118,11 +4142,23 @@ eslint-utils@^1.4.3:
41184142
dependencies:
41194143
eslint-visitor-keys "^1.1.0"
41204144

4145+
eslint-utils@^2.0.0:
4146+
version "2.1.0"
4147+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4148+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4149+
dependencies:
4150+
eslint-visitor-keys "^1.1.0"
4151+
41214152
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
41224153
version "1.1.0"
41234154
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
41244155
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
41254156

4157+
eslint-visitor-keys@^2.0.0:
4158+
version "2.0.0"
4159+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4160+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4161+
41264162
41274163
version "6.7.2"
41284164
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4995,6 +5031,18 @@ globby@^11.0.0:
49955031
merge2 "^1.3.0"
49965032
slash "^3.0.0"
49975033

5034+
globby@^11.0.1:
5035+
version "11.0.3"
5036+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
5037+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
5038+
dependencies:
5039+
array-union "^2.1.0"
5040+
dir-glob "^3.0.1"
5041+
fast-glob "^3.1.1"
5042+
ignore "^5.1.4"
5043+
merge2 "^1.3.0"
5044+
slash "^3.0.0"
5045+
49985046
got@^11.6.2:
49995047
version "11.8.2"
50005048
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599"

0 commit comments

Comments
 (0)