Skip to content

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

Merged
shiftkey merged 1 commit into
mainfrom
dependabot/bundler/graphql-2.6.5
Jul 13, 2026
Merged

Update graphql requirement from >= 2.1.12, < 2.6.0 to >= 2.1.12, < 2.7.0#543
shiftkey merged 1 commit into
mainfrom
dependabot/bundler/graphql-2.6.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on graphql to permit the latest version.

Changelog

Sourced from graphql's changelog.

2.6.5 (6 Jul 2026)

New features

  • Execution::Next: improve non-null error propagation #5644
  • Dataloader: optimize memory usage in Dataloader::Source #5658
  • AsyncDataloader: fix concurrency errors #5656
  • Generators: don't generate fields for filtered parameters #5653

2.6.4 (22 Jun 2026)

Yanked due to problems introduced to AsyncDataloader.

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

... (truncated)

Commits
  • 44676aa 2.6.5
  • fa9e31e Merge pull request #5656 from rmosolgo/fix-closed-queue-error
  • ad08aa6 Merge branch 'master' into fix-closed-queue-error
  • 64adaf4 Merge pull request #5658 from rmosolgo/optimize-dataloader-source
  • fb3c3ea lint fixes
  • 164093a Fix lint error, update spec
  • b6c093d Clean up
  • 402e396 Fix lint errors, move lazies to Run also
  • 0d2f957 Move pending jobs state to Run object
  • 6e2324d Fix task queue logic for lazies
  • 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.5)

---
updated-dependencies:
- dependency-name: graphql
  dependency-version: 2.6.5
  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 Jul 13, 2026
@shiftkey
shiftkey enabled auto-merge (squash) July 13, 2026 18:57
@shiftkey
shiftkey merged commit f05542d into main Jul 13, 2026
1 check passed
@shiftkey
shiftkey deleted the dependabot/bundler/graphql-2.6.5 branch July 13, 2026 18:57
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