pnpm nx migrate latest
pnpm install --no-frozen-lockfile
pnpm exec nx migrate --run-migrations
rm migrations.json
Install ncu.
Run ncu
and check if the upgrade is ok, then run ncu -u
.
If you need to exclude a specific package add -x, ncu -x rxjs typescript
.
Don't update:
node-fetch - it will break scripts/
[] pnpm start [] pnpm lint [] pnpm test [] pnpm build
git reset --hard # Reset any changes
git clean -fd # Delete newly added files and directories