Agent skill

dependency-updates

Esposter dependency update process — all versions in pnpm-workspace.yaml catalog, caret prefix rules, pinned packages (nuxt, h3, ctix), and tracked open issues. Apply when updating package versions.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/dependency-updates

SKILL.md

Dependency Updates

All version numbers live in the catalog: section of pnpm-workspace.yaml at the repo root. Individual package.json files reference them with catalog: — never edit version numbers there.

Process

  1. Check what's outdated (run from repo root):

    pnpm outdated -r
    
  2. Update versions in pnpm-workspace.yaml — all non-pinned packages must have a ^ caret prefix.

  3. Refresh the lockfile manually — run pnpm refresh:lockfile from the repo root yourself after updating versions.

Pinned packages (do not update)

  • nuxt — no ^, manually managed (infrastructure, coordinates with h3 and Nuxt modules).
  • h3 — skip major/RC bumps; only update minor/patch within the current major.
  • ctix — pinned (no ^) due to open issue https://github.com/imjuni/ctix/issues/192.
  • survey-core, survey-vue3-ui, survey-creator-core, survey-creator-vue — pinned to 2.5.15 (no ^); 2.5.16 broke type declarations for survey-creator-core/themes.

Tracked issues (update normally, but watch these)

Caret rules

Every catalog entry must have ^ except pinned packages listed above. If an entry is missing ^ with no entry in the pinned list above, add it when updating.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results