Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/wicg-file-system-access": "^2023.10.7",
"@typescript/native-preview": "7.0.0-dev.20260527.1",
"cspell": "^10.0.0",
"eslint": "^9.39.2",
"eslint": "^10.4.1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eslint-plugin-jest-dom technically doesn't support ESLint 10 yet: the fix is in but they need to migrate their build pipeline to OIDC to publish it. pnpm peers check will warn about this. However, pnpm lint seems to work after the update and the individual rules seem to work (I assume Oxlint has its own layer of compatibility for ESLint plugins). I'm keen to disregard this potential compatibility issue.

@ravicious ravicious Jun 2, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried removing ESLint completely but then some plugins like eslint-plugin-testing-library stop working.

"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-storybook": "^10.4.1",
"eslint-plugin-testing-library": "7.16.2",
Expand Down
194 changes: 78 additions & 116 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading