-
Notifications
You must be signed in to change notification settings - Fork 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
Upgrade graphql-upload to 9.0 to support Node.JS 13 #3579
Comments
I confirm this issue. #3508 |
This should be an easy fix... Is there something that is holding back the graphql-upload upgrade to 9.0? |
Bumping this as v10.0 has now been released. I've used resolutions to pin v10 in a project and that is what it took to resolve my upload issues. |
Using the latest |
That's not correct, all the tests are passing for Node.js v12: https://github.com/jaydenseric/graphql-upload/runs/410239593?check_suite_focus=true#step:4:132 |
@jaydenseric sorry if I wasn't clear enough. I referenced the issue since you found out that it is related to mismatching versions of |
please upgrade it's throwing this error : |
updates? |
I'm disabling upload property look at here |
Duplicate of #3508. Please also see the update / suggestion I posted there in #3508 (comment) |
Still an issue on Node 14. |
Apollo Server upload feature is not working for Node.JS 13 because it uses version ^8.0.2 of
graphql-upload
which is not working on Node.JS 13: jaydenseric/graphql-upload#170A new version (version 9) had been published yesterday that support Node.JS 13. Is it possible to upgrade the dependency?
The text was updated successfully, but these errors were encountered: