Specific Angular Upgrade

Author: JosephLteifCreated Dec 8, 2023Updated Jun 29, 2026
Labelsbug
  • I have searched for similar issues
  • I am using the latest version of npm-check-updates
  • I am using node >= 14.14

Current Behavior

I want to angular version to latest of 16 and all my other dependencies respecting constraints with angular version 16. I tried upgrading only angular to 16 then upgrading all the others while excluding angular (thinking it will resort to only package versions that are compatble with angular 16) but this wasn't the case, (used --peer). It gave me the latest version of all the dependencies other than angular (Because it got excluded)

Expected Behavior

A way to specify specific version of dependencies to have (Mainly angular version) and have all other dependencies resort to the latest compatible version available to them while respecting other constraints

Source: raineorshine/npm-check-updates