Skip to content

v2.1.3

Choose a tag to compare

@ianwieds ianwieds released this 19 May 03:50
· 2 commits to main since this release

Routine dependency bumps:

  • @inquirer/prompts 8.3.2 → 8.4.3 (patch)
  • npm-check-updates 20.0.0 → 22.2.0 (major)
  • prepare-package 2.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.