Open
Description
This extension suggests to install a version with a higher number, even if that version is marked as deprecated in the npm registry.
This mostly occurs when a project publishes a new version by mistake. For instance, the Nx project recently published 18.1.0
versions of a number of packages by mistake, and marked all those versions as deprecated. So if you have dependencies like this in a package.json
:
{
"dependencies": {
"@nx/devkit": "18.0.8",
"@nx/js": "18.0.8",
"nx": "18.0.8"
}
}
You will get Update available: 18.1.0
for each, but those packages are deprecated and should not be used:
https://www.npmjs.com/package/@nx/devkit/v/18.1.0
https://www.npmjs.com/package/@nx/js/v/18.1.0
https://www.npmjs.com/package/nx/v/18.1.0
It would be great if deprecated versions were excluded from suggestions.

Metadata
Metadata
Assignees
Labels
No labels