Skip to content

tools: remove unneeded dependency files - #27730

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:clean-unneeded-eslint-files
Closed

tools: remove unneeded dependency files#27730
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:clean-unneeded-eslint-files

Conversation

@Trott

@TrottTrott commented May 16, 2019

Copy link
Copy Markdown
Member

The new version of dmn more effectively cleans unneeded dependency
files. (Thanks, BridgeAR!) It's now in the udpate-*.sh files but run it
manually to get the benefits now (and to have a smaller diff when we
update).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label May 16, 2019
@TrottTrott changed the title tools: remove unneded dependency filestools: remove unneeded dependency filesMay 16, 2019
The new version of dmn more effectively cleans unneeded dependency
files. (Thanks, BridgeAR!) It's now in the udpate-*.sh files but run it
manually to get the benefits now (and to have a smaller diff when we
update).
@Trott
Trottforce-pushed the clean-unneeded-eslint-files branch from c6e3590 to ca8f413CompareMay 16, 2019 09:44
@BridgeAR

Copy link
Copy Markdown
Member

This overlaps with #27670 ;)

@silverwindsilverwind left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if tests pass.

@Trott

Copy link
Copy Markdown
MemberAuthor

LGTM if tests pass.

Lite CI should be sufficient since that's the only one that runs the linter. But if you'd prefer a full test suite, either let me know or kick off the full test suite yourself!

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 16, 2019
@silverwind

Copy link
Copy Markdown
Contributor

If only eslint was cleaned, then it should be fine to only run the linter.

@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in 7bdd8d6

@TrottTrott closed this May 19, 2019
Trott added a commit to Trott/io.js that referenced this pull request May 19, 2019
The new version of dmn more effectively cleans unneeded dependency
files. (Thanks, BridgeAR!) It's now in the udpate-*.sh files but run it
manually to get the benefits now (and to have a smaller diff when we
update).
PR-URL: nodejs#27730
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request May 20, 2019
The new version of dmn more effectively cleans unneeded dependency
files. (Thanks, BridgeAR!) It's now in the udpate-*.sh files but run it
manually to get the benefits now (and to have a smaller diff when we
update).
PR-URL: #27730
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BridgeARBridgeAR mentioned this pull request May 21, 2019
4 tasks
@Trott
Trott deleted the clean-unneeded-eslint-files branch January 13, 2022 22:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@nodejs-github-bot@BridgeAR@silverwind@lpinca@targos@ZYSzys@mihalskiy