Stable dependency versions #8
RamDivrania
started this conversation in
Ideas
Replies: 1 comment
-
Yes, As per stable product development practice production and pre-prod(stage) auto-upgrade should be locked, However, for development environment it should be auto-upgrade. @RamDivrania Good suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of allowing auto-update for dev or prod dependencies, we should set it to fixed/stable versions and only allow manual updates/upgrades. Or we should allow auto-update only for patch versions.
In many cases, dependencies can break builds.
"typescript": "^4.2.3"
"typescript": "4.2.3"
"typescript": "~4.2.3"
Beta Was this translation helpful? Give feedback.
All reactions