Skip to content

Commit d4fb93f

Browse files
chore(deps-dev): bump eslint-plugin-testing-library from 4.12.4 to 6.5.0 (#1379)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 4.12.4 to 6.5.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v4.12.4...v6.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5ae2a commit d4fb93f

File tree

2 files changed

+51
-56
lines changed

2 files changed

+51
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-jsx-a11y": "^6.8.0",
6262
"eslint-plugin-react": "^7.33.2",
6363
"eslint-plugin-react-hooks": "^4.6.0",
64-
"eslint-plugin-testing-library": "^4.12.4",
64+
"eslint-plugin-testing-library": "^6.5.0",
6565
"fast-xml-parser": "^5.5.7",
6666
"husky": "^9.1.7",
6767
"jest": "^27.3.1",

yarn.lock

Lines changed: 50 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@
21902190
dependencies:
21912191
tslib "^2.4.0"
21922192

2193-
"@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.9.1":
2193+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.9.1":
21942194
version "4.9.1"
21952195
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
21962196
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
@@ -4697,7 +4697,7 @@
46974697
resolved "https://registry.yarnpkg.com/@types/json-pointer/-/json-pointer-1.0.34.tgz#a08d4cbd1e49dc2635b60f5f6bf97c8cc142cab2"
46984698
integrity sha512-JRnWcxzXSaLei98xgw1B7vAeBVOrkyw0+Rt9j1QoJrczE78OpHsyQC8GNbuhw+/2vxxDe58QvWnngS86CoIbRg==
46994699

4700-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
4700+
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
47014701
version "7.0.15"
47024702
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
47034703
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4862,7 +4862,7 @@
48624862
dependencies:
48634863
"@types/node" "*"
48644864

4865-
"@types/semver@^7.5.0":
4865+
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
48664866
version "7.7.1"
48674867
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
48684868
integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
@@ -4993,18 +4993,6 @@
49934993
semver "^7.5.4"
49944994
ts-api-utils "^1.0.1"
49954995

4996-
"@typescript-eslint/experimental-utils@^4.30.0":
4997-
version "4.33.0"
4998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
4999-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
5000-
dependencies:
5001-
"@types/json-schema" "^7.0.7"
5002-
"@typescript-eslint/scope-manager" "4.33.0"
5003-
"@typescript-eslint/types" "4.33.0"
5004-
"@typescript-eslint/typescript-estree" "4.33.0"
5005-
eslint-scope "^5.1.1"
5006-
eslint-utils "^3.0.0"
5007-
50084996
"@typescript-eslint/parser@^6.13.2":
50094997
version "6.21.0"
50104998
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
@@ -5025,13 +5013,13 @@
50255013
"@typescript-eslint/types" "^8.57.2"
50265014
debug "^4.4.3"
50275015

5028-
"@typescript-eslint/scope-manager@4.33.0":
5029-
version "4.33.0"
5030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
5031-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
5016+
"@typescript-eslint/scope-manager@5.62.0":
5017+
version "5.62.0"
5018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
5019+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
50325020
dependencies:
5033-
"@typescript-eslint/types" "4.33.0"
5034-
"@typescript-eslint/visitor-keys" "4.33.0"
5021+
"@typescript-eslint/types" "5.62.0"
5022+
"@typescript-eslint/visitor-keys" "5.62.0"
50355023

50365024
"@typescript-eslint/scope-manager@6.21.0":
50375025
version "6.21.0"
@@ -5064,10 +5052,10 @@
50645052
debug "^4.3.4"
50655053
ts-api-utils "^1.0.1"
50665054

5067-
"@typescript-eslint/types@4.33.0":
5068-
version "4.33.0"
5069-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
5070-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
5055+
"@typescript-eslint/types@5.62.0":
5056+
version "5.62.0"
5057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
5058+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
50715059

50725060
"@typescript-eslint/types@6.21.0":
50735061
version "6.21.0"
@@ -5079,17 +5067,17 @@
50795067
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
50805068
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
50815069

5082-
"@typescript-eslint/typescript-estree@4.33.0":
5083-
version "4.33.0"
5084-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
5085-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
5070+
"@typescript-eslint/typescript-estree@5.62.0":
5071+
version "5.62.0"
5072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
5073+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
50865074
dependencies:
5087-
"@typescript-eslint/types" "4.33.0"
5088-
"@typescript-eslint/visitor-keys" "4.33.0"
5089-
debug "^4.3.1"
5090-
globby "^11.0.3"
5091-
is-glob "^4.0.1"
5092-
semver "^7.3.5"
5075+
"@typescript-eslint/types" "5.62.0"
5076+
"@typescript-eslint/visitor-keys" "5.62.0"
5077+
debug "^4.3.4"
5078+
globby "^11.1.0"
5079+
is-glob "^4.0.3"
5080+
semver "^7.3.7"
50935081
tsutils "^3.21.0"
50945082

50955083
"@typescript-eslint/typescript-estree@6.21.0":
@@ -5134,6 +5122,20 @@
51345122
"@typescript-eslint/typescript-estree" "6.21.0"
51355123
semver "^7.5.4"
51365124

5125+
"@typescript-eslint/utils@^5.62.0":
5126+
version "5.62.0"
5127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
5128+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
5129+
dependencies:
5130+
"@eslint-community/eslint-utils" "^4.2.0"
5131+
"@types/json-schema" "^7.0.9"
5132+
"@types/semver" "^7.3.12"
5133+
"@typescript-eslint/scope-manager" "5.62.0"
5134+
"@typescript-eslint/types" "5.62.0"
5135+
"@typescript-eslint/typescript-estree" "5.62.0"
5136+
eslint-scope "^5.1.1"
5137+
semver "^7.3.7"
5138+
51375139
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
51385140
version "8.57.2"
51395141
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
@@ -5144,13 +5146,13 @@
51445146
"@typescript-eslint/types" "8.57.2"
51455147
"@typescript-eslint/typescript-estree" "8.57.2"
51465148

5147-
"@typescript-eslint/visitor-keys@4.33.0":
5148-
version "4.33.0"
5149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
5150-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
5149+
"@typescript-eslint/visitor-keys@5.62.0":
5150+
version "5.62.0"
5151+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
5152+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
51515153
dependencies:
5152-
"@typescript-eslint/types" "4.33.0"
5153-
eslint-visitor-keys "^2.0.0"
5154+
"@typescript-eslint/types" "5.62.0"
5155+
eslint-visitor-keys "^3.3.0"
51545156

51555157
"@typescript-eslint/visitor-keys@6.21.0":
51565158
version "6.21.0"
@@ -8408,12 +8410,12 @@ eslint-plugin-react@^7.33.2:
84088410
string.prototype.matchall "^4.0.12"
84098411
string.prototype.repeat "^1.0.0"
84108412

8411-
eslint-plugin-testing-library@^4.12.4:
8412-
version "4.12.4"
8413-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.4.tgz#86b2abebeb0a6d4a2f1e5f0a515ad824bb9fa627"
8414-
integrity sha512-XZtoeyIZKFTiH8vhwnCaTo/mNrLHoLyufY4kkNg+clzZFeThWPjp+0QfrLam1on1k3JGwiRvoLH/V4QdBaB2oA==
8413+
eslint-plugin-testing-library@^6.5.0:
8414+
version "6.5.0"
8415+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.5.0.tgz#02532698270f525be8ceeb4740f66eef0f6f4729"
8416+
integrity sha512-Ls5TUfLm5/snocMAOlofSOJxNN0aKqwTlco7CrNtMjkTdQlkpSMaeTCDHCuXfzrI97xcx2rSCNeKeJjtpkNC1w==
84158417
dependencies:
8416-
"@typescript-eslint/experimental-utils" "^4.30.0"
8418+
"@typescript-eslint/utils" "^5.62.0"
84178419

84188420
eslint-scope@5.1.1, eslint-scope@^5.1.1:
84198421
version "5.1.1"
@@ -8430,13 +8432,6 @@ eslint-utils@^2.1.0:
84308432
dependencies:
84318433
eslint-visitor-keys "^1.1.0"
84328434

8433-
eslint-utils@^3.0.0:
8434-
version "3.0.0"
8435-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
8436-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
8437-
dependencies:
8438-
eslint-visitor-keys "^2.0.0"
8439-
84408435
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
84418436
version "1.3.0"
84428437
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -8447,7 +8442,7 @@ eslint-visitor-keys@^2.0.0:
84478442
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
84488443
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
84498444

8450-
eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
8445+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
84518446
version "3.4.3"
84528447
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
84538448
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -9419,7 +9414,7 @@ globalthis@^1.0.4:
94199414
define-properties "^1.2.1"
94209415
gopd "^1.0.1"
94219416

9422-
globby@^11.0.3, globby@^11.1.0:
9417+
globby@^11.1.0:
94239418
version "11.1.0"
94249419
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
94259420
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==

0 commit comments

Comments
 (0)