Skip to content

Commit a8904d1

Browse files
Update dependency eslint-plugin-mocha to v11
1 parent 731e8f2 commit a8904d1

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.1.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
@@ -1152,6 +1152,13 @@
11521152
"@babel/helper-string-parser" "^7.27.1"
11531153
"@babel/helper-validator-identifier" "^7.27.1"
11541154

1155+
"@eslint-community/eslint-utils@^4.4.1":
1156+
version "4.7.0"
1157+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1158+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1159+
dependencies:
1160+
eslint-visitor-keys "^3.4.3"
1161+
11551162
"@jridgewell/gen-mapping@^0.3.0":
11561163
version "0.3.3"
11571164
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -2864,13 +2871,13 @@ eslint-plugin-jsx-a11y@6.10.2:
28642871
safe-regex-test "^1.0.3"
28652872
string.prototype.includes "^2.0.1"
28662873

2867-
eslint-plugin-mocha@6.3.0:
2868-
version "6.3.0"
2869-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.3.0.tgz#72bfd06a5c4323e17e30ef41cd726030e8cdb8fd"
2870-
integrity sha512-Cd2roo8caAyG21oKaaNTj7cqeYRWW1I2B5SfpKRp0Ip1gkfwoR1Ow0IGlPWnNjzywdF4n+kHL8/9vM6zCJUxdg==
2874+
eslint-plugin-mocha@11.1.0:
2875+
version "11.1.0"
2876+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-11.1.0.tgz#a381d386aa858ceaf30ec2909c7e306ad04e9626"
2877+
integrity sha512-rKntVWRsQFPbf8OkSgVNRVRrcVAPaGTyEgWCEyXaPDJkTl0v5/lwu1vTk5sWiUJU8l2sxwvGUZzSNrEKdVMeQw==
28712878
dependencies:
2872-
eslint-utils "^2.0.0"
2873-
ramda "^0.27.0"
2879+
"@eslint-community/eslint-utils" "^4.4.1"
2880+
globals "^15.14.0"
28742881

28752882
eslint-plugin-prettier@3.4.1:
28762883
version "3.4.1"
@@ -2941,6 +2948,11 @@ eslint-visitor-keys@^2.1.0:
29412948
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
29422949
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
29432950

2951+
eslint-visitor-keys@^3.4.3:
2952+
version "3.4.3"
2953+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2954+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2955+
29442956
eslint@6.8.0:
29452957
version "6.8.0"
29462958
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3408,6 +3420,11 @@ globals@^12.1.0:
34083420
dependencies:
34093421
type-fest "^0.8.1"
34103422

3423+
globals@^15.14.0:
3424+
version "15.15.0"
3425+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
3426+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
3427+
34113428
globalthis@^1.0.3:
34123429
version "1.0.3"
34133430
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -4968,11 +4985,6 @@ qs@^6.9.0:
49684985
dependencies:
49694986
side-channel "^1.1.0"
49704987

4971-
ramda@^0.27.0:
4972-
version "0.27.0"
4973-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
4974-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
4975-
49764988
react-is@^16.13.1:
49774989
version "16.13.1"
49784990
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)