mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
692f4b72ae
* add strictNullCheck for versioning/npm,node * refactor(npm): ensure strict null * refactor(node): ensure strict null * refactor: added variable to handle null error * refactor: revert last commit instead use non-null assertion |
||
---|---|---|
.. | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
schedule.ts |
Renovate's Node.js versioning is a wrapper around npm's versioning, except that it makes sure to strip "v" prefixes from exact versions when replacing.
It is planned to extend it one day to support "stability" awareness, because Node.js's version stability does not follow the SemVer approach.