Skip to content

chore: remove unused dev dependencies - #254

Merged
ecryptoguru merged 4 commits into
mainfrom
cleanup/unused-dev-deps
Aug 9, 2026
Merged

chore: remove unused dev dependencies#254
ecryptoguru merged 4 commits into
mainfrom
cleanup/unused-dev-deps

Conversation

@ecryptoguru

@ecryptoguru ecryptoguru commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

Removes three dev dependencies that are not required by build, QA, or format workflows, and documents the repository boundaries / generated-artifact policy.

Changes

  • apps/marketing/package.json — remove lighthouse and puppeteer
  • root package.json — remove prettier-plugin-tailwindcss
  • .prettierrc.json — remove the Tailwind prettier plugin
  • pnpm-lock.yaml — refreshed by pnpm install
  • AGENTS.md — add repository boundaries and generated-artifact policy section

What was kept

  • @prisma/client-runtime-utils is explicitly listed in apps/web/next.config.ts serverExternalPackages, so it is retained

Test plan

  • pnpm install — removed 88 packages, lockfile updated
  • pnpm format:check — passed
  • pnpm lint — passed
  • pnpm typecheck — passed
  • git diff --check — passed

Generated with Devin

- `lighthouse` and `puppeteer` were in `apps/marketing/package.json` but not
  referenced by any source, script, or CI workflow
- `prettier-plugin-tailwindcss` was in root `package.json`/.prettierrc.json;
  the project uses Tailwind v4, which this old plugin does not support, and
  removing it does not change `pnpm format:check` output

Kept `@prisma/client-runtime-utils` — it is explicitly listed in
`apps/web/next.config.ts` serverExternalPackages.

Verification:
- `pnpm install` pruned 88 packages and refreshed the lockfile
- `pnpm format:check` — passed
- `pnpm lint` — passed
- `pnpm typecheck` — passed

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ecryptoguru, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 10 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b91fa0cb-d6c2-47be-bd17-89af1d8d4175

📥 Commits

Reviewing files that changed from the base of the PR and between 3a06ff1 and eb9256f.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • .prettierrc.json
  • AGENTS.md
  • apps/marketing/package.json
  • package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

ecryptoguru and others added 3 commits August 9, 2026 04:40
Adds an `AGENTS.md` section clarifying the three-repo split and the
local-only nature of build artifacts and rendered media, and notes the
deprecated `@lyrashield/cli` alias.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Add blank line before the build-artifact list to satisfy MD032.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@ecryptoguru
ecryptoguru merged commit 00ffcb5 into main Aug 9, 2026
9 checks passed
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