renovate/lib/modules/versioning/npm
Rhys Arkins 4316888c67
fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309)
2024-04-10 09:47:14 +00:00
..
index.spec.ts fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309) 2024-04-10 09:47:14 +00:00
index.ts feat(datasource): support range constraints filtering (#20842) 2023-03-15 06:12:08 +00:00
range.ts fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309) 2024-04-10 09:47:14 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

readme.md

npm versioning is the most well known/widely-used implementation of Semantic Versioning 2.0.

It's important to understand that "npm" versioning scheme is not the same as "semver" versioning. SemVer's spec does not define ranges at all - so all range/constraint syntax in npm is npm-specific and not part of the spec.