Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect version in Git dependencies using #semver:^X.Y.Z format #430

Closed
2 tasks done
ibc opened this issue Apr 5, 2018 · 1 comment
Closed
2 tasks done

Detect version in Git dependencies using #semver:^X.Y.Z format #430

ibc opened this issue Apr 5, 2018 · 1 comment

Comments

@ibc
Copy link

ibc commented Apr 5, 2018

  • node version: v8.9.4
  • npm version: 5.8.0
  • npm-check-updates version: 2.14.1

It'd be great if ncu also works with Git dependencies in package.json that use the SEMVER format to specify the version (Git tag in fact), as documented here:

<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish> | #semver:<semver>]

Example:

"myPrivateLib": "github:myorg/myPrivateLib#semver:^1.3.0"
@raineorshine
Copy link
Owner

Closed with the revive-me tag for interested contributors. See #484.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants