Skip to content
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

Fix dependency within obsolete authorization package #1144

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

Shane32
Copy link
Member

@Shane32 Shane32 commented Aug 18, 2024

Limits GraphQL to compatible versions

Without this patch, 7.7.1 is dependent on any version of the server package, such as the new v8 which it is compatible with, but takes an indirect reference to graphql, and it is not compatible with graphql v8.

@Shane32 Shane32 self-assigned this Aug 18, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.88%. Comparing base (010d522) to head (902af55).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1144   +/-   ##
=======================================
  Coverage   93.88%   93.88%           
=======================================
  Files          49       49           
  Lines        2370     2370           
  Branches      421      421           
=======================================
  Hits         2225     2225           
  Misses        103      103           
  Partials       42       42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Shane32 Shane32 merged commit ad7d43a into master Aug 18, 2024
9 checks passed
@Shane32 Shane32 deleted the fix_dependency branch August 18, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants