|
|
|
|
|
by chipdart
758 days ago
|
|
> The problem is this never happens. It happens regularly to the point that it becomes the happy path. The trick is that you should pin all dependencies and not just let auto-updates happen, and instead treat even patch updates as if they could be major-version bumps. > It's hard to quantify, maybe, but it just feels like constant stress. I agree, but the key factor is auto-updates cause pain. Once you disable those you no longer experience any pain. For instance, no one needs to constantly upgrade dev dependencies, and even patch upgrades to TypeScript are hard to justify without full regression tests. |
|