-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 to 8.2 #16736
Upgrade GraphQL to 8.2 #16736
Conversation
@hyzx86 you upgraded GraphQL package last time. You may be more familiar with this. Can you please check this out? |
IMHO we need to stop bumping the packages ourselves like you said before until the Dependabot is fixed |
The Dependabot is fixed. But it can't do breaking changes like this one. These will need to always be done manually. |
I thought it was straightforward Anyhow, to try to fix the broken unit tests. @hyzx86 your help appreciated |
This problem seems to be related to dynamically generated filtering conditions. Sorry, I'm busy with other projects recently. It's at a critical stage, and I may not have time to deal with this problem for some time. |
Thanks @hyzx86 @MikeAlhayek can you handle this? Or we might need help from @carlwoodhouse or @mdameer who worked recently on some GraphQL PRs |
…chardCore into ma/upgeade-graphql
This is going to be a breaking change and should not be part of 2.x. We should wait until 3 before doing this as we have to set |
So, let us defer this PR then |
This pull request has merge conflicts. Please resolve those before requesting a review. |
This pull request has merge conflicts. Please resolve those before requesting a review. |
The build is still fail |
This pull request has merge conflicts. Please resolve those before requesting a review. |
This pull request has merge conflicts. Please resolve those before requesting a review. |
This pull request has merge conflicts. Please resolve those before requesting a review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, thanks @MikeAlhayek. I've added some comments, but I've not fully tested this yet.
Fixes #16826.