Skip to content

Commit 6d4c39e

Browse files
Bump eslint-plugin-testing-library from 6.2.2 to 7.6.3
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.2 to 7.6.3. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v6.2.2...v7.6.3) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.6.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba687f7 commit 6d4c39e

File tree

2 files changed

+99
-9
lines changed

2 files changed

+99
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
"eslint-plugin-promise": "^7.2.1",
284284
"eslint-plugin-react": "^7.37.5",
285285
"eslint-plugin-react-hooks": "^5.1.0",
286-
"eslint-plugin-testing-library": "^6.2.2",
286+
"eslint-plugin-testing-library": "^7.6.3",
287287
"file-loader": "^6.0.0",
288288
"flow-bin": "^0.187.0",
289289
"glob": "^10.4.2",

yarn.lock

Lines changed: 98 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,13 @@
11221122
dependencies:
11231123
eslint-visitor-keys "^3.4.3"
11241124

1125+
"@eslint-community/eslint-utils@^4.7.0":
1126+
version "4.7.0"
1127+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1128+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1129+
dependencies:
1130+
eslint-visitor-keys "^3.4.3"
1131+
11251132
"@eslint-community/regexpp@^4.6.1":
11261133
version "4.10.0"
11271134
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -1958,6 +1965,15 @@
19581965
dependencies:
19591966
"@types/yargs-parser" "*"
19601967

1968+
"@typescript-eslint/[email protected]":
1969+
version "8.38.0"
1970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
1971+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
1972+
dependencies:
1973+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
1974+
"@typescript-eslint/types" "^8.38.0"
1975+
debug "^4.3.4"
1976+
19611977
"@typescript-eslint/[email protected]":
19621978
version "5.58.0"
19631979
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz#5e023a48352afc6a87be6ce3c8e763bc9e2f0bc8"
@@ -1966,11 +1982,29 @@
19661982
"@typescript-eslint/types" "5.58.0"
19671983
"@typescript-eslint/visitor-keys" "5.58.0"
19681984

1985+
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^8.15.0":
1986+
version "8.38.0"
1987+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
1988+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
1989+
dependencies:
1990+
"@typescript-eslint/types" "8.38.0"
1991+
"@typescript-eslint/visitor-keys" "8.38.0"
1992+
1993+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.38.0":
1994+
version "8.38.0"
1995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
1996+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
1997+
19691998
"@typescript-eslint/[email protected]":
19701999
version "5.58.0"
19712000
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.58.0.tgz#54c490b8522c18986004df7674c644ffe2ed77d8"
19722001
integrity sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==
19732002

2003+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.38.0":
2004+
version "8.38.0"
2005+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
2006+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
2007+
19742008
"@typescript-eslint/[email protected]":
19752009
version "5.58.0"
19762010
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz#4966e6ff57eaf6e0fce2586497edc097e2ab3e61"
@@ -1984,7 +2018,23 @@
19842018
semver "^7.3.7"
19852019
tsutils "^3.21.0"
19862020

1987-
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
2021+
"@typescript-eslint/[email protected]":
2022+
version "8.38.0"
2023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
2024+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
2025+
dependencies:
2026+
"@typescript-eslint/project-service" "8.38.0"
2027+
"@typescript-eslint/tsconfig-utils" "8.38.0"
2028+
"@typescript-eslint/types" "8.38.0"
2029+
"@typescript-eslint/visitor-keys" "8.38.0"
2030+
debug "^4.3.4"
2031+
fast-glob "^3.3.2"
2032+
is-glob "^4.0.3"
2033+
minimatch "^9.0.4"
2034+
semver "^7.6.0"
2035+
ts-api-utils "^2.1.0"
2036+
2037+
"@typescript-eslint/utils@^5.10.0":
19882038
version "5.58.0"
19892039
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.58.0.tgz#430d7c95f23ec457b05be5520c1700a0dfd559d5"
19902040
integrity sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==
@@ -1998,6 +2048,16 @@
19982048
eslint-scope "^5.1.1"
19992049
semver "^7.3.7"
20002050

2051+
"@typescript-eslint/utils@^8.15.0":
2052+
version "8.38.0"
2053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
2054+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
2055+
dependencies:
2056+
"@eslint-community/eslint-utils" "^4.7.0"
2057+
"@typescript-eslint/scope-manager" "8.38.0"
2058+
"@typescript-eslint/types" "8.38.0"
2059+
"@typescript-eslint/typescript-estree" "8.38.0"
2060+
20012061
"@typescript-eslint/[email protected]":
20022062
version "5.58.0"
20032063
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz#eb9de3a61d2331829e6761ce7fd13061781168b4"
@@ -2006,6 +2066,14 @@
20062066
"@typescript-eslint/types" "5.58.0"
20072067
eslint-visitor-keys "^3.3.0"
20082068

2069+
"@typescript-eslint/[email protected]":
2070+
version "8.38.0"
2071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
2072+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
2073+
dependencies:
2074+
"@typescript-eslint/types" "8.38.0"
2075+
eslint-visitor-keys "^4.2.1"
2076+
20092077
"@ungap/structured-clone@^1.2.0":
20102078
version "1.2.0"
20112079
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -4754,12 +4822,13 @@ eslint-plugin-react@^7.37.5:
47544822
string.prototype.matchall "^4.0.12"
47554823
string.prototype.repeat "^1.0.0"
47564824

4757-
eslint-plugin-testing-library@^6.2.2:
4758-
version "6.2.2"
4759-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1"
4760-
integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==
4825+
eslint-plugin-testing-library@^7.6.3:
4826+
version "7.6.3"
4827+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.3.tgz#b4478533abb1a107edabde0aa0db66044df9a234"
4828+
integrity sha512-tI/epV/DD4+nJ51VGg7MWfqajMAW0+U+9dTLFrnqrJHoPO2TyGRU8ASrPNFPe2zzDT1qwznkCeeqMzViALgiig==
47614829
dependencies:
4762-
"@typescript-eslint/utils" "^5.58.0"
4830+
"@typescript-eslint/scope-manager" "^8.15.0"
4831+
"@typescript-eslint/utils" "^8.15.0"
47634832

47644833
[email protected], eslint-scope@^5.1.1:
47654834
version "5.1.1"
@@ -4787,6 +4856,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
47874856
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
47884857
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
47894858

4859+
eslint-visitor-keys@^4.2.1:
4860+
version "4.2.1"
4861+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4862+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4863+
47904864
eslint@^8.57.0:
47914865
version "8.57.0"
47924866
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -5012,6 +5086,17 @@ fast-glob@^3.2.9, fast-glob@^3.3.1:
50125086
merge2 "^1.3.0"
50135087
micromatch "^4.0.4"
50145088

5089+
fast-glob@^3.3.2:
5090+
version "3.3.3"
5091+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5092+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5093+
dependencies:
5094+
"@nodelib/fs.stat" "^2.0.2"
5095+
"@nodelib/fs.walk" "^1.2.3"
5096+
glob-parent "^5.1.2"
5097+
merge2 "^1.3.0"
5098+
micromatch "^4.0.8"
5099+
50155100
fast-json-parse@^1.0.2:
50165101
version "1.0.3"
50175102
resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d"
@@ -7506,7 +7591,7 @@ methods@^1.1.2, methods@~1.1.2:
75067591
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
75077592
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
75087593

7509-
micromatch@^4.0.4, micromatch@^4.0.5:
7594+
micromatch@^4.0.4, micromatch@^4.0.5, micromatch@^4.0.8:
75107595
version "4.0.8"
75117596
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
75127597
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -9815,7 +9900,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
98159900
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
98169901
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
98179902

9818-
semver@^7.3.4, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.7.2:
9903+
semver@^7.3.4, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
98199904
version "7.7.2"
98209905
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
98219906
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -10829,6 +10914,11 @@ trim-newlines@^4.0.2:
1082910914
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.1.1.tgz#28c88deb50ed10c7ba6dc2474421904a00139125"
1083010915
integrity sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==
1083110916

10917+
ts-api-utils@^2.1.0:
10918+
version "2.1.0"
10919+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10920+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10921+
1083210922
tsconfig-paths@^3.15.0:
1083310923
version "3.15.0"
1083410924
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)