Skip to content

chore: remove unused Puppeteer dependency - #31

Draft
johnjheejin wants to merge 1 commit into
companyjupiter:mainfrom
johnjheejin:chore/remove-unused-puppeteer
Draft

chore: remove unused Puppeteer dependency#31
johnjheejin wants to merge 1 commit into
companyjupiter:mainfrom
johnjheejin:chore/remove-unused-puppeteer

Conversation

@johnjheejin

Copy link
Copy Markdown

Summary

  • remove the unused puppeteer runtime dependency
  • prune Puppeteer and its transitive packages from the lockfile

Root cause

The package declared Puppeteer even though the source, tests, and documentation do not import or reference it.

User impact

Installing Quarkify no longer brings in unused browser automation packages or their installation overhead.

Validation

  • npm ci --ignore-scripts --no-audit --no-fund
  • npm test (9 tests passed)
  • npm ls --all (empty dependency tree)
  • node --check quarkify.mjs
  • git diff --check

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.

1 participant