Skip to content

Commit 46f8cb6

Browse files
Bump eslint-plugin-jest from 27.9.0 to 28.8.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.8.3. - [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.8.3) --- 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 354c8e9 commit 46f8cb6

File tree

2 files changed

+94
-7
lines changed

2 files changed

+94
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"c8": "^7.12.0",
7676
"eslint": "^8.19.0",
7777
"eslint-config-prettier": "^9.0.0",
78-
"eslint-plugin-jest": "^27.0.4",
78+
"eslint-plugin-jest": "^28.8.3",
7979
"eslint-plugin-prettier": "^5.0.1",
8080
"eslint-plugin-react": "^7.30.1",
8181
"jsdom": "^22.0.0",

yarn.lock

+93-6
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,13 @@
417417
dependencies:
418418
eslint-visitor-keys "^3.3.0"
419419

420+
"@eslint-community/eslint-utils@^4.4.0":
421+
version "4.4.0"
422+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
423+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
424+
dependencies:
425+
eslint-visitor-keys "^3.3.0"
426+
420427
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
421428
version "4.6.2"
422429
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -758,6 +765,14 @@
758765
"@typescript-eslint/types" "5.62.0"
759766
"@typescript-eslint/visitor-keys" "5.62.0"
760767

768+
"@typescript-eslint/scope-manager@8.4.0":
769+
version "8.4.0"
770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
771+
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
772+
dependencies:
773+
"@typescript-eslint/types" "8.4.0"
774+
"@typescript-eslint/visitor-keys" "8.4.0"
775+
761776
"@typescript-eslint/type-utils@5.62.0":
762777
version "5.62.0"
763778
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -773,6 +788,11 @@
773788
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
774789
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
775790

791+
"@typescript-eslint/types@8.4.0":
792+
version "8.4.0"
793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
794+
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
795+
776796
"@typescript-eslint/typescript-estree@5.62.0":
777797
version "5.62.0"
778798
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -786,7 +806,21 @@
786806
semver "^7.3.7"
787807
tsutils "^3.21.0"
788808

789-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
809+
"@typescript-eslint/typescript-estree@8.4.0":
810+
version "8.4.0"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
812+
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
813+
dependencies:
814+
"@typescript-eslint/types" "8.4.0"
815+
"@typescript-eslint/visitor-keys" "8.4.0"
816+
debug "^4.3.4"
817+
fast-glob "^3.3.2"
818+
is-glob "^4.0.3"
819+
minimatch "^9.0.4"
820+
semver "^7.6.0"
821+
ts-api-utils "^1.3.0"
822+
823+
"@typescript-eslint/utils@5.62.0":
790824
version "5.62.0"
791825
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
792826
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -800,6 +834,16 @@
800834
eslint-scope "^5.1.1"
801835
semver "^7.3.7"
802836

837+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
838+
version "8.4.0"
839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
840+
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
841+
dependencies:
842+
"@eslint-community/eslint-utils" "^4.4.0"
843+
"@typescript-eslint/scope-manager" "8.4.0"
844+
"@typescript-eslint/types" "8.4.0"
845+
"@typescript-eslint/typescript-estree" "8.4.0"
846+
803847
"@typescript-eslint/visitor-keys@5.62.0":
804848
version "5.62.0"
805849
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -808,6 +852,14 @@
808852
"@typescript-eslint/types" "5.62.0"
809853
eslint-visitor-keys "^3.3.0"
810854

855+
"@typescript-eslint/visitor-keys@8.4.0":
856+
version "8.4.0"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
858+
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
859+
dependencies:
860+
"@typescript-eslint/types" "8.4.0"
861+
eslint-visitor-keys "^3.4.3"
862+
811863
"@ungap/structured-clone@^1.2.0":
812864
version "1.2.0"
813865
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1069,6 +1121,13 @@ brace-expansion@^1.1.7:
10691121
balanced-match "^1.0.0"
10701122
concat-map "0.0.1"
10711123

1124+
brace-expansion@^2.0.1:
1125+
version "2.0.1"
1126+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1127+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1128+
dependencies:
1129+
balanced-match "^1.0.0"
1130+
10721131
braces@^3.0.2:
10731132
version "3.0.2"
10741133
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1695,12 +1754,12 @@ eslint-config-prettier@^9.0.0:
16951754
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
16961755
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
16971756

1698-
eslint-plugin-jest@^27.0.4:
1699-
version "27.9.0"
1700-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
1701-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
1757+
eslint-plugin-jest@^28.8.3:
1758+
version "28.8.3"
1759+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
1760+
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
17021761
dependencies:
1703-
"@typescript-eslint/utils" "^5.10.0"
1762+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
17041763

17051764
eslint-plugin-prettier@^5.0.1:
17061765
version "5.1.3"
@@ -1863,6 +1922,17 @@ fast-glob@^3.2.9:
18631922
merge2 "^1.3.0"
18641923
micromatch "^4.0.4"
18651924

1925+
fast-glob@^3.3.2:
1926+
version "3.3.2"
1927+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1928+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1929+
dependencies:
1930+
"@nodelib/fs.stat" "^2.0.2"
1931+
"@nodelib/fs.walk" "^1.2.3"
1932+
glob-parent "^5.1.2"
1933+
merge2 "^1.3.0"
1934+
micromatch "^4.0.4"
1935+
18661936
fast-json-stable-stringify@^2.0.0:
18671937
version "2.1.0"
18681938
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2775,6 +2845,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27752845
dependencies:
27762846
brace-expansion "^1.1.7"
27772847

2848+
minimatch@^9.0.4:
2849+
version "9.0.5"
2850+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2851+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2852+
dependencies:
2853+
brace-expansion "^2.0.1"
2854+
27782855
mlly@^1.1.1:
27792856
version "1.1.1"
27802857
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.1.1.tgz#f1838b14795e2cc284aa4ebcc76a258a52e6f537"
@@ -3385,6 +3462,11 @@ semver@^7.3.7:
33853462
dependencies:
33863463
lru-cache "^6.0.0"
33873464

3465+
semver@^7.6.0:
3466+
version "7.6.3"
3467+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3468+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3469+
33883470
set-function-length@^1.2.1:
33893471
version "1.2.1"
33903472
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -3730,6 +3812,11 @@ tr46@^4.1.1:
37303812
dependencies:
37313813
punycode "^2.3.0"
37323814

3815+
ts-api-utils@^1.3.0:
3816+
version "1.3.0"
3817+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3818+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3819+
37333820
ts-node@^10.9.1:
37343821
version "10.9.1"
37353822
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"

0 commit comments

Comments
 (0)