Skip to content

Commit 8351b2c

Browse files
Update dependency eslint-plugin-mocha to v11
1 parent 4d73e44 commit 8351b2c

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-import-resolver-typescript": "2.7.1",
4949
"eslint-plugin-import": "2.32.0",
5050
"eslint-plugin-jsx-a11y": "6.10.2",
51-
"eslint-plugin-mocha": "6.3.0",
51+
"eslint-plugin-mocha": "11.2.0",
5252
"eslint-plugin-prettier": "3.4.1",
5353
"eslint-plugin-react": "7.37.5",
5454
"mocha": "7.2.0",

yarn.lock

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,13 @@
12861286
"@babel/helper-string-parser" "^7.27.1"
12871287
"@babel/helper-validator-identifier" "^7.28.5"
12881288

1289+
"@eslint-community/eslint-utils@^4.4.1":
1290+
version "4.9.1"
1291+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1292+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1293+
dependencies:
1294+
eslint-visitor-keys "^3.4.3"
1295+
12891296
"@jridgewell/gen-mapping@^0.3.12":
12901297
version "0.3.12"
12911298
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
@@ -2983,13 +2990,13 @@ eslint-plugin-jsx-a11y@6.10.2:
29832990
safe-regex-test "^1.0.3"
29842991
string.prototype.includes "^2.0.1"
29852992

2986-
eslint-plugin-mocha@6.3.0:
2987-
version "6.3.0"
2988-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.3.0.tgz#72bfd06a5c4323e17e30ef41cd726030e8cdb8fd"
2989-
integrity sha512-Cd2roo8caAyG21oKaaNTj7cqeYRWW1I2B5SfpKRp0Ip1gkfwoR1Ow0IGlPWnNjzywdF4n+kHL8/9vM6zCJUxdg==
2993+
eslint-plugin-mocha@11.2.0:
2994+
version "11.2.0"
2995+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-11.2.0.tgz#e9fe4907f180467c210d1548118d05638a601267"
2996+
integrity sha512-nMdy3tEXZac8AH5Z/9hwUkSfWu8xHf4XqwB5UEQzyTQGKcNlgFeciRAjLjliIKC3dR1Ex/a2/5sqgQzvYRkkkA==
29902997
dependencies:
2991-
eslint-utils "^2.0.0"
2992-
ramda "^0.27.0"
2998+
"@eslint-community/eslint-utils" "^4.4.1"
2999+
globals "^15.14.0"
29933000

29943001
eslint-plugin-prettier@3.4.1:
29953002
version "3.4.1"
@@ -3060,6 +3067,11 @@ eslint-visitor-keys@^2.1.0:
30603067
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
30613068
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
30623069

3070+
eslint-visitor-keys@^3.4.3:
3071+
version "3.4.3"
3072+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3073+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3074+
30633075
eslint@6.8.0:
30643076
version "6.8.0"
30653077
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3527,6 +3539,11 @@ globals@^12.1.0:
35273539
dependencies:
35283540
type-fest "^0.8.1"
35293541

3542+
globals@^15.14.0:
3543+
version "15.15.0"
3544+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
3545+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
3546+
35303547
globalthis@^1.0.3:
35313548
version "1.0.3"
35323549
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -5087,11 +5104,6 @@ qs@^6.9.0:
50875104
dependencies:
50885105
side-channel "^1.1.0"
50895106

5090-
ramda@^0.27.0:
5091-
version "0.27.0"
5092-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
5093-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
5094-
50955107
react-is@^16.13.1:
50965108
version "16.13.1"
50975109
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)