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 a pnpm dependency check in the CI #395

Open
4 tasks done
mkleszcz opened this issue Sep 21, 2023 · 0 comments
Open
4 tasks done

Introduce a pnpm dependency check in the CI #395

mkleszcz opened this issue Sep 21, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@mkleszcz
Copy link
Contributor

Description

Often during development there will be unused or old node_modules dependencies which can be easily forgotten to remove or change. It would be good to have an automatic check that will point out dependencies that are not needed anymore.

Describe the solution you'd like

There are some tools available like: https://github.com/depcheck/depcheck
We need to do a research about other tools, find the best and implement it.

Describe alternatives you've considered

No response

Additional context

No response

Validations

@mkleszcz mkleszcz added enhancement New feature or request dependencies Pull requests that update a dependency file labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant