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

Update dependency com.graphql-java:graphql-java to v22.1 #5900

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java:graphql-java 22.0 -> 22.1 age adoption passing confidence

Release Notes

graphql-java/graphql-java (com.graphql-java:graphql-java)

v22.1: 22.1

Compare Source

This is a bugfix release. There are no breaking changes in this release.

Key changes include:

  • Fix to add field fetching method #​3571
  • Add validation rule for @deprecated on required arguments and input object fields #​3591

Thanks to everyone who contributed to this release!

What's Changed

New Contributors

Full Changelog: graphql-java/graphql-java@v22.0...v22.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 11, 2024 11:15
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.73%. Comparing base (7e51eb1) to head (ab7d4b4).
Report is 1 commits behind head on dev-2.x.

Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #5900   +/-   ##
==========================================
  Coverage      68.73%   68.73%           
  Complexity     17062    17062           
==========================================
  Files           1944     1944           
  Lines          74366    74366           
  Branches        7692     7692           
==========================================
  Hits           51113    51113           
  Misses         20624    20624           
  Partials        2629     2629           

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

@renovate renovate bot changed the title fix(deps): update dependency com.graphql-java:graphql-java to v22.1 Update dependency com.graphql-java:graphql-java to v22.1 Jun 12, 2024
@optionsome
Copy link
Member

The fix was related to "The @deprecated directive must not appear on required (non-null without a default) arguments or input object field definitions.". I don't think we ever do that.

@leonardehrenfried leonardehrenfried merged commit f21c8d1 into dev-2.x Jun 14, 2024
5 checks passed
@leonardehrenfried leonardehrenfried deleted the renovate/com.graphql-java-graphql-java-22.x branch June 14, 2024 14:38
@t2gran t2gran added this to the 2.6 (next release) milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants