Skip to content

Commit a34d129

Browse files
chore: update dependency eslint-plugin-jest to v28.11.0 (#4248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecb5d3a commit a34d129

File tree

1 file changed

+4
-54
lines changed

1 file changed

+4
-54
lines changed

yarn.lock

Lines changed: 4 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,14 +2293,6 @@
22932293
"@typescript-eslint/visitor-keys" "8.20.0"
22942294
debug "^4.3.4"
22952295

2296-
"@typescript-eslint/[email protected]":
2297-
version "8.18.1"
2298-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
2299-
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
2300-
dependencies:
2301-
"@typescript-eslint/types" "8.18.1"
2302-
"@typescript-eslint/visitor-keys" "8.18.1"
2303-
23042296
"@typescript-eslint/[email protected]":
23052297
version "8.20.0"
23062298
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
@@ -2319,30 +2311,11 @@
23192311
debug "^4.3.4"
23202312
ts-api-utils "^2.0.0"
23212313

2322-
"@typescript-eslint/[email protected]":
2323-
version "8.18.1"
2324-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
2325-
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
2326-
23272314
"@typescript-eslint/[email protected]":
23282315
version "8.20.0"
23292316
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
23302317
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
23312318

2332-
"@typescript-eslint/[email protected]":
2333-
version "8.18.1"
2334-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
2335-
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
2336-
dependencies:
2337-
"@typescript-eslint/types" "8.18.1"
2338-
"@typescript-eslint/visitor-keys" "8.18.1"
2339-
debug "^4.3.4"
2340-
fast-glob "^3.3.2"
2341-
is-glob "^4.0.3"
2342-
minimatch "^9.0.4"
2343-
semver "^7.6.0"
2344-
ts-api-utils "^1.3.0"
2345-
23462319
"@typescript-eslint/[email protected]":
23472320
version "8.20.0"
23482321
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
@@ -2357,7 +2330,7 @@
23572330
semver "^7.6.0"
23582331
ts-api-utils "^2.0.0"
23592332

2360-
"@typescript-eslint/[email protected]":
2333+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
23612334
version "8.20.0"
23622335
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
23632336
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
@@ -2367,24 +2340,6 @@
23672340
"@typescript-eslint/types" "8.20.0"
23682341
"@typescript-eslint/typescript-estree" "8.20.0"
23692342

2370-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2371-
version "8.18.1"
2372-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
2373-
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
2374-
dependencies:
2375-
"@eslint-community/eslint-utils" "^4.4.0"
2376-
"@typescript-eslint/scope-manager" "8.18.1"
2377-
"@typescript-eslint/types" "8.18.1"
2378-
"@typescript-eslint/typescript-estree" "8.18.1"
2379-
2380-
"@typescript-eslint/[email protected]":
2381-
version "8.18.1"
2382-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
2383-
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
2384-
dependencies:
2385-
"@typescript-eslint/types" "8.18.1"
2386-
eslint-visitor-keys "^4.2.0"
2387-
23882343
"@typescript-eslint/[email protected]":
23892344
version "8.20.0"
23902345
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
@@ -4157,9 +4112,9 @@ eslint-plugin-import@^2.30.0:
41574112
tsconfig-paths "^3.15.0"
41584113

41594114
eslint-plugin-jest@^28.8.2:
4160-
version "28.10.0"
4161-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea"
4162-
integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==
4115+
version "28.11.0"
4116+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e"
4117+
integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==
41634118
dependencies:
41644119
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
41654120

@@ -8257,11 +8212,6 @@ trim-newlines@^3.0.0:
82578212
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
82588213
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
82598214

8260-
ts-api-utils@^1.3.0:
8261-
version "1.4.3"
8262-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
8263-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
8264-
82658215
ts-api-utils@^2.0.0:
82668216
version "2.0.0"
82678217
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"

0 commit comments

Comments
 (0)