-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
refactor: Upgrade GraphQL dependencies #7970
refactor: Upgrade GraphQL dependencies #7970
Conversation
Thanks for opening this pull request!
|
83e3d9d
to
15c5631
Compare
I'm not in favor of merging this PR currently since it introduces a possible breaking change with the async apply graphql server. This PR should be merged after the switch to Yoga: #7967 |
Codecov Report
@@ Coverage Diff @@
## alpha #7970 +/- ##
==========================================
- Coverage 94.11% 93.78% -0.33%
==========================================
Files 182 182
Lines 13639 13631 -8
==========================================
- Hits 12836 12784 -52
- Misses 803 847 +44
Continue to review full report at Codecov.
|
# Conflicts: # package-lock.json # package.json # src/GraphQL/ParseGraphQLSchema.js # src/GraphQL/ParseGraphQLServer.js
@mtrezza we are good to go here 🚀 |
Could you just give this PR a proper title? Remember, it will be used as the changelog entry and that is impacting the DX. |
done @mtrezza |
# Conflicts: # package-lock.json # package.json
We should be good to go here @mtrezza 🚀 |
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.
it looks good to me
@mtrezza could you merge this one ? |
Rerunning failing CI |
🎉 This change has been released in version 5.3.0-alpha.16 |
🎉 This change has been released in version 5.3.0-beta.1 |
🎉 This change has been released in version 5.3.0 |
I will reformat the title to use the proper commit message syntax. |
New Pull Request Checklist
Issue Description
Update graphql deps
Related issue: #7916
Closes #7916
Approach
Update all packages to latest version
TODOs before merging