Update workspace packages while respecting the repo's pinned package list in .ncurc.cjs. Use when the user asks to update dependencies or refresh package versions.
Use this workflow when updating dependencies in this repo.
.ncurc.cjs. Do not upgrade packages listed there..nvmrc, engines.node, @types/node, Dockerfiles, and CI together.pnpm dlx npm-check-updates -u -ws
pnpm install
pnpm test
pnpm lint
npm-check-updates reads .ncurc.cjs, so the reject list is applied during the manifest update.pnpm install may also bump the root packageManager field and regenerate pnpm-lock.yaml.pnpm dev or pnpm build unless the user explicitly asks.@hookform/resolvers in the .ncurc.cjs reject list and pinned to 4.1.0 while apps/web remains on [email protected]. The 5.x resolver line imports zod/v4/core, which has caused local Next.js/Turbopack resolution failures even though the app code still uses Zod 3.