db-migrate / db-migrate-base

Base driver for db-migrate
Other
7 stars 16 forks source link

Update bluebird to 3.1.1 #1

Closed alubbe closed 8 years ago

alubbe commented 8 years ago

They changed the default promisification to pass on only the first argument of the callback and ignore the others. If needed, bluebird can be told to return an array with all arguments instead. I think bumping bluebird and using the new default behaviour should be fine for this project.

wzrdtales commented 8 years ago

Thank you for the information! I will have a look if a bump is really reasonable here and if, this will be bumped on all layers instead only on the base driver.