bump-deps

Installation
SKILL.md

Bump Dependencies Skill

Update Node.js dependencies using taze CLI with smart prompting: auto-apply MINOR/PATCH updates, prompt for MAJOR updates individually, skip fixed-version packages.

For projects with a package-manager minimum-age policy, pass Taze's maturity-period flags so Taze filters out too-new releases before writing manifests.

When package names are provided as arguments (e.g. /bump-deps react typescript), scope all taze commands to only those packages using --include.

When --dry-run is passed (e.g. /bump-deps --dry-run or /bump-deps --dry-run react), scan for updates and present a summary table without applying any changes. See Dry Run Mode below.

Prerequisites

Before choosing commands, check whether the target project has either:

  • bun.lock or bun.lockb plus bunfig.toml with [install].minimumReleaseAge
  • pnpm or Yarn minimum-age settings

If present, follow Minimum Release Age Mode.

Installs
1.7K
GitHub Stars
62
First Seen
Feb 12, 2026
bump-deps — paulrberg/agent-skills