Skip to content

[dependabot]: Bump graphql from 2.5.23 to 2.6.0#209

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/bundler/graphql-2.6.0
Apr 27, 2026
Merged

[dependabot]: Bump graphql from 2.5.23 to 2.6.0#209
github-actions[bot] merged 1 commit intomainfrom
dependabot/bundler/graphql-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps graphql from 2.5.23 to 2.6.0.

Changelog

Sourced from graphql's changelog.

2.6.0

Breaking changes

  • SDL: previously, GraphQL-Ruby didn't require object types and interfaces to explicitly name all transitively implemented interfaces. For example if Interface A implements Interface B, and Object O implements Interface A, GraphQL-Ruby didn't require the SDL to include implements ... & B, But it should have, according to the spec. This misbehavior has been corrected, but may cause some previously-accepted SDL strings to be rejected with errors. #5602

Bug fixes

  • SDL: require types to name all implemented interfaces #5602
  • Execution::Next: call Resolver #ready? methods #5611

2.5.25

Bug fixes

  • Field extensions: correctly return false through for fields with extensions that don't define after_resolve #5610

2.5.24

New features

Commits
  • da5209d 2.6.0, add pro-1.30.0 checksum
  • 19a6a93 Merge pull request #5602 from rmosolgo/sdl-transitive-deps-error
  • a1e0b0e pro 1.30.0 and enterprise 1.7.0
  • f4614bb Merge pull request #5611 from rmosolgo/exec-next-ready
  • 7ce88f4 more migration docs
  • be476f7 Fix ready error handling
  • 0dfa6c6 Run Resolver#ready? with exec-next
  • fc642c0 2.5.25
  • 5500506 Merge pull request #5610 from rmosolgo/fix-extension-returning-false
  • b35b106 properly return false from fields with extensions
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.5.23 to 2.6.0.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.5.23...v2.6.0)

---
updated-dependencies:
- dependency-name: graphql
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automerge dependencies Pull requests that update a dependency file labels Apr 27, 2026
@github-actions github-actions Bot merged commit 84f7225 into main Apr 27, 2026
10 checks passed
@github-actions github-actions Bot deleted the dependabot/bundler/graphql-2.6.0 branch April 27, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants