-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Invalid peer dependencies with 2.3.7 #3737
Comments
Is this not just as simple as reverting the referenced commit? Should the referenced commit not just be deferred until v14 is out of rc? |
Since the ^ operator only covers any minor version if the major version is not 0 (since a major version if technically considered development by semver 2), the current ^0.11.0 || ^14.0.0 graphql range doesn't cover 0.12.* or 0.13.*. Fixes #3737.
This change was submitted via #3598. The side benefit of that PR was to cleanup the existing |
@hwillson When will this be released? |
After upgrading to apollo-client, and using graphql@0.13, Yarn now will yield the following warning:
Since GraphQL 14 is not released yet, this means that users will have to either use a pre-release version or downgrade to graphql v0.11 to avoid getting this error.
Presumably, this error message is mostly cosmetical, and can safely be ignored.
The problem was introduced in commit 46f0fe6, presumably as a solution to #3562.
The text was updated successfully, but these errors were encountered: