@ubuligan/upgrade-package
v1.1.1
Published
Upgrades npm dependencies in a project safely — checks outdated packages, bumps versions, runs tests, and reports breaking changes. Use when the user runs /upgrade-project.
Readme
@ubuligan/upgrade-package
Upgrades npm dependencies in a project safely — checks outdated packages, bumps versions, runs tests, and reports breaking changes.
Install
npx @ubuligan/upgrade-packageThen restart Claude Code to pick up the skill.
Other installer commands:
npx @ubuligan/upgrade-package --force # overwrite an existing install
npx @ubuligan/upgrade-package --uninstall # remove the skill
npx @ubuligan/upgrade-package --list # show install statusHow to use
In Claude Code, run:
/upgrade-projectThe skill walks your project's dependency upgrade end to end:
- Detects the package manager (npm / yarn / pnpm) from the lockfile.
- Lists outdated packages with current → wanted → latest.
- Asks whether to apply patch/minor only, or include major bumps.
- Applies the version bumps to
package.jsonand installs. - Runs tests (and the build script if present).
- Checks changelogs for breaking changes on major bumps.
- Summarizes upgraded / skipped / failed and suggests a commit.
License
MIT
