Skip to content

chore: remove unused Puppeteer dependency - #31

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

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

Conversation

@johnjheejin

@johnjheejin johnjheejin commented Jul 26, 2026

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.

Latest-base update

  • rebased onto upstream main at f02a53e
  • verified the removal against the expanded current test suite

Validation

  • npm ci --ignore-scripts --no-audit --no-fund
  • npm test (20 tests: 19 passed, 1 skipped because symlink creation is unavailable on Windows)
  • npm ls --all (empty dependency tree)
  • node --check quarkify.mjs
  • git diff --check

@johnjheejin
johnjheejin force-pushed the chore/remove-unused-puppeteer branch from 65eb8a3 to 2a2fb9d Compare August 3, 2026 02:42
@johnjheejin
johnjheejin marked this pull request as ready for review August 3, 2026 02:55
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