-
Notifications
You must be signed in to change notification settings - Fork 162
chore(deps-dev): bump eslint from 8.56.0 to 9.26.0 in /frontend/packages/sdk #1646
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: master
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 |
|---|---|---|
|
|
@@ -86,7 +86,7 @@ | |
| "@vitest/ui": "^0.34.4", | ||
| "concurrently": "^8.2.1", | ||
| "esbuild": "^0.18.11", | ||
| "eslint": "^8.48.0", | ||
| "eslint": "^9.26.0", | ||
| "eslint-config-prettier": "^9.0.0", | ||
|
Comment on lines
+89
to
90
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. Bug: The Suggested FixIn the Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| "eslint-import-resolver-alias": "^1.1.2", | ||
| "eslint-plugin-import": "^2.28.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: ESLint plugins like
@typescript-eslint/eslint-pluginandeslint-plugin-importare not updated to versions compatible with the ESLint 9 upgrade, which will cause linting scripts to fail.Severity: CRITICAL
Suggested Fix
Update the versions of
@typescript-eslint/eslint-plugin,@typescript-eslint/parser, andeslint-plugin-importinpackage.jsonto versions that are compatible with ESLint 9. For example,@typescript-eslintpackages should be updated to v8.x or later.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.