cleanup: remove unused dev dependency and tighten generated ignores #363

Closed
opened 2026-05-11 21:02:06 +00:00 by barrettruth · 0 comments
Owner

Parent: #355

Problem

react-grab is listed as a root dev dependency but has no repo usage. Some generated artifacts such as root dist/ and cli/node_modules/ are ignored only by global Git config, not by this repo.

Solution

Clean up tooling dependencies and repo-local ignores:

  • remove unused react-grab from package.json and lockfile
  • add repo-local ignores for generated root/CLI artifacts that should never be tracked
  • verify dependency and ignore behavior explicitly

Acceptance criteria

  • pnpm why react-grab no longer reports a root dependency.
  • Generated artifact paths are ignored by this repo's .gitignore.
  • Full local CI still passes.
Parent: #355 ## Problem `react-grab` is listed as a root dev dependency but has no repo usage. Some generated artifacts such as root `dist/` and `cli/node_modules/` are ignored only by global Git config, not by this repo. ## Solution Clean up tooling dependencies and repo-local ignores: - remove unused `react-grab` from `package.json` and lockfile - add repo-local ignores for generated root/CLI artifacts that should never be tracked - verify dependency and ignore behavior explicitly ## Acceptance criteria - `pnpm why react-grab` no longer reports a root dependency. - Generated artifact paths are ignored by this repo's `.gitignore`. - Full local CI still passes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#363
No description provided.