feat: bump dependencies and add some improvements#236
Open
to-kn wants to merge 3 commits intoapollo-server-integrations:mainfrom
Open
feat: bump dependencies and add some improvements#236to-kn wants to merge 3 commits intoapollo-server-integrations:mainfrom
to-kn wants to merge 3 commits intoapollo-server-integrations:mainfrom
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. |
Author
|
@trevor-scheer what do you think on this? |
Contributor
Author
|
@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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)