chore: remove unused dev dependencies - #254
Conversation
- `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>
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
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. Comment |
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>
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— removelighthouseandpuppeteerpackage.json— removeprettier-plugin-tailwindcss.prettierrc.json— remove the Tailwind prettier pluginpnpm-lock.yaml— refreshed bypnpm installAGENTS.md— add repository boundaries and generated-artifact policy sectionWhat was kept
@prisma/client-runtime-utilsis explicitly listed inapps/web/next.config.tsserverExternalPackages, so it is retainedTest plan
pnpm install— removed 88 packages, lockfile updatedpnpm format:check— passedpnpm lint— passedpnpm typecheck— passedgit diff --check— passedGenerated with Devin