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

chore: clean some unused deps #437

Merged
merged 10 commits into from
Apr 23, 2021

Conversation

rauno56
Copy link
Member

@rauno56 rauno56 commented Apr 21, 2021

Net negative PR. Yaay! 🎉

See commit messages. Mainly:

  • ts-node which is a dep in ts-mocha and
  • @opentelemetry/core in plugins, which, I believe is left there from debugging/testing/copy-pasting.

Definitely didn't catch all of them especially many occurrences of:

  • tslint-consistent-codestyle and tslint-microsoft-contrib because I thought those might be magically loaded or considered somehow,
  • @types/*, because IDEs load those magically,
  • karma plugins, of which I wasn't sure either how they're loaded.

depcheck helped.

@rauno56 rauno56 requested a review from a team April 21, 2021 15:55
@codecov
Copy link

codecov bot commented Apr 22, 2021

Codecov Report

Merging #437 (9367038) into main (2b56132) will not change coverage.
The diff coverage is n/a.

❗ Current head 9367038 differs from pull request most recent head 812ad2e. Consider uploading reports for the commit 812ad2e to get more accurate results

@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files          21       21           
  Lines         695      695           
  Branches       95       95           
=======================================
  Hits          668      668           
  Misses         27       27           

Copy link
Member

@obecny obecny left a comment

Choose a reason for hiding this comment

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

lgtm, nice findings

@vmarchaud vmarchaud merged commit ee7c40d into open-telemetry:main Apr 23, 2021
@rauno56 rauno56 deleted the chore/clean-unused-deps branch April 23, 2021 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants