Skip to content

Support for any version that satisfies wildcard version req(*), as in node-semver #9

@await-ovo

Description

@await-ovo

In node-semver, with option.includePrerelease: true, any version will satisfies wildcard version reqeust(*).

This should also be supported by deno_semver, which affects the behavior of deno install npm dependencies now.
e.g. when vitepress latest version is 1.0.0-rc.10, run deno run -A npm:vitepress dev will install vitepress@0.22.4, since prerelease version not satisfies *, which should install 1.0.0-rc.10 like pnpm or yarn does ~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions