Skip to content

build(deps): bump graphql from 2.5.23 to 2.6.1#1158

Merged
myronmarston merged 2 commits intomainfrom
dependabot/bundler/graphql-2.6.1
Apr 28, 2026
Merged

build(deps): bump graphql from 2.5.23 to 2.6.1#1158
myronmarston merged 2 commits intomainfrom
dependabot/bundler/graphql-2.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps graphql from 2.5.23 to 2.6.1.

Changelog

Sourced from graphql's changelog.

2.6.1

Bug fixes

  • Lexer: in the Ruby lexer, count comments against a schema's max_token_count configuration

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

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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 28, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 28, 2026
@dependabot dependabot Bot added the ruby Pull requests that update Ruby code label Apr 28, 2026
@dependabot dependabot Bot requested a review from myronmarston as a code owner April 28, 2026 01:37
@myronmarston myronmarston merged commit 9b654e8 into main Apr 28, 2026
26 checks passed
@myronmarston myronmarston deleted the dependabot/bundler/graphql-2.6.1 branch April 28, 2026 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant