Skip to content

Commit bca4ec9

Browse files
build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 24.4.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.0.4 to 24.4.0. - [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.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 015a87d commit bca4ec9

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
@@ -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": "24.4.0",
5757
"eslint-plugin-sonarjs": "0.5.0",
5858
"husky": "4.2.5",
5959
"jest": "26.6.3",

yarn.lock

Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,11 +1971,6 @@
19711971
jest-diff "^25.2.1"
19721972
pretty-format "^25.2.1"
19731973

1974-
"@types/json-schema@^7.0.3":
1975-
version "7.0.4"
1976-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
1977-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
1978-
19791974
"@types/json-schema@^7.0.7":
19801975
version "7.0.7"
19811976
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
@@ -2116,14 +2111,17 @@
21162111
eslint-scope "^5.1.1"
21172112
eslint-utils "^3.0.0"
21182113

2119-
"@typescript-eslint/experimental-utils@^2.5.0":
2120-
version "2.18.0"
2121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
2122-
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
2114+
"@typescript-eslint/experimental-utils@^4.0.1":
2115+
version "4.28.5"
2116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
2117+
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
21232118
dependencies:
2124-
"@types/json-schema" "^7.0.3"
2125-
"@typescript-eslint/typescript-estree" "2.18.0"
2126-
eslint-scope "^5.0.0"
2119+
"@types/json-schema" "^7.0.7"
2120+
"@typescript-eslint/scope-manager" "4.28.5"
2121+
"@typescript-eslint/types" "4.28.5"
2122+
"@typescript-eslint/typescript-estree" "4.28.5"
2123+
eslint-scope "^5.1.1"
2124+
eslint-utils "^3.0.0"
21272125

21282126
"@typescript-eslint/[email protected]":
21292127
version "4.27.0"
@@ -2143,23 +2141,23 @@
21432141
"@typescript-eslint/types" "4.27.0"
21442142
"@typescript-eslint/visitor-keys" "4.27.0"
21452143

2144+
"@typescript-eslint/[email protected]":
2145+
version "4.28.5"
2146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
2147+
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
2148+
dependencies:
2149+
"@typescript-eslint/types" "4.28.5"
2150+
"@typescript-eslint/visitor-keys" "4.28.5"
2151+
21462152
"@typescript-eslint/[email protected]":
21472153
version "4.27.0"
21482154
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
21492155
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
21502156

2151-
"@typescript-eslint/[email protected]":
2152-
version "2.18.0"
2153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
2154-
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
2155-
dependencies:
2156-
debug "^4.1.1"
2157-
eslint-visitor-keys "^1.1.0"
2158-
glob "^7.1.6"
2159-
is-glob "^4.0.1"
2160-
lodash "^4.17.15"
2161-
semver "^6.3.0"
2162-
tsutils "^3.17.1"
2157+
"@typescript-eslint/[email protected]":
2158+
version "4.28.5"
2159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
2160+
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
21632161

21642162
"@typescript-eslint/[email protected]":
21652163
version "4.27.0"
@@ -2174,6 +2172,19 @@
21742172
semver "^7.3.5"
21752173
tsutils "^3.21.0"
21762174

2175+
"@typescript-eslint/[email protected]":
2176+
version "4.28.5"
2177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
2178+
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
2179+
dependencies:
2180+
"@typescript-eslint/types" "4.28.5"
2181+
"@typescript-eslint/visitor-keys" "4.28.5"
2182+
debug "^4.3.1"
2183+
globby "^11.0.3"
2184+
is-glob "^4.0.1"
2185+
semver "^7.3.5"
2186+
tsutils "^3.21.0"
2187+
21772188
"@typescript-eslint/[email protected]":
21782189
version "4.27.0"
21792190
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -2182,6 +2193,14 @@
21822193
"@typescript-eslint/types" "4.27.0"
21832194
eslint-visitor-keys "^2.0.0"
21842195

2196+
"@typescript-eslint/[email protected]":
2197+
version "4.28.5"
2198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
2199+
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
2200+
dependencies:
2201+
"@typescript-eslint/types" "4.28.5"
2202+
eslint-visitor-keys "^2.0.0"
2203+
21852204
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
21862205
version "1.3.5"
21872206
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4200,12 +4219,12 @@ [email protected]:
42004219
read-pkg-up "^2.0.0"
42014220
resolve "^1.11.0"
42024221

4203-
eslint-plugin-jest@23.0.4:
4204-
version "23.0.4"
4205-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
4206-
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
4222+
eslint-plugin-jest@24.4.0:
4223+
version "24.4.0"
4224+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262"
4225+
integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==
42074226
dependencies:
4208-
"@typescript-eslint/experimental-utils" "^2.5.0"
4227+
"@typescript-eslint/experimental-utils" "^4.0.1"
42094228

42104229
42114230
version "0.5.0"
@@ -10635,13 +10654,6 @@ tslib@^1.8.1, tslib@^1.9.0:
1063510654
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1063610655
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1063710656

10638-
tsutils@^3.17.1:
10639-
version "3.17.1"
10640-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
10641-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
10642-
dependencies:
10643-
tslib "^1.8.1"
10644-
1064510657
tsutils@^3.21.0:
1064610658
version "3.21.0"
1064710659
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)