UNCLASSIFIED - NO CUI

Skip to content

Update dependency graphql to v2.3.0

This MR contains the following updates:

Package Type Update Change
graphql (source, changelog) ironbank-rubygems minor 2.2.14 -> 2.3.0

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.3.0

Compare Source

Breaking Changes
  • orphan_types: Only object types are accepted here; other types may be added to the schema through extra_types instead. #​4869
  • Parser: line terminators are no longer allowed in single-quoted strings (as per the GraphQL spec). Escape newline characters instead; see GraphQL::Language.escape_single_quoted_newline(query_str) if you need to transform incoming query strings #​4834
Deprecations
Bug fixes
  • Parser: handle some escaped character edge cases according to the GraphQL spec #​4824
  • Analyzers: fix fragment skip/include tracking #​4865
  • Remove unused Context modules #​4876

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Merge request reports