-
Notifications
You must be signed in to change notification settings - Fork 5
feat: bump dependencies and add some improvements #236
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
base: main
Are you sure you want to change the base?
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
@trevor-scheer what do you think on this? |
@glasser any progress on this one? |
We are blocked on upgrading to This PR fixes this, would love to see this get merged! |
See #104 (comment) :) |
How is it going? There is a vulnerability found in koa 2, this package is preventing us from updating to koa 3, thanks! |
Hi @to-kn, I sent you an email a few weeks ago to touch base about maintaining this project. Happy to get you set up! |
Hi,
i've done some maintenance, if you like :)
Upgrade to koa v3 use @koa/bodyparser and node 18
Since koa v3 only supports node >= 18, we do it too.
Making it compatible with koa-bodyparser and @koa/bodyparser (which is the more up-to-date version)
Adding the call to next() as in #232
Until @koa/bodyparser v6 is published, pipelines will not run (since peerDep to koa v2)