-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Complete Graphql update to v14 #11568
Conversation
@sibiraj-s I messed up while resolving the conflicts and now cannot push to the branch to fix it, sorry about that! |
This is super weird - just for test I'll temporarily remove |
@saranshkataria when there are conflicts in yarn.lock file you can run |
e04848c
to
3ae6eb3
Compare
@sibiraj-s it seems only failing test is caused by some regression introduced in #11581, so we should be good dropping unrelated |
Okay @pieh. |
Looks like this is the same as #11512 |
Thanks so much for the PR! Unfortunately, we're not going to merge this at this time. It seems like a duplicate of this one #11512 got reverted. As such--we're going to close this out. We want you to know that we certainly want to keep you as a contributor to Gatsby, so we'd encourage you to check out our open issues. Thanks again, and we look forward to seeing more PRs from you in the future! 💪 💜 |
Description
Recently Graphql is updated to v14. this should complete the update.
Note: I have updated the package
documentation
ingatsby-transformer-documentation
as jest tests failed due to some issue is caused by one of its dependencies during post install. the package updated fromv7
tov9
which is breaking.Related Issues
Fixes #11507