Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(node.js versioning): rewrite #22714

Merged
merged 15 commits into from
Sep 18, 2023
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions lib/modules/versioning/node/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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.
Renovate's Node.js versioning is a wrapper around npm's versioning.
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
But Renovate removes any `v` prefixes from exact versions when replacing.
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved

It is planned to extend it one day to support "stability" awareness, because Node.js's version stability does not follow the SemVer approach.
We plan to extend the Node.js versioning to support "stability" awareness.
This is nice to have because Node.js's version stability does not match the SemVer rules.
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved