depfu / feedback

🤔 Question, bugs and feedback for Depfu
https://depfu.com
MIT License
8 stars 4 forks source link

Consider avoiding version bumps for "^x.x.x" versions #22

Closed alexjeffburke closed 2 years ago

alexjeffburke commented 5 years ago

Hey,

I've noticed in quite a few projects I work with that use depth that it will create version bump branches even in package.json specifies a caret range and thus the upgrade is covered. It would be great to have a way to turn off this behaviour - perhaps even make it conditional on the presence of lock files.

Thanks.

theflow commented 5 years ago

Thanks for the feedback @alexjeffburke!

We know it's not strictly necessary, but it solved a few edge cases with npm where it didn't behave the way we expected it to. What's the reason you'd like to not have it, any downsides you have seen?

AlexWayfer commented 4 years ago

What's the reason you'd like to not have it, any downsides you have seen?

Too many pull requests: https://github.com/AlexWayfer/stream_timer/pulls?q=is%3Apr+label%3Adepfu

theflow commented 2 years ago

Closing older issues