-
Notifications
You must be signed in to change notification settings - Fork 19
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
[deps]: Pin node to 20.15.0 - autoclosed #371
Conversation
Deploying contributing-docs with Cloudflare Pages
|
No New Or Fixed Issues Found |
db04a94
to
33ec7ec
Compare
@Hinton Jon and I were working together to roll this out anywhere NVM is used, and I called out that our pinning policy could conflict with it; our result was "eh, why not?" given the frequency this runs. The alternative is an overriding package rule e.g.: {
"matchManagers": ["nvm"],
"rangeStrategy": "replace"
} (untested) that we could try, but that's something to maintain on its own to me. I see this tracking with our normal rules of operation, and we can stay up on explicit Node installations locally. |
33ec7ec
to
7e006e1
Compare
Fair, I guess I don't really like it since it's a bit of a maintenance burden little gain. We don't really have any tooling in place to enforce nvm is used and the ranges in |
a14564b
to
3c575b9
Compare
3c575b9
to
a69a061
Compare
This PR contains the following updates:
v20
->20.15.0
Add the preset
:preserveSemverRanges
to your config if you don't want to pin your dependencies.Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.