-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
GraphiQL packages upgrade to latest #3227
GraphiQL packages upgrade to latest #3227
Conversation
Thanks for adding the Here's a preview of the changelog: This release updates the GraphiQL packages to their latest versions:
Here's the tweet text:
|
@@ -61,14 +61,14 @@ | |||
<link | |||
crossorigin | |||
rel="stylesheet" | |||
href="https://unpkg.com/graphiql@3.0.5/graphiql.min.css" | |||
href="https://unpkg.com/graphiql@3.0.9/graphiql.min.css" | |||
integrity="sha384-yz3/sqpuplkA7msMo0FE4ekg0xdwdvZ8JX9MVZREsxipqjU4h8IRfmAMRcb1QpUy" |
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.
uh I think we might need to change the SHAs as well 😊
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.
good point! Let me update them. tks
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.
Apparently some of them use the same hash. 🤷
Cheked using: https://www.srihash.org/
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.
ah, didn't know about that tool! thanks :) I'll check if it all works and then I'll release :)
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3227 +/- ##
==========================================
- Coverage 96.60% 96.60% -0.01%
==========================================
Files 481 481
Lines 29928 29928
Branches 3691 3691
==========================================
- Hits 28912 28911 -1
Misses 833 833
- Partials 183 184 +1 |
CodSpeed Performance ReportMerging #3227 will not alter performanceComparing Summary
|
thank you so much! |
I'll fix the lint errors and then merge, those are not related to this PR |
Thanks for contributing to Strawberry! 🎉 You've been invited to join You can also request a free sticker by filling this form: https://forms.gle/dmnfQUPoY5gZbVT67 And don't forget to join our discord server: https://strawberry.rocks/discord 🔥 |
Description
Upgrade GraphiQL packages to latest:
graphiql@3.0.9
@graphiql/plugin-explorer@1.0.2
Types of Changes
Checklist