Skip to content

build(deps): bump graphql from 2.6.5 to 2.6.6 - #1014

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/graphql-2.6.6
Open

build(deps): bump graphql from 2.6.5 to 2.6.6#1014
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/graphql-2.6.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps graphql from 2.6.5 to 2.6.6.

Changelog

Sourced from graphql's changelog.

2.6.6 (21 Jul 2026)

  • Security: This version includes a remediation for a security issue in Execution::Next (GHSA-j7xr-4g94-r9h3).

New features

  • Support pattern matching non-null and list type definitions #5660

Bug fixes

  • SDL: properly apply directive argument default values #5659
  • Dataloader: fix Ruby version compatibility check #5662
  • Validation: apply query token limit in Schema.validate #5668
  • Dataloader: Use a queue for more efficient Source resolution #5666
  • Remove needless compat with Ruby 2.2 #5670
  • Schema: fix union memberships lookup #5663
  • Dataloader: unify lazy resolution code #5669
  • AsyncDataloader: improve task scheduling to fix deadlocks #5672
Commits
  • 9548947 2.6.6
  • 011203d Merge pull request #5673 from ydah/fix-operation-directive-finalizer
  • dd6f3f3 Merge pull request #5672 from rmosolgo/async-dataloader-error-handling
  • ac63800 Merge commit from fork
  • 741e379 Correctly handle UnauthorizedErrors raised by Resolvers in Execution::Next
  • eb230f8 Move spawn_tasks back to a method to preserve reference to pending_work
  • 8e8bf89 Use sequential calls instead of yield with next_lazies
  • 2fe9a62 Remove needless method
  • 726ff88 Clean up some internal APIs
  • 5bfae85 Skip lint
  • 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.6.5 to 2.6.6.
- [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.6.5...v2.6.6)

---
updated-dependencies:
- dependency-name: graphql
  dependency-version: 2.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 28, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the graphql gem from version 2.6.5 to 2.6.6. This is a security-focused update addressing GHSA-j7xr-4g94-r9h3 (Execution::Next vulnerability) and including a fix for query token limits in Schema.validate.

Codacy results indicate the project is up to standards. There are no logic or security flaws identified in the Gemfile.lock update that should prevent merging. However, manual or automated verification of the specific execution scenarios affected by the patch is recommended as part of the test plan.

Test suggestions

  • Verify that GraphQL queries still execute correctly following the security patch in Execution::Next.
  • Confirm that Schema.validate correctly applies query token limits as per the new fix.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that GraphQL queries still execute correctly following the security patch in Execution::Next.
2. Confirm that Schema.validate correctly applies query token limits as per the new fix.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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