-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
tools: fix eslint update script #52526
Conversation
Review requested:
|
@@ -58,6 +58,7 @@ rm -rf ../node_modules/eslint | |||
--no-save \ | |||
--omit=dev \ | |||
--omit=peer \ | |||
--legacy-peer-deps \ |
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.
I'd prefer to wait for plugins to officially support ESLint v9.
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.
Here's the PR that adds support to babel-eslint: babel/babel#16414
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.
Ok so I'll set it as blocked until that pr lands? or I can just close it
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.
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.
#50714 is not directly related but I would like to land it before we do a new automated update.
Also note that ESLint v9 has breaking changes related to the configuration and will need to be manually upgraded. |
Fixes: #52521
Test with: #52525
RUN: https://github.com/nodejs/node/actions/runs/8679237634 ✅
Blocked by #50714 and untill plugins support eslint v9