Skip to content

Commit 968a8c2

Browse files
Bump eslint-plugin-jest from 28.5.0 to 28.9.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.5.0 to 28.9.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@v28.5.0...v28.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8fd8bd commit 968a8c2

File tree

2 files changed

+57
-7
lines changed

2 files changed

+57
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"eslint": "^8.57.0",
169169
"eslint-config-prettier": "^9.1.0",
170170
"eslint-plugin-import": "^2.29.0",
171-
"eslint-plugin-jest": "^28.5.0",
171+
"eslint-plugin-jest": "^28.9.0",
172172
"eslint-plugin-jsx-a11y": "^6.8.0",
173173
"eslint-plugin-prettier": "^5.1.3",
174174
"eslint-plugin-react": "^7.34.0",

yarn.lock

+56-6
Original file line numberDiff line numberDiff line change
@@ -3027,6 +3027,14 @@
30273027
"@typescript-eslint/types" "7.13.0"
30283028
"@typescript-eslint/visitor-keys" "7.13.0"
30293029

3030+
"@typescript-eslint/[email protected]":
3031+
version "8.17.0"
3032+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
3033+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
3034+
dependencies:
3035+
"@typescript-eslint/types" "8.17.0"
3036+
"@typescript-eslint/visitor-keys" "8.17.0"
3037+
30303038
"@typescript-eslint/[email protected]":
30313039
version "7.13.0"
30323040
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz#4587282b5227a23753ea8b233805ecafc3924c76"
@@ -3047,6 +3055,11 @@
30473055
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.0.tgz#0cca95edf1f1fdb0cfe1bb875e121b49617477c5"
30483056
integrity sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==
30493057

3058+
"@typescript-eslint/[email protected]":
3059+
version "8.17.0"
3060+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
3061+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
3062+
30503063
"@typescript-eslint/[email protected]":
30513064
version "5.62.0"
30523065
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -3074,7 +3087,21 @@
30743087
semver "^7.6.0"
30753088
ts-api-utils "^1.3.0"
30763089

3077-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
3090+
"@typescript-eslint/[email protected]":
3091+
version "8.17.0"
3092+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
3093+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
3094+
dependencies:
3095+
"@typescript-eslint/types" "8.17.0"
3096+
"@typescript-eslint/visitor-keys" "8.17.0"
3097+
debug "^4.3.4"
3098+
fast-glob "^3.3.2"
3099+
is-glob "^4.0.3"
3100+
minimatch "^9.0.4"
3101+
semver "^7.6.0"
3102+
ts-api-utils "^1.3.0"
3103+
3104+
"@typescript-eslint/[email protected]":
30783105
version "7.13.0"
30793106
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004"
30803107
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
@@ -3098,6 +3125,16 @@
30983125
eslint-scope "^5.1.1"
30993126
semver "^7.3.7"
31003127

3128+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3129+
version "8.17.0"
3130+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
3131+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
3132+
dependencies:
3133+
"@eslint-community/eslint-utils" "^4.4.0"
3134+
"@typescript-eslint/scope-manager" "8.17.0"
3135+
"@typescript-eslint/types" "8.17.0"
3136+
"@typescript-eslint/typescript-estree" "8.17.0"
3137+
31013138
"@typescript-eslint/[email protected]":
31023139
version "5.62.0"
31033140
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -3114,6 +3151,14 @@
31143151
"@typescript-eslint/types" "7.13.0"
31153152
eslint-visitor-keys "^3.4.3"
31163153

3154+
"@typescript-eslint/[email protected]":
3155+
version "8.17.0"
3156+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
3157+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
3158+
dependencies:
3159+
"@typescript-eslint/types" "8.17.0"
3160+
eslint-visitor-keys "^4.2.0"
3161+
31173162
"@ungap/structured-clone@^1.2.0":
31183163
version "1.2.0"
31193164
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -5596,12 +5641,12 @@ eslint-plugin-import@^2.29.0:
55965641
semver "^6.3.1"
55975642
tsconfig-paths "^3.14.2"
55985643

5599-
eslint-plugin-jest@^28.5.0:
5600-
version "28.5.0"
5601-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
5602-
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
5644+
eslint-plugin-jest@^28.9.0:
5645+
version "28.9.0"
5646+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
5647+
integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
56035648
dependencies:
5604-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
5649+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
56055650

56065651
eslint-plugin-jsx-a11y@^6.8.0:
56075652
version "6.8.0"
@@ -5690,6 +5735,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
56905735
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
56915736
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
56925737

5738+
eslint-visitor-keys@^4.2.0:
5739+
version "4.2.0"
5740+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5741+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5742+
56935743
eslint-webpack-plugin@^4.2.0:
56945744
version "4.2.0"
56955745
resolved "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"

0 commit comments

Comments
 (0)