-
Notifications
You must be signed in to change notification settings - Fork 574
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
Yoga using [email protected] since v4.0.0 causes warnings #38
Comments
Everything should function as normal, regardless of the warnings. |
These warnings should disappear as other libraries are upgraded to the newer GraphQL version. |
Closing because this is all about external dependencies, and there's nothing to fix in yoga for this. |
It still works, but getting a bunch of warnings when you install a package isn't that great of an experience. Wanna reopen this to track sending PR's to upstream dependencies? |
|
Fantastic, thanks a lot @wtgtybhertgeghgtwtg 🙏 |
PR to |
Same issue now, but with graphql 0.13 instead of 0.12 😃 after #127
|
All of these are packages maintained by @apollographql. Would be great if you could create PRs in these repositories or ping them to keep them up to date. 👍 |
Due to inactivity of this issue we have marked it |
Hey 👋, It seems like this issue has been inactive for some time. In need for maintaining clear overview of the issues concerning the latest version of |
Hey, @Urigo from The Guild here! You might know us from projects such as graphql-code-generator, envelop or graphql-tools. For a long time we thought that the Javascript ecosystem is still missing a lightweight cross-platform, but still highly customizable GraphQL Server. In the past the awesome Prisma team took on that great challenge and now we are happy to announce that we are continuing them and just released GraphQL Yoga 2.0 - Build fast, extensible, and batteries-included (Subscriptions, Serverless, File uploads support) GraphQL APIs in Node.js 🚀 We have been working a long time on version 2.0 and have been using it in our clients projects for a few months now and shared a couple of alpha cycles here. Please try Yoga out again, give us feedback and help us spread the word on the new release! |
Yoga has switched to
[email protected]
sincev4.0.0
, but several dependencies still require previous versions, causing warning such as these:with 0.4.0:
with 0.4.2:
with 0.4.3
What's the best course of actions here? Downgrade Yoga's dependency back to
[email protected]
?The text was updated successfully, but these errors were encountered: