Some checks are pending
CI / typecheck + lint + boundaries + test + build (push) Waiting to run
CI / Playwright e2e (push) Blocked by required conditions
CI / Storybook smoke tests + visual regression (push) Blocked by required conditions
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Coverage snapshot / snapshot (push) Waiting to run
Release Please / release-please (push) Waiting to run
Sentry PII guard (R31) / pii-guard (push) Waiting to run
The core-package trpc removal e2e was only stripping @repo/core-trpc from the two app package.json files. blog, marketing-pages, and navigation also depend on core-trpc for their ./ui hooks, so pnpm install in the simulated post-removal state failed to resolve the workspace dep. Strip the dep from every package that references it.