renovate/lib/versioning/node
2019-01-07 16:19:15 +01:00
..
index.js feat: split out npm versioning from semver (#3023) 2019-01-07 05:49:47 +01:00
readme.md docs: add versioning readmes 2019-01-07 16:19:15 +01:00

node versioning

This "node" versioning is nearly identical to npm's semver except that it makes sure to strip "v" prefixes from exact versions when replacing.

Documentation and URLs

https://semver.org/

What type of versioning is used?

Node.JS's versioning complies with Semantic Versioning 2.0.

Are ranges supported? How?

Same as npm.

Range Strategy support

Same as npm

Implementation plan/status

  • Strip v prefix
  • Support Node.js-specific "stable" awareness