-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old dependencies #18
Comments
@mcollina can you confirm that the split2 dependency can be upgraded from 0.2.1 to 2.1.1 painlessly. |
From 0.2.1 to 2.0.1 is a huge step, but it should be painless. |
@mcollina, are all the options for |
Yes it's fine. v2 just handles correctly utf8 chars, plus it's an updated dependency on readable-stream. |
So why wouldnt it be backwards compatible, or... |
If it follows semantic versioning, quoting:
It's all about compatibility, nothing about the implementation itself. If you don't change the interface (including supported node version), I suggest you only make it a PATCH change. |
As the maintainer of both split2 and readable-stream, I still recommend a major bump. |
Good point @mcollina :-) Sorry if that came out pedantic, |
This package is using some quite old versions of dependencies, such as split2 0.2.1 when the latest is 2.1.1.
In the case of split 0.2.1, this is likely the cause of some junk in our docker image.
See coala/docker-coala-base#120
The text was updated successfully, but these errors were encountered: