| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@BridgeAR build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/809/pipeline |
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
|
Such a big diff again 😟. I wonder if we should attempt to bundle our dependencies like eslint to a single file using webpack, similar to how yarn does it for their releases. cc: @nodejs/linting |
Sorry, something went wrong.
|
Since eslint is not platform specific it should not be required to run a full CI. |
Sorry, something went wrong.
|
Bundling would be a good way. If I remember correct @refack wanted to address this with rollup. |
Sorry, something went wrong.
|
tools/node_modules/eslint/node_modules/esprima/ChangeLog is included in this but it should have been deleted by dmn. Any idea what's up with that? 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. |
Sorry, something went wrong.
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.) |
Sorry, something went wrong.
dnm only seems to search for Changelog, not ChangeLog, and its glob matching is performed case-sensitively. Suggesting to either change it to match insensitively or include ChangeLog. |
Sorry, something went wrong.
Sorry, something went wrong.
|
I just ran dmn@2 on this update and pushed the now deleted files in an extra commit. |
Sorry, something went wrong.
Sorry, something went wrong.
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>
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>
| Back | FazBrowse Home | New Git URL |
Update eslint from 5.4.0 to 5.5.0. The changeset is mainly deletions due to updating a couple dependencies.
Checklist