upgrade mirror should not upgrade to next version

Author: tjx666Created Jul 19, 2022Updated Aug 6, 2026
Labelsenhancementfaq
  • I have searched for similar issues
  • I am using the latest version of npm-check-updates
  • I am using node >= 14

Steps to Reproduce

bash
❯ ncu -u -t minor
Upgrading /Users/yutengjing/code/hammer/package.json
[====================] 46/46 100%

 electron-builder     23.1.0  →  23.3.2
 jest                 28.1.2  →  28.1.3
 ts-jest              28.0.5  →  28.0.7
 ts-node              10.8.2  →  10.9.1
 vite-plugin-checker   0.4.8  →   0.4.9
 vue-tsc              0.38.5  →  0.38.8

Run pnpm install to install new versions.

[email protected] is next version:

image

Source: raineorshine/npm-check-updates