renovate/lib/versioning/node
RahulGautamSingh 692f4b72ae
refactor: ensure strict null check node,npm (#13404)
* 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
2022-01-06 20:33:52 +01:00
..
index.spec.ts refactor: ensure strict null check node,npm (#13404) 2022-01-06 20:33:52 +01:00
index.ts refactor: ensure strict null check node,npm (#13404) 2022-01-06 20:33:52 +01:00
readme.md docs: improve versioning docs 2020-02-17 23:02:00 +01:00
schedule.ts refactor: ensure strict null check node,npm (#13404) 2022-01-06 20:33:52 +01:00

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.