Skip to content

Commit fd3c62c

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 d926b61 commit fd3c62c

File tree

2 files changed

+49
-37
lines changed

2 files changed

+49
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint": "6.7.2",
5353
"eslint-config-airbnb-base": "14.0.0",
5454
"eslint-plugin-import": "2.18.2",
55-
"eslint-plugin-jest": "23.0.4",
55+
"eslint-plugin-jest": "24.3.6",
5656
"eslint-plugin-sonarjs": "0.5.0",
5757
"husky": "4.2.5",
5858
"jest": "26.6.3",

yarn.lock

Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,11 +1937,6 @@
19371937
jest-diff "^25.2.1"
19381938
pretty-format "^25.2.1"
19391939

1940-
"@types/json-schema@^7.0.3":
1941-
version "7.0.4"
1942-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
1943-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
1944-
19451940
"@types/json-schema@^7.0.7":
19461941
version "7.0.7"
19471942
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
@@ -2059,14 +2054,17 @@
20592054
eslint-scope "^5.1.1"
20602055
eslint-utils "^3.0.0"
20612056

2062-
"@typescript-eslint/experimental-utils@^2.5.0":
2063-
version "2.18.0"
2064-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
2065-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
2057+
"@typescript-eslint/experimental-utils@^4.0.1":
2058+
version "4.28.2"
2059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.2.tgz#4ebdec06a10888e9326e1d51d81ad52a361bd0b0"
2060+
integrity sha512-MwHPsL6qo98RC55IoWWP8/opTykjTp4JzfPu1VfO2Z0MshNP0UZ1GEV5rYSSnZSUI8VD7iHvtIPVGW5Nfh7klQ==
20662061
dependencies:
2067-
"@types/json-schema" "^7.0.3"
2068-
"@typescript-eslint/typescript-estree" "2.18.0"
2069-
eslint-scope "^5.0.0"
2062+
"@types/json-schema" "^7.0.7"
2063+
"@typescript-eslint/scope-manager" "4.28.2"
2064+
"@typescript-eslint/types" "4.28.2"
2065+
"@typescript-eslint/typescript-estree" "4.28.2"
2066+
eslint-scope "^5.1.1"
2067+
eslint-utils "^3.0.0"
20702068

20712069
"@typescript-eslint/[email protected]":
20722070
version "4.27.0"
@@ -2086,23 +2084,23 @@
20862084
"@typescript-eslint/types" "4.27.0"
20872085
"@typescript-eslint/visitor-keys" "4.27.0"
20882086

2087+
"@typescript-eslint/[email protected]":
2088+
version "4.28.2"
2089+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.2.tgz#451dce90303a3ce283750111495d34c9c204e510"
2090+
integrity sha512-MqbypNjIkJFEFuOwPWNDjq0nqXAKZvDNNs9yNseoGBB1wYfz1G0WHC2AVOy4XD7di3KCcW3+nhZyN6zruqmp2A==
2091+
dependencies:
2092+
"@typescript-eslint/types" "4.28.2"
2093+
"@typescript-eslint/visitor-keys" "4.28.2"
2094+
20892095
"@typescript-eslint/[email protected]":
20902096
version "4.27.0"
20912097
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
20922098
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
20932099

2094-
"@typescript-eslint/[email protected]":
2095-
version "2.18.0"
2096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
2097-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
2098-
dependencies:
2099-
debug "^4.1.1"
2100-
eslint-visitor-keys "^1.1.0"
2101-
glob "^7.1.6"
2102-
is-glob "^4.0.1"
2103-
lodash "^4.17.15"
2104-
semver "^6.3.0"
2105-
tsutils "^3.17.1"
2100+
"@typescript-eslint/[email protected]":
2101+
version "4.28.2"
2102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
2103+
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
21062104

21072105
"@typescript-eslint/[email protected]":
21082106
version "4.27.0"
@@ -2117,6 +2115,19 @@
21172115
semver "^7.3.5"
21182116
tsutils "^3.21.0"
21192117

2118+
"@typescript-eslint/[email protected]":
2119+
version "4.28.2"
2120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.2.tgz#680129b2a285289a15e7c6108c84739adf3a798c"
2121+
integrity sha512-86lLstLvK6QjNZjMoYUBMMsULFw0hPHJlk1fzhAVoNjDBuPVxiwvGuPQq3fsBMCxuDJwmX87tM/AXoadhHRljg==
2122+
dependencies:
2123+
"@typescript-eslint/types" "4.28.2"
2124+
"@typescript-eslint/visitor-keys" "4.28.2"
2125+
debug "^4.3.1"
2126+
globby "^11.0.3"
2127+
is-glob "^4.0.1"
2128+
semver "^7.3.5"
2129+
tsutils "^3.21.0"
2130+
21202131
"@typescript-eslint/[email protected]":
21212132
version "4.27.0"
21222133
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -2125,6 +2136,14 @@
21252136
"@typescript-eslint/types" "4.27.0"
21262137
eslint-visitor-keys "^2.0.0"
21272138

2139+
"@typescript-eslint/[email protected]":
2140+
version "4.28.2"
2141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.2.tgz#bf56a400857bb68b59b311e6d0a5fbef5c3b5130"
2142+
integrity sha512-aT2B4PLyyRDUVUafXzpZFoc0C9t0za4BJAKP5sgWIhG+jHECQZUEjuQSCIwZdiJJ4w4cgu5r3Kh20SOdtEBl0w==
2143+
dependencies:
2144+
"@typescript-eslint/types" "4.28.2"
2145+
eslint-visitor-keys "^2.0.0"
2146+
21282147
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
21292148
version "1.3.5"
21302149
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4143,12 +4162,12 @@ [email protected]:
41434162
read-pkg-up "^2.0.0"
41444163
resolve "^1.11.0"
41454164

4146-
eslint-plugin-jest@23.0.4:
4147-
version "23.0.4"
4148-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4149-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4165+
eslint-plugin-jest@24.3.6:
4166+
version "24.3.6"
4167+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
4168+
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
41504169
dependencies:
4151-
"@typescript-eslint/experimental-utils" "^2.5.0"
4170+
"@typescript-eslint/experimental-utils" "^4.0.1"
41524171

41534172
41544173
version "0.5.0"
@@ -10578,13 +10597,6 @@ tslib@^1.8.1, tslib@^1.9.0:
1057810597
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1057910598
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1058010599

10581-
tsutils@^3.17.1:
10582-
version "3.17.1"
10583-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
10584-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
10585-
dependencies:
10586-
tslib "^1.8.1"
10587-
1058810600
tsutils@^3.21.0:
1058910601
version "3.21.0"
1059010602
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)