-
Notifications
You must be signed in to change notification settings - Fork 52
unmet peer graphql-subscriptions@^2.0.0: found 3.0.0
#327
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
Comments
Thanks, would you be willing to create a PR? |
Yeah sure. Why not. BTW thanks for this wonderful work. It is really good that this lib is still kicking. |
@TriPSs I am not familiar with the release plan, do yo think you can tell me how usually new releases are published on npm, if we have a doc for I'd love to take a look. |
Useally I realse when there is something to release, now I did all the dependa bot things and went for food and forgot it 😅, let me release this. |
Describe the bug
So it is not really a bug but can become one since graphql-subscriptions have changed their API since version 3.x.
https://github.com/apollographql/graphql-subscriptions/blob/master/CHANGELOG.md#300
asyncIterator
is no longer available, insteadasyncIterableIterator
is the one that should be used.Have you read the Contributing Guidelines?
Yep
To Reproduce
Steps to reproduce the behavior:
Then you can see this warning:
WARN Issues with peer dependencies found . └─┬ @ptc-org/nestjs-query-graphql 7.1.0 └── ✕ unmet peer graphql-subscriptions@^2.0.0: found 3.0.0
Expected behavior
No warning
Screenshots

Desktop (please complete the following information):
Additional context
I am currently working with this monorepo project inside a bigger repo: https://github.com/kasir-barati/nestjs-materials/tree/main/typeorm
The text was updated successfully, but these errors were encountered: