Skip to content

Commit 56691c4

Browse files
Update dependency eslint-plugin-jest to v28.5.0
1 parent 6b0d3a6 commit 56691c4

File tree

2 files changed

+19
-66
lines changed

2 files changed

+19
-66
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vercel/ncc": "0.38.1",
3535
"eslint": "7.32.0",
3636
"eslint-plugin-github": "4.1.5",
37-
"eslint-plugin-jest": "28.4.0",
37+
"eslint-plugin-jest": "28.5.0",
3838
"eslint-plugin-prettier": "5.1.3",
3939
"jest": "29.7.0",
4040
"jest-circus": "29.7.0",

yarn.lock

Lines changed: 18 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@
959959
expect "^29.0.0"
960960
pretty-format "^29.0.0"
961961

962-
"@types/json-schema@^7.0.12":
962+
"@types/json-schema@^7.0.15":
963963
version "7.0.15"
964964
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
965965
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -994,7 +994,7 @@
994994
dependencies:
995995
undici-types "~5.26.4"
996996

997-
"@types/semver@^7.5.0":
997+
"@types/semver@^7.5.8":
998998
version "7.5.8"
999999
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
10001000
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -1070,14 +1070,6 @@
10701070
"@typescript-eslint/types" "4.29.0"
10711071
"@typescript-eslint/visitor-keys" "4.29.0"
10721072

1073-
"@typescript-eslint/scope-manager@6.21.0":
1074-
version "6.21.0"
1075-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1076-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1077-
dependencies:
1078-
"@typescript-eslint/types" "6.21.0"
1079-
"@typescript-eslint/visitor-keys" "6.21.0"
1080-
10811073
"@typescript-eslint/scope-manager@7.8.0":
10821074
version "7.8.0"
10831075
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
@@ -1091,11 +1083,6 @@
10911083
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.0.tgz#c8f1a1e4441ea4aca9b3109241adbc145f7f8a4e"
10921084
integrity sha512-2YJM6XfWfi8pgU2HRhTp7WgRw78TCRO3dOmSpAvIQ8MOv4B46JD2chnhpNT7Jq8j0APlIbzO1Bach734xxUl4A==
10931085

1094-
"@typescript-eslint/types@6.21.0":
1095-
version "6.21.0"
1096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1097-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1098-
10991086
"@typescript-eslint/types@7.8.0":
11001087
version "7.8.0"
11011088
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
@@ -1114,20 +1101,6 @@
11141101
semver "^7.3.5"
11151102
tsutils "^3.21.0"
11161103

1117-
"@typescript-eslint/typescript-estree@6.21.0":
1118-
version "6.21.0"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1120-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1121-
dependencies:
1122-
"@typescript-eslint/types" "6.21.0"
1123-
"@typescript-eslint/visitor-keys" "6.21.0"
1124-
debug "^4.3.4"
1125-
globby "^11.1.0"
1126-
is-glob "^4.0.3"
1127-
minimatch "9.0.3"
1128-
semver "^7.5.4"
1129-
ts-api-utils "^1.0.1"
1130-
11311104
"@typescript-eslint/typescript-estree@7.8.0":
11321105
version "7.8.0"
11331106
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
@@ -1142,18 +1115,18 @@
11421115
semver "^7.6.0"
11431116
ts-api-utils "^1.3.0"
11441117

1145-
"@typescript-eslint/utils@^6.0.0":
1146-
version "6.21.0"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1148-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1118+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0":
1119+
version "7.8.0"
1120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
1121+
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
11491122
dependencies:
11501123
"@eslint-community/eslint-utils" "^4.4.0"
1151-
"@types/json-schema" "^7.0.12"
1152-
"@types/semver" "^7.5.0"
1153-
"@typescript-eslint/scope-manager" "6.21.0"
1154-
"@typescript-eslint/types" "6.21.0"
1155-
"@typescript-eslint/typescript-estree" "6.21.0"
1156-
semver "^7.5.4"
1124+
"@types/json-schema" "^7.0.15"
1125+
"@types/semver" "^7.5.8"
1126+
"@typescript-eslint/scope-manager" "7.8.0"
1127+
"@typescript-eslint/types" "7.8.0"
1128+
"@typescript-eslint/typescript-estree" "7.8.0"
1129+
semver "^7.6.0"
11571130

11581131
"@typescript-eslint/visitor-keys@4.29.0":
11591132
version "4.29.0"
@@ -1163,14 +1136,6 @@
11631136
"@typescript-eslint/types" "4.29.0"
11641137
eslint-visitor-keys "^2.0.0"
11651138

1166-
"@typescript-eslint/visitor-keys@6.21.0":
1167-
version "6.21.0"
1168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1169-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1170-
dependencies:
1171-
"@typescript-eslint/types" "6.21.0"
1172-
eslint-visitor-keys "^3.4.1"
1173-
11741139
"@typescript-eslint/visitor-keys@7.8.0":
11751140
version "7.8.0"
11761141
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
@@ -1879,12 +1844,12 @@ eslint-plugin-import@^2.22.1:
18791844
resolve "^1.20.0"
18801845
tsconfig-paths "^3.9.0"
18811846

1882-
eslint-plugin-jest@28.4.0:
1883-
version "28.4.0"
1884-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.4.0.tgz#213be88f799a35ca9d63ce1a30081bb32b8da765"
1885-
integrity sha512-ORVHiFPC8RQxHLyQJ37MxNilK9k+cPzjHz65T8gAbpYZunGutXvKqwfM3WXBCvFDF1QBeYJJu9LB/i5cuXBs+g==
1847+
eslint-plugin-jest@28.5.0:
1848+
version "28.5.0"
1849+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
1850+
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
18861851
dependencies:
1887-
"@typescript-eslint/utils" "^6.0.0"
1852+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
18881853

18891854
eslint-plugin-prettier@5.1.3:
18901855
version "5.1.3"
@@ -1938,7 +1903,7 @@ eslint-visitor-keys@^2.0.0:
19381903
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
19391904
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
19401905

1941-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
1906+
eslint-visitor-keys@^3.3.0:
19421907
version "3.4.1"
19431908
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
19441909
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
@@ -3306,13 +3271,6 @@ mimic-fn@^4.0.0:
33063271
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
33073272
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
33083273

3309-
minimatch@9.0.3:
3310-
version "9.0.3"
3311-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3312-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3313-
dependencies:
3314-
brace-expansion "^2.0.1"
3315-
33163274
minimatch@^3.0.4:
33173275
version "3.0.4"
33183276
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -4111,11 +4069,6 @@ tr46@~0.0.3:
41114069
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
41124070
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
41134071

4114-
ts-api-utils@^1.0.1:
4115-
version "1.0.1"
4116-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
4117-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
4118-
41194072
ts-api-utils@^1.3.0:
41204073
version "1.3.0"
41214074
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"

0 commit comments

Comments
 (0)