Skip to content

Update dependency graphql to v2.3.14

This MR contains the following updates:

Package Update Change
graphql (source, changelog) patch 2.3.5 -> 2.3.14

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

rmosolgo/graphql-ruby (graphql)

v2.3.14

Compare Source

Bug fixes
  • Subscriptions: fix subscriptions when subscription type is added after subscription plug-in #​5063

v2.3.13

Compare Source

New features
  • Authorization: Call EnumValue#authorized? during execution #​5058
  • Subset: support lazy-loading root types and field return types (not documented yet) #​5055, #​5054
Bug fixes
  • Validation: don't validate nil if null value is permitted for incoming lists #​5048
  • Multiplex: fix Mutation#ready? dataloader cache in multiplexes #​5059

v2.3.12

Compare Source

Bug fixes
  • Add fiber-storage dependency for Ruby < 3.2 support

v2.3.11

Compare Source

New features
  • GraphQL::Current offers globally-available methods for runtime metadata #​5034
  • Continue improving Schema::Subset (not production-ready yet, though) #​5018 #​5039
Bug fixes
  • Fix Node#line and Node#col when nodes are created by manually #​5047
  • Remove unused interpreter?, using_ast_analysis? and new_connections? flag methods #​5039
  • Clean up .compare_by_identity usages #​5037

v2.3.10

Compare Source

Bug fixes
  • Parser: fix parsing operation names that match keywords #​5033
  • Parser: support leading pipes in Union type definitions #​5027
  • Validation: remove rule that prohibits non-null variables from having default values #​5030
  • Dataloader: raise fresh error instances when sources return errors #​5021
  • Enum and Union: don't create nested error classes in anonymous classes (eg, when parsing SDL -- to improve bug tracker integration) #​5022

v2.3.9

Compare Source

Bug fixes
  • Subscriptions: fix subscriptionType in introspection #​5019

v2.3.8

Compare Source

New features
  • Input validation: Add all: { ... } validator #​5013
  • Visibility: Add Query#types for future type filtering improvements #​4998
  • Broadcast: Add default_broadcast(true) option for Connection and Edge types #​5012
Bug fixes
  • Remove unused InvalidTypeError #​5003
  • Parser: remove unused previous_token and Token #​5015

v2.3.7

Compare Source

Bug fixes
  • Properly merge field directives and resolver directives #​5001

v2.3.6

Compare Source

New features
  • Analysis classes are now in GraphQL::Analysis (GraphQL::Analysis::AST still works, too) #​4996
  • Resolvers and Mutations accept directive ... configurations #​4995
Bug fixes
  • AsyncDataloader: Copy Fiber-local variables into Async tasks #​4994
  • Dataloader: properly batch fetch calls with loads: arguments that call Dataloader sources during .authorized? #​4997

Configuration

📅 Schedule: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading