Pin dependencies? #5491
Closed
bmuenzenmeyer
started this conversation in
Ideas
Replies: 2 comments 2 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#5488 made me wonder: Can we instead pin our dependencies?
It's a small measure toward more determinism. Yes, we have lockfiles, but they are brittle and easy to be blown away on accident, change of branch, merge conflict, etc.
I've advocated for years that my teams should pin dependencies.
Here's some more thoughts:
" | https://betterdev.blog/pin-exact-dependency-versions/
A "downside" of this is potentially more upgrade noise, but I argue this is an appropriate price to pay for a site with as much scrutiny as nodejs.org. As @ovflowd stated in #5488 we can, in addition to this, reconsider automation.
Beta Was this translation helpful? Give feedback.
All reactions