-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Can koa-convert be updated #1323
Comments
This can't be fixed until Koa 3 is released because the removal of bluebird is a breaking change (thus requires semver major release). |
Actually, lets keep this open. |
ok thanks! While ^4 is in engines it's a semver indeed. But so what's happened here 7bd82ac? |
Yea I don't know. The decision was made that it was worth it. My personal take on this is to NOT do/remove anything because compose will be removed in next version of Koa anyway. It's not worth possibly breaking applications IMO. Others might disagree though. |
Waiting on koa-convert ownership to be given to me by @gyson or npm staff. Then I will release new major release per koajs/convert#13. |
v2.0.0 released https://github.com/koajs/convert/releases/tag/v2.0.0 |
Currently, koa depends on 2 koa-compose, one v3 and one v4. The v3 is coming from the old koa-convert, and it is pulling the blue-bird. Can this be fix now?
https://github.com/koajs/convert/pull/11/files
Best
The text was updated successfully, but these errors were encountered: