-
Notifications
You must be signed in to change notification settings - Fork 113
Update dependency eslint to v10 #619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ | |
| "@trivago/prettier-plugin-sort-imports": "^6.0.2", | ||
| "@typescript-eslint/eslint-plugin": "^8.60.1", | ||
| "@typescript-eslint/parser": "^8.60.1", | ||
| "eslint": "^8.57.1", | ||
| "eslint": "^10.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 ESLint 10 drops legacy .eslintrc config format used by this project Upgrading ESLint from v8 to v10 will break all linting in this project. The repository uses Root Cause and ImpactESLint 9 deprecated the legacy config system (
After this upgrade, running Impact: All linting commands ( Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback.
devin-ai-integration[bot] marked this conversation as resolved.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Shared configs' peer ranges exclude eslint v10
Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "eslint-config-next": "^15.5.19", | ||
| "eslint-config-prettier": "^10.1.8", | ||
| "eslint-config-standard": "^17.1.0", | ||
|
devin-ai-integration[bot] marked this conversation as resolved.
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.