mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-16 01:26:24 +00:00
.. | ||
index.ts | ||
range.ts | ||
readme.md |
npm versioning
Documentation and URLs
https://semver.org/ https://www.npmjs.com/package/semver https://docs.npmjs.com/about-semantic-versioning https://semver.npmjs.com/
What type of versioning is used?
npm has the most well known/widely used implementation of Semantic Versioning 2.0.
Are ranges supported? How?
npm's semver implementation supports a large number of range operators.
Range Strategy support
npm versioning should support all range strategies - pin, replace, bump, extend.
Implementation plan/status
- Exact version support
- Range support