Update dependencies#4594
Conversation
changelog.md
Outdated
There was a problem hiding this comment.
Does changing the dependencies warrant a minor bump?
Are we as a package providing any new features by upgrading?
/cc @janmeier
There was a problem hiding this comment.
If you use shrinkwrap the peer dependencies have to be ok. Otherwise you can't build your shrinkwrap file. That's why I consider it as a minor bump.
There was a problem hiding this comment.
shrinkwrap doesn't work currently with sequelize? If not i'd say this is a bug fix then, not a new feature.
There was a problem hiding this comment.
It does not work with sequelize if you want to use bluebird 2.10.x. That's because sequelize requires bluebird < 2.10.x.
There was a problem hiding this comment.
Because of our ~?
Probably best to just use Next untill we actually cut a release.
There was a problem hiding this comment.
Yepp, because of the tilde. I'll rebase it in a few minutes.
Bluebird has no BC changes and they are very careful not to break anything, so I guess it's fine to get minor updates instead of just patches.
Wellknown got a new feature without BC.
Dottie has no changelog but if I read the commit messages correct version 1.0 is backwards compatible.
Coffee-script is not used in sequelize.