Skip to content

Commit 233dc42

Browse files
chore(deps): update dependency eslint-plugin-testing-library to v6.5.0 (#3060)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b82df30 commit 233dc42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"eslint-plugin-jsx-a11y": "6.10.2",
115115
"eslint-plugin-react": "7.37.2",
116116
"eslint-plugin-storybook": "0.8.0",
117-
"eslint-plugin-testing-library": "6.2.2",
117+
"eslint-plugin-testing-library": "6.5.0",
118118
"globals": "15.8.0",
119119
"husky": "9.1.7",
120120
"jest": "29.7.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@
25512551
"@typescript-eslint/types" "7.16.1"
25522552
"@typescript-eslint/typescript-estree" "7.16.1"
25532553

2554-
"@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@^5.62.0":
2554+
"@typescript-eslint/utils@^5.62.0":
25552555
version "5.62.0"
25562556
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
25572557
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -5097,12 +5097,12 @@ eslint-plugin-storybook@0.8.0:
50975097
requireindex "^1.2.0"
50985098
ts-dedent "^2.2.0"
50995099

5100-
eslint-plugin-testing-library@6.2.2:
5101-
version "6.2.2"
5102-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1"
5103-
integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==
5100+
eslint-plugin-testing-library@6.5.0:
5101+
version "6.5.0"
5102+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.5.0.tgz#02532698270f525be8ceeb4740f66eef0f6f4729"
5103+
integrity sha512-Ls5TUfLm5/snocMAOlofSOJxNN0aKqwTlco7CrNtMjkTdQlkpSMaeTCDHCuXfzrI97xcx2rSCNeKeJjtpkNC1w==
51045104
dependencies:
5105-
"@typescript-eslint/utils" "^5.58.0"
5105+
"@typescript-eslint/utils" "^5.62.0"
51065106

51075107
eslint-scope@5.1.1, eslint-scope@^5.1.1:
51085108
version "5.1.1"

0 commit comments

Comments
 (0)