IBX-11606: Bumped overblog/graphql-bundle and resolved deprecations#98
Merged
konradoboza merged 7 commits into4.6from Apr 16, 2026
Merged
Conversation
8f341ba to
06713ab
Compare
0b1817a to
a4b0d07
Compare
This was referenced Apr 15, 2026
barw4
approved these changes
Apr 15, 2026
97864c7 to
4087f79
Compare
alongosz
approved these changes
Apr 15, 2026
Steveb-p
reviewed
Apr 15, 2026
|
Steveb-p
approved these changes
Apr 15, 2026
micszo
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description:
Due to GHSA-68jq-c3rv-pcrr which doesn't affect us directly, we needed to bump the requirement of 3rd party package in question (actually it's
overblog/graphqlwhich in turn requires the one mentioned above) not to block the installation.Bumping the requirement to
0.15.0is not enough due to this issue: overblog/GraphQLBundle#1033. Since1.0and1.6isn't that much different when it comes to BC breaking, I decided to align with what we have onmainto reduce the diff.Also, we need to have a composer alternative for the previous and the new versions due to PHP7.4 support, ref: https://github.com/overblog/GraphQLBundle/blob/v0.14.4/composer.json#L31.
For QA:
Documentation: