You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a deprecated version of a package exists with a higher version number than the currently installed version, the tool will install the deprecated version. This only seems to happen with the cdnjs provider.
To Reproduce
Steps to reproduce the behavior:
Add the following entry under libraries in libman.json:
With CDNJS, the data used by libman comes from their catalog curation. In this case, CDNJS that says 2.1.1 is the latest version, and there's no indication from their API that it's been deprecated.
You could try sending them feedback via https://github.com/cdnjs/cdnjs/issues to either set another version as latest, or to add a feature to include deprecation metadata so that libman could consume that and exclude deprecated versions.
Describe the bug
If a deprecated version of a package exists with a higher version number than the currently installed version, the tool will install the deprecated version. This only seems to happen with the
cdnjs
provider.To Reproduce
Steps to reproduce the behavior:
libraries
inlibman.json
:dotnet libman update datatables.net
and the command will update to version2.1.1
which is deprecated.Expected behavior
Deprecated package versions should be ignored when updating.
Additional context
2.1.175+29a28921bd.RR
The text was updated successfully, but these errors were encountered: