Skip to content

chore: prune unused dependencies and add knip to CI#554

Draft
heyitsaamir wants to merge 1 commit into
mainfrom
chore/prune-unused-deps
Draft

chore: prune unused dependencies and add knip to CI#554
heyitsaamir wants to merge 1 commit into
mainfrom
chore/prune-unused-deps

Conversation

@heyitsaamir
Copy link
Copy Markdown
Collaborator

@heyitsaamir heyitsaamir commented May 1, 2026

DNP - Need to verify this before pushing.

Summary

  • Ran knip across the monorepo and removed 17 unused deps/devDeps from 10 packages (56 packages pruned from node_modules)
  • Added knip.config.ts with ignore rules for verified false positives (Vite pipeline deps, turbo generators)
  • Added a npx knip step to CI so unused deps get caught on every PR

Test plan

  • npm install succeeds, 56 packages removed
  • npx turbo build --filter='./packages/*' — all packages build
  • npx turbo test --filter='./packages/*' — all tests pass
  • npx knip exits 0 with no findings

Ran knip to identify and remove 17 unused deps across 10 packages.
Added knip config + CI step to catch dependency drift on PRs.

Co-Authored-By: Claude <noreply@anthropic.com>
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