Uh oh!
There was an error while loading. Please reload this page.
tools: update eslint to v5.5.0 - #22720
Conversation
Such a big diff again 😟. I wonder if we should attempt to bundle our dependencies like |
BridgeAR
commented
Sep 6, 2018
Since eslint is not platform specific it should not be required to run a full CI. |
BridgeAR
commented
Sep 6, 2018
Bundling would be a good way. If I remember correct @refack wanted to address this with rollup. |
Trott
commented
Sep 6, 2018
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.) |
silverwind
commented
Sep 6, 2018
dnm only seems to search for |
silverwind
commented
Sep 6, 2018
BridgeAR
commented
Sep 8, 2018
I just ran dmn@2 on this update and pushed the now deleted files in an extra commit. |
BridgeAR
commented
Sep 9, 2018
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>
BridgeAR
commented
Sep 11, 2018
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