Skip to content

Update graphql requirement from >= 2.1.12, < 2.6.0 to >= 2.1.12, < 2.7.0#538

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/graphql-2.6.4
Open

Update graphql requirement from >= 2.1.12, < 2.6.0 to >= 2.1.12, < 2.7.0#538
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/graphql-2.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on graphql to permit the latest version.

Changelog

Sourced from graphql's changelog.

2.6.4 (22 Jun 2026)

Bug fixes

  • AsyncDataloader: rework to avoid deadlocks with Falcon #5479
  • Execution::Next: fix tracer arguments #5650

2.6.3 (26 May 2026)

Breaking changes

  • Schema::Visibility: must be attached after root type configurations to support preload: .... Move the configuration down if you encounter an error from this. #5635

New features

  • Validators: accept procs for configuration options #5641

Bug fixes

  • Execution::Next: don't crash when non-null propagation nullifies an object inside a fragment that has sibling selections #5637
  • Execution::Next: Implement GraphQL::Current.field #5640
  • Fix required: :nullable when combined with as: #5636
  • Execution::Next: improve execute_query_lazy compatibility #5634
  • Analysis: Fix when skip/include argument fails coercion #5633

2.6.2 (12 May 2026)

New features

  • Use a better error message for end-of-file parse errors #6513

Bug fixes

  • Execution::Next: Lots of compatibility improvements and bug fixes #5625 #5618
  • Directives: handle errors raised when checking .include? #5612
  • Improve error message when a field definition is missing at runtime #5615
  • JRuby: fix Dataloader#with #5616
  • DetailedTrace: fix introspection with anonymous classes #5624

2.6.1 (27 Apr 2026)

Bug fixes

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

2.6.0 (24 Apr 2026)

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

... (truncated)

Commits
  • 10e4d50 2.6.4
  • 31281b4 Merge pull request #5479 from rmosolgo/async-dataloader-deadlock-fix
  • 1de64d5 Update AsyncDataloader spec and snapshots
  • db2b435 Rename fiber variables
  • 6fe7c4f Clean up FiberCounting test helper
  • ffa4a98 Add Async fiber limit implementation
  • b426e8e Merge pull request #5651 from rmosolgo/fix-action-cable-tests
  • 049c931 Fix ActionCable test for Rails head
  • ff6e4a0 Merge pull request #5650 from rmosolgo/exec-next-fix-trace-args
  • 3939526 Update snapshots
  • 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)

Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version.
- [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.4)

---
updated-dependencies:
- dependency-name: graphql
  dependency-version: 2.6.4
  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 Jun 22, 2026
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.

0 participants