Skip to content

Commit 860a06e

Browse files
Bump eslint-plugin-jest from 27.9.0 to 28.10.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.10.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@v27.9.0...v28.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7179c66 commit 860a06e

File tree

2 files changed

+99
-7
lines changed

2 files changed

+99
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"c8": "^7.12.0",
7777
"eslint": "^8.19.0",
7878
"eslint-config-prettier": "^9.0.0",
79-
"eslint-plugin-jest": "^27.0.4",
79+
"eslint-plugin-jest": "^28.10.0",
8080
"eslint-plugin-prettier": "^5.0.1",
8181
"eslint-plugin-react": "^7.30.1",
8282
"jsdom": "^22.0.0",

yarn.lock

+98-6
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,13 @@
410410
dependencies:
411411
eslint-visitor-keys "^3.3.0"
412412

413+
"@eslint-community/eslint-utils@^4.4.0":
414+
version "4.4.1"
415+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
416+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
417+
dependencies:
418+
eslint-visitor-keys "^3.4.3"
419+
413420
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
414421
version "4.6.2"
415422
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -1929,6 +1936,14 @@
19291936
"@typescript-eslint/types" "5.62.0"
19301937
"@typescript-eslint/visitor-keys" "5.62.0"
19311938

1939+
"@typescript-eslint/scope-manager@8.18.1":
1940+
version "8.18.1"
1941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
1942+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
1943+
dependencies:
1944+
"@typescript-eslint/types" "8.18.1"
1945+
"@typescript-eslint/visitor-keys" "8.18.1"
1946+
19321947
"@typescript-eslint/type-utils@5.62.0":
19331948
version "5.62.0"
19341949
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1944,6 +1959,11 @@
19441959
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19451960
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19461961

1962+
"@typescript-eslint/types@8.18.1":
1963+
version "8.18.1"
1964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
1965+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
1966+
19471967
"@typescript-eslint/typescript-estree@5.62.0":
19481968
version "5.62.0"
19491969
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1957,7 +1977,21 @@
19571977
semver "^7.3.7"
19581978
tsutils "^3.21.0"
19591979

1960-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
1980+
"@typescript-eslint/typescript-estree@8.18.1":
1981+
version "8.18.1"
1982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
1983+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
1984+
dependencies:
1985+
"@typescript-eslint/types" "8.18.1"
1986+
"@typescript-eslint/visitor-keys" "8.18.1"
1987+
debug "^4.3.4"
1988+
fast-glob "^3.3.2"
1989+
is-glob "^4.0.3"
1990+
minimatch "^9.0.4"
1991+
semver "^7.6.0"
1992+
ts-api-utils "^1.3.0"
1993+
1994+
"@typescript-eslint/utils@5.62.0":
19611995
version "5.62.0"
19621996
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19631997
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1971,6 +2005,16 @@
19712005
eslint-scope "^5.1.1"
19722006
semver "^7.3.7"
19732007

2008+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2009+
version "8.18.1"
2010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
2011+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
2012+
dependencies:
2013+
"@eslint-community/eslint-utils" "^4.4.0"
2014+
"@typescript-eslint/scope-manager" "8.18.1"
2015+
"@typescript-eslint/types" "8.18.1"
2016+
"@typescript-eslint/typescript-estree" "8.18.1"
2017+
19742018
"@typescript-eslint/visitor-keys@5.62.0":
19752019
version "5.62.0"
19762020
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -1979,6 +2023,14 @@
19792023
"@typescript-eslint/types" "5.62.0"
19802024
eslint-visitor-keys "^3.3.0"
19812025

2026+
"@typescript-eslint/visitor-keys@8.18.1":
2027+
version "8.18.1"
2028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
2029+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
2030+
dependencies:
2031+
"@typescript-eslint/types" "8.18.1"
2032+
eslint-visitor-keys "^4.2.0"
2033+
19822034
"@ungap/structured-clone@^1.2.0":
19832035
version "1.2.0"
19842036
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2230,6 +2282,13 @@ brace-expansion@^1.1.7:
22302282
balanced-match "^1.0.0"
22312283
concat-map "0.0.1"
22322284

2285+
brace-expansion@^2.0.1:
2286+
version "2.0.1"
2287+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2288+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2289+
dependencies:
2290+
balanced-match "^1.0.0"
2291+
22332292
braces@^3.0.3:
22342293
version "3.0.3"
22352294
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2853,12 +2912,12 @@ eslint-config-prettier@^9.0.0:
28532912
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
28542913
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
28552914

2856-
eslint-plugin-jest@^27.0.4:
2857-
version "27.9.0"
2858-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
2859-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
2915+
eslint-plugin-jest@^28.10.0:
2916+
version "28.10.0"
2917+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea"
2918+
integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==
28602919
dependencies:
2861-
"@typescript-eslint/utils" "^5.10.0"
2920+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
28622921

28632922
eslint-plugin-prettier@^5.0.1:
28642923
version "5.1.3"
@@ -2913,6 +2972,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
29132972
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
29142973
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
29152974

2975+
eslint-visitor-keys@^4.2.0:
2976+
version "4.2.0"
2977+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2978+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2979+
29162980
eslint@^8.19.0:
29172981
version "8.57.1"
29182982
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3021,6 +3085,17 @@ fast-glob@^3.2.9:
30213085
merge2 "^1.3.0"
30223086
micromatch "^4.0.4"
30233087

3088+
fast-glob@^3.3.2:
3089+
version "3.3.2"
3090+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3091+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3092+
dependencies:
3093+
"@nodelib/fs.stat" "^2.0.2"
3094+
"@nodelib/fs.walk" "^1.2.3"
3095+
glob-parent "^5.1.2"
3096+
merge2 "^1.3.0"
3097+
micromatch "^4.0.4"
3098+
30243099
fast-json-stable-stringify@^2.0.0:
30253100
version "2.1.0"
30263101
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3915,6 +3990,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39153990
dependencies:
39163991
brace-expansion "^1.1.7"
39173992

3993+
minimatch@^9.0.4:
3994+
version "9.0.5"
3995+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3996+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3997+
dependencies:
3998+
brace-expansion "^2.0.1"
3999+
39184000
mlly@^1.1.1:
39194001
version "1.1.1"
39204002
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.1.1.tgz#f1838b14795e2cc284aa4ebcc76a258a52e6f537"
@@ -4563,6 +4645,11 @@ semver@^7.3.7:
45634645
dependencies:
45644646
lru-cache "^6.0.0"
45654647

4648+
semver@^7.6.0:
4649+
version "7.6.3"
4650+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4651+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4652+
45664653
set-function-length@^1.2.1:
45674654
version "1.2.1"
45684655
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -4911,6 +4998,11 @@ tr46@^4.1.1:
49114998
dependencies:
49124999
punycode "^2.3.0"
49135000

5001+
ts-api-utils@^1.3.0:
5002+
version "1.4.3"
5003+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
5004+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
5005+
49145006
ts-node@^10.9.1:
49155007
version "10.9.1"
49165008
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"

0 commit comments

Comments
 (0)