v2.1.3
Routine dependency bumps:
@inquirer/prompts8.3.2 → 8.4.3 (patch)npm-check-updates20.0.0 → 22.2.0 (major)prepare-package2.0.7 → 2.1.0 (minor)
The npm-check-updates major bump was verified to not break our usage: src/commands/outdated.js calls ncu.run({ packageFile, dep, target }) and reads the return value as a { name: versionRange } object. ncu@22 returns the same shape for all three targets (patch/minor/latest) and filters correctly — confirmed by calling it directly against omega-manager's outdated deps. All 4 mocha tests pass.
prepare-package@2.1.0 also added a "hooks": {} field to the prepare-package config block in package.json, written by the prepare step itself.