Dependency update
Update dependencies without bypassing quarantine or missing deployable workspaces.
Use Renovate for routine changes. Use a focused manual pull request when an upgrade unblocks a product defect or requires migration work.
Review the update
Read the upstream release notes. Check Node, Nuxt, Vue, browser, and operating system support that applies to the repository. Inspect install scripts and transitive changes for tools used during build or release.
Update the lockfile
Keep minimumReleaseAge: 1440 active. Do not add a broad or permanent ignore
list. If an approved first-party prerelease needs an exception, pin the exact
version and record its removal time.
Verify all consumers
Run:
pnpm verify
pnpm audit:all
pnpm docs:build
pnpm release:verifyRun packed-consumer and browser tests when the package interface or framework integration changed. Include the docs app, examples, and fixtures in the audit.
Remove an expired exception in the same pull request or open a tracked cleanup issue with the exact deadline.