Skip to content

Update dependency graphql to v2.6.0#888

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-2.x-lockfile
Open

Update dependency graphql to v2.6.0#888
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Diffend
graphql (source, changelog) 2.5.162.6.0 age adoption passing confidence Diff

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.6.0

Compare Source

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

v2.5.25

Compare Source

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

v2.5.24

Compare Source

New features

v2.5.23

Compare Source

New features
Bug fixes
  • Fix Dataloader state on list items #​5597

v2.5.22

Compare Source

v2.5.21

Compare Source

New features
Bug fixes
  • Schema.from_definition: fix field calls when all arguments come from extras #​5557

v2.5.20

Compare Source

  • DetailedTrace: Handle inspecting instances of anonymous classes #​5530
  • Dashboard: move controllers to their own files, fix lazy loading #​5524
  • Dataloader: add dataload_all shortcut; add shortcuts to context #​5540
  • Add experimental new runtime code (not loaded by default) #​5509 #​5544 #​5547
  • Fix @defer on inline fragments when fields return Lazy values and Dataloader isn't used #​5550

v2.5.19

Compare Source

  • DetailedTrace: add ActiveRecord backend, generator #​5525
  • DetailedTrace: improve ActiveRecord backend, filter hashes before logging #​5527

v2.5.18

Compare Source

  • GraphQL::Dashboard: properly require action_controller before using it #​5510
  • GraphQL::Dashboard: don't use config.asset_host for Dashboard assets since they're handled by the dashboard itself #​5511

v2.5.17

Compare Source

Bug fixes
  • GraphQL::Dashboard: fix routes compatibility with Devise #​5505
  • GraphQL::Dashboard: fix HTML/erb lint issues #​5497
  • Parser: improve check for invalid number followed by name #​5492 #​5492
  • GraphQL::Field: optimize boot memory by removing Field.from_options #​5495
  • field, argument: improve API documentation for DSL methods #​5491

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This updates dependency files label Apr 6, 2026
@renovate renovate Bot added the dependencies This updates dependency files label Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2478177353

Status: Passed
Duration: 6 minutes

Job summaries

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14082735158/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2478177353/test_report
Finished in 23.84 seconds (files took 11.9 seconds to load)
1345 examples, 0 failures
Line Coverage: 92.87% (4378 / 4714)
[TEST PROF INFO] Time spent in factories: 00:12.492 (41.79% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14082735157/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2478177353/test_report
Finished in 24.86 seconds (files took 9.73 seconds to load)
1298 examples, 0 failures
Line Coverage: 92.34% (4210 / 4559)
[TEST PROF INFO] Time spent in factories: 00:13.675 (44.81% of total time)

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/14082768070/artifacts/out/index.html

rubocop

744 files inspected, no offenses detected

@renovate renovate Bot force-pushed the renovate/graphql-2.x-lockfile branch from ece1c07 to 0776153 Compare April 23, 2026 22:44
@renovate renovate Bot changed the title Update dependency graphql to v2.5.23 Update dependency graphql to v2.5.24 Apr 23, 2026
@renovate renovate Bot changed the title Update dependency graphql to v2.5.24 Update dependency graphql to v2.5.25 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/graphql-2.x-lockfile branch from 0776153 to 5534caa Compare April 24, 2026 15:38
@renovate renovate Bot force-pushed the renovate/graphql-2.x-lockfile branch from 5534caa to b5dfb94 Compare April 24, 2026 18:43
@renovate renovate Bot changed the title Update dependency graphql to v2.5.25 Update dependency graphql to v2.6.0 Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant