Skip to content

Commit 0fd1620

Browse files
authoredAug 14, 2024··
chore: update eslint-plugin-testing-library to v6 (#1792)
* chore: update eslint-plugin-testing-library to v6 * chore: update lint-staged to v15.2.9
1 parent f1fb5df commit 0fd1620

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed
 

‎.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"globalThis": false
6767
},
6868
"rules": {
69-
"testing-library/no-node-access": ["error", { "allowContainerFirstChild": true }]
69+
"testing-library/no-node-access": ["error", { "allowContainerFirstChild": true }],
70+
"testing-library/no-manual-cleanup": "off"
7071
}
7172
}
7273
]

‎package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
"eslint-plugin-jest-dom": "^5.4.0",
105105
"eslint-plugin-jsx-a11y": "^6.9.0",
106106
"eslint-plugin-react": "^7.35.0",
107-
"eslint-plugin-testing-library": "^5.11.1",
107+
"eslint-plugin-testing-library": "^6.3.0",
108108
"happy-dom": "^14.12.3",
109109
"husky": "^9.1.4",
110110
"i18next": "^23.12.2",
111-
"lint-staged": "^15.2.8",
111+
"lint-staged": "^15.2.9",
112112
"mkdirp": "^3.0.1",
113113
"prettier": "^3.3.3",
114114
"react": "^18.3.1",

0 commit comments

Comments
 (0)
Please sign in to comment.