Skip to content

Commit 8243b09

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 f39db40 commit 8243b09

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
@@ -2028,28 +2028,52 @@
20282028
dependencies:
20292029
"@types/yargs-parser" "*"
20302030

2031-
"@typescript-eslint/experimental-utils@^2.5.0":
2032-
version "2.18.0"
2033-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
2034-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
2031+
"@typescript-eslint/experimental-utils@^4.0.1":
2032+
version "4.25.0"
2033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
2034+
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
20352035
dependencies:
20362036
"@types/json-schema" "^7.0.3"
2037-
"@typescript-eslint/typescript-estree" "2.18.0"
2037+
"@typescript-eslint/scope-manager" "4.25.0"
2038+
"@typescript-eslint/types" "4.25.0"
2039+
"@typescript-eslint/typescript-estree" "4.25.0"
20382040
eslint-scope "^5.0.0"
2041+
eslint-utils "^2.0.0"
20392042

2040-
"@typescript-eslint/[email protected].0":
2041-
version "2.18.0"
2042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
2043-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
2043+
"@typescript-eslint/[email protected].0":
2044+
version "4.25.0"
2045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
2046+
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
20442047
dependencies:
2048+
"@typescript-eslint/types" "4.25.0"
2049+
"@typescript-eslint/visitor-keys" "4.25.0"
2050+
2051+
"@typescript-eslint/[email protected]":
2052+
version "4.25.0"
2053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
2054+
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
2055+
2056+
"@typescript-eslint/[email protected]":
2057+
version "4.25.0"
2058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
2059+
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
2060+
dependencies:
2061+
"@typescript-eslint/types" "4.25.0"
2062+
"@typescript-eslint/visitor-keys" "4.25.0"
20452063
debug "^4.1.1"
2046-
eslint-visitor-keys "^1.1.0"
2047-
glob "^7.1.6"
2064+
globby "^11.0.1"
20482065
is-glob "^4.0.1"
2049-
lodash "^4.17.15"
2050-
semver "^6.3.0"
2066+
semver "^7.3.2"
20512067
tsutils "^3.17.1"
20522068

2069+
"@typescript-eslint/[email protected]":
2070+
version "4.25.0"
2071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
2072+
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
2073+
dependencies:
2074+
"@typescript-eslint/types" "4.25.0"
2075+
eslint-visitor-keys "^2.0.0"
2076+
20532077
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
20542078
version "1.3.5"
20552079
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4061,12 +4085,12 @@ [email protected]:
40614085
read-pkg-up "^2.0.0"
40624086
resolve "^1.11.0"
40634087

4064-
eslint-plugin-jest@23.0.4:
4065-
version "23.0.4"
4066-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4067-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4088+
eslint-plugin-jest@24.3.6:
4089+
version "24.3.6"
4090+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
4091+
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
40684092
dependencies:
4069-
"@typescript-eslint/experimental-utils" "^2.5.0"
4093+
"@typescript-eslint/experimental-utils" "^4.0.1"
40704094

40714095
40724096
version "0.5.0"
@@ -4088,11 +4112,23 @@ eslint-utils@^1.4.3:
40884112
dependencies:
40894113
eslint-visitor-keys "^1.1.0"
40904114

4115+
eslint-utils@^2.0.0:
4116+
version "2.1.0"
4117+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4118+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4119+
dependencies:
4120+
eslint-visitor-keys "^1.1.0"
4121+
40914122
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
40924123
version "1.1.0"
40934124
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
40944125
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
40954126

4127+
eslint-visitor-keys@^2.0.0:
4128+
version "2.1.0"
4129+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4130+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4131+
40964132
40974133
version "6.7.2"
40984134
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
@@ -4960,6 +4996,18 @@ globby@^11.0.0:
49604996
merge2 "^1.3.0"
49614997
slash "^3.0.0"
49624998

4999+
globby@^11.0.1:
5000+
version "11.0.3"
5001+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
5002+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
5003+
dependencies:
5004+
array-union "^2.1.0"
5005+
dir-glob "^3.0.1"
5006+
fast-glob "^3.1.1"
5007+
ignore "^5.1.4"
5008+
merge2 "^1.3.0"
5009+
slash "^3.0.0"
5010+
49635011
got@^11.6.2:
49645012
version "11.8.2"
49655013
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599"

0 commit comments

Comments
 (0)