Skip to content

Commit e2f654a

Browse files
deps: revert linting to older version due to broken lint rule (#36336)
## Description <!-- Describe the goal and purpose of this PR. --> The ESLint plugin was broken. There's a fix for it but it's not released yet: testing-library/eslint-plugin-testing-library#1048 ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] Enable backports when necessary (fex. [for bug fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes) or [for CI changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)). ## Related issues closes #
2 parents 7da681e + da72319 commit e2f654a

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

operate/client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operate/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-prettier": "5.5.1",
9797
"eslint-plugin-react-hooks": "5.2.0",
9898
"eslint-plugin-react-refresh": "0.4.20",
99-
"eslint-plugin-testing-library": "7.6.3",
99+
"eslint-plugin-testing-library": "7.5.3",
100100
"globals": "16.3.0",
101101
"jsdom": "26.1.0",
102102
"monaco-editor": "0.52.2",

tasklist/client/package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasklist/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-prettier": "5.5.0",
9797
"eslint-plugin-react-hooks": "5.2.0",
9898
"eslint-plugin-react-refresh": "0.4.20",
99-
"eslint-plugin-testing-library": "7.6.3",
99+
"eslint-plugin-testing-library": "7.5.3",
100100
"jsdom": "26.1.0",
101101
"monaco-editor": "0.52.2",
102102
"msw": "2.10.2",

0 commit comments

Comments
 (0)