Closed alex35mil closed 6 years ago
@alexfedoseev I would prefer to remove ^
, just as you say, it's easier to track issues. I'll keep quick response to new issues, so I think we do not really need the newest patch version.
@zaaack Alright, lemme get rid of them.
@zaaack Done.
@alexfedoseev Thanks a lot!
@zaaack I bumped deps (incl.
ocaml-language-server
) and tried to change few random things in my codebase: I haven't seen broken pipe error yet, hope it's gone.Another thing I wanted to discuss: should we remove
^
in deps versions inpackage.json
? E.g.W/
^
, every user gets latest version of dependency and we can face situation when we have previous version of package but another user (that installedide-reason
just now) got latest version of some dependency which introduced regression. Or other weird works-on-my-machine case.P.S. Sorry for noise in commits, there were some merge conflicts in my fork. But it seems actual changes are only in latest commit
Bump deps
.