update-packages

Installation
SKILL.md

Update Packages

Use this workflow when updating dependencies in this repo.

Steps

  1. Check the pinned package list in .ncurc.cjs. Do not upgrade packages listed there.
  2. Keep the repo on Node 24. If you change Node runtime settings, update .nvmrc, engines.node, @types/node, Dockerfiles, and CI together.
  3. Update manifests across the workspace:
pnpm dlx npm-check-updates -u -ws
  1. Refresh the lockfile and install updated packages:
pnpm install
Installs
21
GitHub Stars
10.7K
First Seen
Mar 10, 2026
update-packages — elie222/inbox-zero