[BUG] npm outdated
no longer respects semver range for npm:
style indirect versions
#7573
Closed
2 tasks done
Labels
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
With npm 10.8.1,
npm outdated
shows a different major version in the "Wanted" column even though the dependency uses a caret or tilde range.Expected Behavior
npm outdated
only shows minor and patch version bumps in the "Wanted" column (or only patch versions for a tilde range). This was the behavior on npm 10.8.0 and earlier.Steps To Reproduce
npm init -y
npm install punycode-v1@npm:[email protected]
to install punycode version 1 with an alias.npm outdated
Environment
The text was updated successfully, but these errors were encountered: