cyberneticlibrary

Plan npm dependency upgrades

upgrade-depsworkflowsetup L24
wxxb789/ghc-proxy
What it does

Classify and research npm dependency upgrade breaking changes

Best for

Safely evaluating major npm upgrades with risk tier classification and research.

Inputs
  • · outdated: [{name, current, update, latest, kind}]
Outputs
  • · upgrade-plan.md
  • · tiered batch commands
Requires
  • · npm outdated parser
  • · semver range logic
Preconditions

package.json present, outdated list supplied

Failure modes
  • · changelog not found (github/npm)
  • · semver parsing ambiguous
Trust signals
  • · patch/minor/major/pre-1.0 tier logic
  • · bundler context awareness