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

Remove unused packages from devDependencies #110

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

dustin-ruetz
Copy link
Contributor

This PR removes three unused packages from the repository's devDependencies. It's good practice to remove nused packages so that we don't need to update them or be concerned if they have vulnerabilities identified by npm audit.

  • This repo does not use React, so having the eslint-plugin-react and eslint-plugin-react packages as devDependencies doesn't make sense.
    • Further to this, neither of these plugins were being referenced in the .estlintrc.yml file.
  • When installing or updating dependencies a vfile-message provides its own type definitions, so you don't need @types/vfile-message installed message is logged in the terminal.
    • This repo does not use the vfile-message package and there are no references to vfile anywhere in the codebase.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (162f70a) 96.46% compared to head (6f071e4) 96.46%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   96.46%   96.46%           
=======================================
  Files          25       25           
  Lines         623      623           
  Branches       88       88           
=======================================
  Hits          601      601           
  Misses         22       22           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dustin-ruetz dustin-ruetz merged commit 677ed0c into main Dec 1, 2023
3 checks passed
@dustin-ruetz dustin-ruetz deleted the ruetz-remove-unused-packages branch December 1, 2023 17:41
@dustin-ruetz dustin-ruetz self-assigned this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants