-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: update eslint to v5.5.0 #22720
Conversation
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.
RSLGTM
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.
RSLGTM
Such a big diff again 😟. I wonder if we should attempt to bundle our dependencies like |
Since eslint is not platform specific it should not be required to run a full CI. |
Bundling would be a good way. If I remember correct @refack wanted to address this with rollup. |
Other than that one thing, I get no diff when I update ESLint, so I'm 👍 on this, but please delete that one ChangeLog file. |
Yeah, that's why I decided not to open a PR when ESLint 5.5.0 came out. No new features that we're likely to use, and a big diff. (But that's not an objection from me! I'm OK with keeping it up to date just for the sake of having smaller diffs, even if some of them end up being disappointingly large anyway.) |
dnm only seems to search for |
6468a2f
to
4aa25cc
Compare
I just ran dmn@2 on this update and pushed the now deleted files in an extra commit. |
PR-URL: nodejs#22720 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Landed in 623dcb7 🎉 |
PR-URL: #22720 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Update eslint from 5.4.0 to 5.5.0. The changeset is mainly deletions due to updating a couple dependencies.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes