Skip to content
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

Introduce "depcheck" to clean up npm dependencies #1030

Merged
merged 4 commits into from
Nov 29, 2021
Merged

Introduce "depcheck" to clean up npm dependencies #1030

merged 4 commits into from
Nov 29, 2021

Conversation

macbre
Copy link
Owner

@macbre macbre commented Nov 29, 2021

Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json.

Before

$ npx depcheck
Unused dependencies
* ansicolors
* ansistyles
* ascii-table
* async
* csv-string
* node-statsd
Unused devDependencies
* mockery
Missing dependencies
* @jest/globals: ./test/bin-program.test.js

Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json.
@macbre macbre added this to the v2.4 milestone Nov 29, 2021
@macbre macbre marked this pull request as ready for review November 29, 2021 14:05
@macbre macbre enabled auto-merge (squash) November 29, 2021 14:05
@macbre macbre changed the title Depcheck Introduce "depcheck" to clean up npm dependencies Nov 29, 2021
@macbre macbre merged commit 9b385d2 into devel Nov 29, 2021
@macbre macbre deleted the depcheck branch November 29, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant