package-json-upgrade icon indicating copy to clipboard operation
package-json-upgrade copied to clipboard

Support for aliased packages

Open dleetr opened this issue 3 years ago • 1 comments

I recently had a need to alias 2 different versions of the same package like this:

    "snowpack2": "npm:snowpack@2",
    "snowpack3": "npm:snowpack@3",

But as you can see the plugin says dependency not found -

image

Behavior for this is a bit ambiguous I would admit, but it would be nice if the dependency could at least be obtained and listed in the event I don't notice a major version update on something I have aliased. It'd be fine to me if each dependency listed the most recent (that is to say I wouldn't care if it was just duplicated for each alias), or if there was an option to display the highest matching major version for everything but the newest dependency.

dleetr avatar Jul 30 '22 17:07 dleetr

Support for JSR would be great image

christowiz avatar May 17 '24 21:05 christowiz