Skip to content

Commit 4540adb

Browse files
Update dependency eslint-plugin-mocha to v11
1 parent bc321f1 commit 4540adb

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"
@@ -2988,13 +2995,13 @@ eslint-plugin-jsx-a11y@6.10.2:
29882995
safe-regex-test "^1.0.3"
29892996
string.prototype.includes "^2.0.1"
29902997

2991-
eslint-plugin-mocha@6.3.0:
2992-
version "6.3.0"
2993-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.3.0.tgz#72bfd06a5c4323e17e30ef41cd726030e8cdb8fd"
2994-
integrity sha512-Cd2roo8caAyG21oKaaNTj7cqeYRWW1I2B5SfpKRp0Ip1gkfwoR1Ow0IGlPWnNjzywdF4n+kHL8/9vM6zCJUxdg==
2998+
eslint-plugin-mocha@11.2.0:
2999+
version "11.2.0"
3000+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-11.2.0.tgz#e9fe4907f180467c210d1548118d05638a601267"
3001+
integrity sha512-nMdy3tEXZac8AH5Z/9hwUkSfWu8xHf4XqwB5UEQzyTQGKcNlgFeciRAjLjliIKC3dR1Ex/a2/5sqgQzvYRkkkA==
29953002
dependencies:
2996-
eslint-utils "^2.0.0"
2997-
ramda "^0.27.0"
3003+
"@eslint-community/eslint-utils" "^4.4.1"
3004+
globals "^15.14.0"
29983005

29993006
eslint-plugin-prettier@3.4.1:
30003007
version "3.4.1"
@@ -3065,6 +3072,11 @@ eslint-visitor-keys@^2.1.0:
30653072
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
30663073
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
30673074

3075+
eslint-visitor-keys@^3.4.3:
3076+
version "3.4.3"
3077+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3078+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3079+
30683080
eslint@6.8.0:
30693081
version "6.8.0"
30703082
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3532,6 +3544,11 @@ globals@^12.1.0:
35323544
dependencies:
35333545
type-fest "^0.8.1"
35343546

3547+
globals@^15.14.0:
3548+
version "15.15.0"
3549+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
3550+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
3551+
35353552
globalthis@^1.0.3:
35363553
version "1.0.3"
35373554
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -5092,11 +5109,6 @@ qs@^6.9.0:
50925109
dependencies:
50935110
side-channel "^1.1.0"
50945111

5095-
ramda@^0.27.0:
5096-
version "0.27.0"
5097-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
5098-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
5099-
51005112
react-is@^16.13.1:
51015113
version "16.13.1"
51025114
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)