Skip to content

Commit 1d43508

Browse files
chore: update dependency eslint-plugin-jest to v28.8.3 (#4136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d6fb4a commit 1d43508

File tree

1 file changed

+21
-54
lines changed

1 file changed

+21
-54
lines changed

Diff for: yarn.lock

+21-54
Original file line numberDiff line numberDiff line change
@@ -2484,14 +2484,6 @@
24842484
"@typescript-eslint/visitor-keys" "8.4.0"
24852485
debug "^4.3.4"
24862486

2487-
"@typescript-eslint/[email protected]":
2488-
version "8.0.1"
2489-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e"
2490-
integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==
2491-
dependencies:
2492-
"@typescript-eslint/types" "8.0.1"
2493-
"@typescript-eslint/visitor-keys" "8.0.1"
2494-
24952487
"@typescript-eslint/[email protected]":
24962488
version "8.4.0"
24972489
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
@@ -2510,30 +2502,11 @@
25102502
debug "^4.3.4"
25112503
ts-api-utils "^1.3.0"
25122504

2513-
"@typescript-eslint/[email protected]":
2514-
version "8.0.1"
2515-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
2516-
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
2517-
25182505
"@typescript-eslint/[email protected]":
25192506
version "8.4.0"
25202507
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
25212508
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
25222509

2523-
"@typescript-eslint/[email protected]":
2524-
version "8.0.1"
2525-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866"
2526-
integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==
2527-
dependencies:
2528-
"@typescript-eslint/types" "8.0.1"
2529-
"@typescript-eslint/visitor-keys" "8.0.1"
2530-
debug "^4.3.4"
2531-
globby "^11.1.0"
2532-
is-glob "^4.0.3"
2533-
minimatch "^9.0.4"
2534-
semver "^7.6.0"
2535-
ts-api-utils "^1.3.0"
2536-
25372510
"@typescript-eslint/[email protected]":
25382511
version "8.4.0"
25392512
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
@@ -2548,7 +2521,7 @@
25482521
semver "^7.6.0"
25492522
ts-api-utils "^1.3.0"
25502523

2551-
"@typescript-eslint/[email protected]":
2524+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
25522525
version "8.4.0"
25532526
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
25542527
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
@@ -2558,24 +2531,6 @@
25582531
"@typescript-eslint/types" "8.4.0"
25592532
"@typescript-eslint/typescript-estree" "8.4.0"
25602533

2561-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2562-
version "8.0.1"
2563-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a"
2564-
integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==
2565-
dependencies:
2566-
"@eslint-community/eslint-utils" "^4.4.0"
2567-
"@typescript-eslint/scope-manager" "8.0.1"
2568-
"@typescript-eslint/types" "8.0.1"
2569-
"@typescript-eslint/typescript-estree" "8.0.1"
2570-
2571-
"@typescript-eslint/[email protected]":
2572-
version "8.0.1"
2573-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778"
2574-
integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==
2575-
dependencies:
2576-
"@typescript-eslint/types" "8.0.1"
2577-
eslint-visitor-keys "^3.4.3"
2578-
25792534
"@typescript-eslint/[email protected]":
25802535
version "8.4.0"
25812536
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
@@ -3955,7 +3910,14 @@ debug@^3.2.7:
39553910
dependencies:
39563911
ms "^2.1.1"
39573912

3958-
debug@^4.3.4, debug@^4.3.5, debug@~4.3.6:
3913+
debug@^4.3.4:
3914+
version "4.3.7"
3915+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
3916+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
3917+
dependencies:
3918+
ms "^2.1.3"
3919+
3920+
debug@^4.3.5, debug@~4.3.6:
39593921
version "4.3.6"
39603922
resolved "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
39613923
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -4474,9 +4436,9 @@ eslint-plugin-import@^2.30.0:
44744436
tsconfig-paths "^3.15.0"
44754437

44764438
eslint-plugin-jest@^28.8.2:
4477-
version "28.8.2"
4478-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.2.tgz#7f8307179c5cf8d51101b3aa002be168daadecbc"
4479-
integrity sha512-mC3OyklHmS5i7wYU1rGId9EnxRI8TVlnFG56AE+8U9iRy6zwaNygZR+DsdZuCL0gRG0wVeyzq+uWcPt6yJrrMA==
4439+
version "28.8.3"
4440+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
4441+
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
44804442
dependencies:
44814443
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
44824444

@@ -5178,7 +5140,7 @@ globalthis@^1.0.3:
51785140
dependencies:
51795141
define-properties "^1.1.3"
51805142

5181-
globby@^11.0.2, globby@^11.1.0:
5143+
globby@^11.0.2:
51825144
version "11.1.0"
51835145
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
51845146
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5414,7 +5376,12 @@ ignore@^5.0.4:
54145376
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz"
54155377
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
54165378

5417-
ignore@^5.2.0, ignore@^5.3.1:
5379+
ignore@^5.2.0:
5380+
version "5.3.2"
5381+
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
5382+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
5383+
5384+
ignore@^5.3.1:
54185385
version "5.3.1"
54195386
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
54205387
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -6721,9 +6688,9 @@ [email protected]:
67216688
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
67226689
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
67236690

6724-
ms@^2.0.0, ms@^2.1.1:
6691+
ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
67256692
version "2.1.3"
6726-
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
6693+
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
67276694
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
67286695

67296696
multimatch@^5.0.0:

0 commit comments

Comments
 (0)