Y
Hacker News
new
|
ask
|
show
|
jobs
by
jameslars
317 days ago
Notably, a lockfile does not solve this problem either.
1 comments
omcnoe
317 days ago
True, but the lockfile is imposed at build time. Swapping out the version of a transitive dependency might build totally fine, but also might result is broken behaviour at runtime if the behaviour of the dependency changed.
link