Skip to content

chore(deps): update dependency graphql to v2#212

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/graphql-2.x
Closed

chore(deps): update dependency graphql to v2#212
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/graphql-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql (source, changelog) '~> 1.10' -> '~> 2.0' age adoption passing confidence

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.4.8

Compare Source

New features
  • Subscriptions: support calling write_subscription within resolve #​5142
Bug fixes
  • Autoloading: improve autoloading of Tracing classes #​5190

v2.4.7

Compare Source

Bug fixes
  • Remove warning when code isn't eager-loaded #​5187
  • Add missing require "ostruct" in ActionCableSubscriptions #​5184

v2.4.6

Compare Source

Bug fixes
  • Autoloading: fix referencing built-in types #​5181
  • Autoloading: use Rails config.before_eager_load hook for better integration #​5182
  • loads:: Check possible types for loads:-only unions #​5180

v2.4.5

Compare Source

Breaking changes
  • In non-Rails production environments, GraphQL-Ruby will emit a warning about calling .eager_load! for better boot performance. #​5178
New features
  • Loading: GraphQL-Ruby now uses Ruby's autoload ... for many constants. #​5178
  • Input objects may be pattern matched (they implement #deconstruct_keys) #​5170
Bug fixes
  • Visibility: hide definition directives in SDL #​5175
  • Internals: use Fiber[...] for internal state instead of Thread.current #​5176
  • Dataloader: properly handle arrays of all falsey values #​5167 #​5169
  • Visibility: hide directives when their uses are all hidden #​5163
  • Require object types to have fields and require input objects to have arguments (to comply with the GraphQL spec) #​5137
  • Improve error message when a misplaced - is encountered #​5115

v2.4.4

Compare Source

  • Visibility: improve performance with sync #​5161

v2.4.3

Compare Source

Bug fixes
  • Lookahead: return an empty hash for .arguments when they raised a GraphQL::ExecutionError #​5155
  • Visibility: fix error when Mutation is lazy-loaded #​5158
  • Visibility: improve performance of Schema.types #​5157

v2.4.2

Compare Source

Bug fixes
  • Validation: fix error message when selections are made on an enum #​5144 #​5145
  • Visibility: fix preloading when no profiles are named #​5148

v2.4.1

Compare Source

Bug fixes
  • Visibility: support dynamically-generated #enum_values #​5141

v2.4.0

Compare Source

Deprecations
  • Visibility: Implementing visible? now requires use GraphQL::Schema::Visibility or use GraphQL::Schema::Warden in your schema definition #​5123
New features
  • Validation: Add "did you mean" to error messages when DidYouMean is available #​4966
  • Schema: types can be lazy-loaded when using GraphQL::Schema::Visibility #​4919

v2.3.20

Compare Source

Bug fixes
  • Arguments: suppress warning for objectId arguments #​5124
  • Arguments: don't require input object arguments when a default value is configured

v2.3.19

Compare Source

New features
  • Dataloader: accept a fiber_limit: option #​5132
Bug fixes
  • Argument Validation: improve the one_of: error message #​5130
  • Lookahead: return a null lookahead from Query#lookahead when no operation is selected #​5129
  • Static Validation: speed up FieldsWillMerge when some fields are not defined #​5125

v2.3.18

Compare Source

Bug fixes
  • Properly use trace options when trace_with is used after trace_class #​5118

v2.3.17

Compare Source

Bug fixes
  • Fix InvalidNullError#inspect #​5103
  • Add server-side tests for ActionCableSubscriptions #​5108
  • RuboCop: Fix FieldTypeInBlock for list types and interface types #​5107 #​5112
  • Subscriptions: Fix triggering with nested input objects #​5117
  • Extensions: fix extensions which add other extensions #​5116

v2.3.16

Compare Source

Bug fixes
  • RuboCop: fix FieldTypeInBlock for single-line classes #​5098
  • Testing: Add context[:current_field] to testing helpers #​5096

v2.3.15

Compare Source

New features
  • Type definitions accept comment("...") for annotating SDL #​5067
  • Parser: add tokens_count method #​5066
  • Schema: allow validate_timeout to be reset #​5062
Bug fixes
  • Optimize Language.escape_single_quoted_newlines #​5095
  • Generators: Add # frozen_string_literal: true to base resolver #​5092
  • Parser: Properly handle minus followed by name #​5090
  • Migrate some attr_reader methods #​5080
  • Handle variable definition directives #​5072
  • Handle GraphQL::ExecutionError when loading arguments during analysis #​5071
  • NotificationsTrace: properly call super
  • Use symbols for namespaced_types generator option #​5068
  • Reduce memory usage in lazy resolution #​5061
  • Fix default trace inheritance #​5045

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

v2.3.5

Compare Source

Breaking changes
  • Remove default load_* implementations in arguments -- this could break calls to super if you have redefined this method in subclasses #​4978
  • Schema.possible_types and Schema.references_to now use type classes as keys instead of type names (Strings). You can create a new Hash with the old structure using .transform_keys(&:graphql_name). #​4986 #​4971
Bug fixes

v2.3.4

Compare Source

New features
  • Async Dataloader: document integration with Rails database connections #​4944 #​4964
Bug fixes
  • Query#fingerprint: handle nil query strings like "" #​4963
  • Language::Nodes: support marshalling parsed ASTs #​4959
  • Directives: fix directives in nested fragment spreads #​4958
  • Tracing: fix conflicts between Sentry and Prometheus traces #​4957

v2.3.3

Compare Source

v2.3.2

Compare Source

Bug fixes
  • Properly .prepare lists of input objects #​4933
  • Fix deleting directives using the AST visitor #​4931

v2.3.1

Compare Source

New features
  • Schema.max_query_string_tokens: support a limit on the number of tokens the lexer should identify #​4929
  • Parser: add an option to reject numbers followed immediately by argument names #​4924
  • Parser and CParser: reduce allocated and retained strings when parsing schemas #​4899
  • run_graphql_field: support :lookahead and :ast_node field extras #​4930
Bug fixes
  • Rescue when trying to print integers that are too big for Ruby #​4923
  • Mutation: clear the Dataloader cache before resolving #​4903
  • Fix FieldUsage analyzer when InputObjects return a prepared value #​4902
  • Add a minimal query string for run_graphql_field #​4891
  • Fix PrometheusTrace with multiple tracers #​4888

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

v2.2.16

Compare Source

v2.2.15

Compare Source

v2.2.14

Compare Source

Bug fixes
  • Parser: properly handle stray hyphens in query strings #​4879

v2.2.13

Compare Source

Bug fixes
  • Tracing: when a new base :default trace class is added, merge already-configured trace modules into it #​4875

v2.2.12

Compare Source

Deprecations
  • Schema.{query|mutation|subscription}_execution_strategy methods are deprecated without replacement #​4867
Breaking Changes
  • Connections: Revert changes to hasNextPage returning false when no first is given (previously changed in 2.2.6) #​4866
Bug fixes
  • Complexity: handle unauthorized argument errors better #​4868
  • Pass context when fetching argument for loads: ... #​4870

v2.2.11

Compare Source

New features
  • Sentry: support transaction names in tracing #​4853
Bug fixes
  • Tracing: handle unknown trace modes at runtime #​4856

v2.2.10

Compare Source

New features
  • Parser: support directives on variable definitions #​4847
Bug fixes
  • Fix compatibility with Ruby 3.4 #​4846
  • Tracing: Fix applying default options to non-default modes #​4849, #​4850

v2.2.9

Compare Source

New features
  • Complexity: Treat custom Connection fields as metadata (like totalCount), not as if they were evaluated for each item in the list #​4842
  • Subscriptions: Serialize ActiveRecord::Relations given to .trigger #​4840
Bug fixes
  • Complexity: apply configured complexity ... to connection fields #​4841
  • Authorization: properly handle Resolver arguments that return false for #authorized? #​4839

v2.2.8

Compare Source

New features
  • Responses have "errors" before "data", as recommended by the GraphQL spec #​4823
Bug fixes
  • Sentry: fix integration with other trace modules #​4830
  • Sentry: fix when child span is nil (test environments) #​4828
  • Remove needless Base64 backport #​4820
  • Fix module arrangement to support RDoc #​4819

v2.2.7

Compare Source

Deprecations
  • Deprecate returning .resolve dataloader requests (use .load instead) #​4807
  • Deprecate error_bubbling(true), no replacement. Please open an issue if you need this option. #​4813
Bug fixes
  • Remove unused racc dependency #​4814
  • Fix backtrace: true when used with @defer and batch-loaded lists #​4815
  • Accept input objects when required arguments aren't provided but have default values #​4811

v2.2.6

Compare Source

Deprecations
  • instrument(:query | :multiplex, ...) was deprecated, use a trace_with module instead. #​4771
  • Legacy PlatformTracing classes are deprecated, use a PlatformTrace module instead #​4779
New features
  • FieldUsage analyzer: returns a used_deprecated_enum_values: ... array in its result Hash #​4805
  • validate_timeout applies to query analysis as well as static validation #​4800
  • SentryTrace is added for instrumenting with Sentry #​4775
Bug fixes
  • FieldUsage analyzer: properly find deprecated arguments in non-null input objects #​4805
  • DataDog: replace usage of span_type setter with span setter #​4776
  • Fix coercion error handing with given null values #​4799
  • Raise a better error when variables are defined with non-input types #​4791
  • Fix hasNextPage when max_page_size is set #​4780

v2.2.5

Compare Source

Bug fixes
  • Parser: fix enum values named type #​4772
  • GraphQL::Deprecation: remove this unused helper module #​4769

v2.2.4

Compare Source

Bug fixes
  • AsyncDataloader: don't resolve fields with event loop #​4757
  • Parser: properly parse some fields and args named after keywords #​4759
  • Performance: use all? to check classes directly #​4760

v2.2.3

Compare Source

Bug fixes
  • AsyncDataloader: avoid leftover suspended Fibers #​4754
  • Generators: fix path and constant name of BaseResolver #​4755

v2.2.2

Compare Source

Bug fixes
  • Dataloader: remove Fiber#transfer support because Ruby's control flow is unpredictable (#​4748, #​4752, #​4743)
  • Parser: fix handling of single-token document
  • QueryComplexity: improve performance

v2.2.1

Compare Source

Bug fixes
  • Parser: properly handle stray hyphens in query strings #​4879

v2.2.0

Compare Source

Breaking changes
  • loads: now requires a schema's self.resolve_type method to be implemented so that loaded objects can be verified to be of the expected type #​4678
  • Tracing: the new Ruby-based parser doesn't emit a "lex" event. (graphql/c_parser still does.)
New features
  • GraphQL::Dataloader::AsyncDataloader: a Dataloader class that uses the async gem to run I/O from fields and Dataloader sources in parallel #​4727
  • Parser: use a heavily-optimized lexer and a hand-written parser for better performance #​4718
  • run_graphql_field: a helper method for running fields in tests #​4732

v2.1.13

Compare Source

v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

  • Dataloader: remove Fiber#transfer support because of unpredictable Ruby control flow #​4753

v2.1.9

Compare Source

Bug fixes
  • Dataloader: fix some fiber scheduling bugs #​4744

v2.1.8

Compare Source

New features
  • Rails generators: generate a base resolver class by default #​4513
  • Dataloader: add some support for transfer-based Fiber schedulers, simplify algorithm #​4625 #​4729
  • prepare: check for the named method on the argument owner, too #​4717

v2.1.7

Compare Source

New features
  • Make NullContext inherit from Context, to make typechecking easier #​4709
  • Accept a custom Schema.query_class to use for executing queries #​4679
Bug fixes
  • Default reauthorize_scoped_objects to false #​4720
  • Fix subscriptions.trigger with custom enum values #​4713
  • Fix backtrace: true with GraphQL-Pro @defer #​4708
  • Omit to_h from Input Object validation error message #​4701
  • When trimming whitespace from block strings, remove first and last lines that contain only whitespace #​4704

v2.1.6

Compare Source

Breaking Changes
  • The parser cache is now opt-in. Add config.graphql.parser_cache = true to your Rails environment setup to enable it. #​4648
New features
Bug fixes
  • Trace: fix custom trace mode inheritance #​4693

v2.1.5

Compare Source

Bug fixes
  • Logger: Fix Schema.default_logger when Rails is present but doesn't have a logger #​4686

v2.1.4

Compare Source

New features
  • Add Query#logger #​4674
  • Lookahead: Add with_alias: option #​2912
  • Improve support for load_application_object_failed #​4667
Bug fixes
  • Execution: Fix runtime loop in some cases with fragments #​4684
  • Fix Connection#initialize outside of execution #​4675
  • Fix ParseError in Subscriptions#trigger #​4673
  • Mongo: don't load all records in hasNextPage #​4671
  • Interfaces: fix definition_methods when interfaces implement other interfaces #​4670
  • Migrate NullContext to use the built-in Singleton module #​4669
  • Speed up type lookup #​4664
  • Fix ScopeExtension#after_resolve outside of execution #​4685
  • Speed up one_of? checks #​4680

v2.1.3

Compare Source

Bug fixes
  • Tracing: fix legacy tracers added to GraphQL::Schema #​4663
  • Add racc as a dependency because it's not included by default in Ruby 3.3 #​4661
  • Connections: don't add automatic connection behaviors for types named "Connection" #​4668

v2.1.2

Compare Source

New features
  • Depth: accept count_introspection_fields: false #​4658
  • Dataloader: add get_fiber_variables and set_fiber_variables #​4593
  • Trace: Add Schema.default_trace_mode #​4642
Bug fixes
  • Fix merging results after calling directives #​4639 #​4660
  • Visibility: don't reveal implementors of hidden abstract types #​4589
  • Bump required Ruby version to 2.7 since numbered block arguments are used #​4659
  • hash_key:: use the configured hash key when the underlying Hash has a default value Proc #​4656

v2.1.1

Compare Source

  • Dataloader: remove Fiber#transfer support because of unpredictable Ruby control flow #​4753

v2.1.0

Compare Source

Breaking changes
  • Visitor: legacy-style proc-based visitors are no longer supported #​4577 #​4583
  • Deprecated GraphQL::Filter is removed #​4325
  • Language::Printer has been re-written to append to a buffer; custom printers will need to be updated #​4394
New features
  • Authorization: Items in a list can skip object-level .authorized? checks if the type is configured with reauthorize_scoped_objects(false) #​3994
  • Subscriptions: unsubscribe(...) accepts a value to be used to return a result along with unsubscribing #​4283
  • Language::Printer is much faster #​4394

v2.0.31

Compare Source

v2.0.30

Compare Source

v2.0.29

Compare Source

v2.0.28

Compare Source

v2.0.27

Compare Source

New features
  • Validators: Support %{value} in custom messages #​4601
Bug fixes
  • Resolvers: Support return false, nil from ready? and authorized? #​4585
  • Enums: properly load directives from Schema IDL #​4596
  • Language: faster scanner #​4576
  • Language: support fields and arguments named "null" #​4586
  • Language: fix block string quote unescaping #​4580
  • Generator: use generated node type in Relay-related fields #​4598

v2.0.26

Compare Source

Bug fixes
  • Datadog Tracing: fix LocalJumpError #​4579

v2.0.25

Compare Source

New features
  • Tracing: add trace modes #​4571
  • Dataloader: add Source#result_key_for for customizing cache keys in sources #​4569
Bug fixes
  • Tracing: Support multiple tracing platforms at once #​4543

v2.0.24

Compare Source

New features
  • Schema::Object.wrap can be used to customize how objects are (or aren't) wrapped by GraphQL::Schema::Object instances at runtime #​4524
  • Query: accept a static_validator: option in #initialize to use instead of the default validation configuration.
Bug fixes
  • Performance: Reduce memory usage when adding types to a schema #​4533
  • Performance, Dataloader: when loading specific keys, only run dataloader until those specific keys are resolved #​4519

v2.0.23

Compare Source

New features
  • Printer: print extensions in SDL #​4516
  • Trace: accept trace instances during query execution #​4497
  • AlwaysVisible: Make a way to bypass type visibility #​4442, #​4491
Bug fixes
  • Tests: fix assertion for Ruby 3.3.0-dev #​4515
  • Performance: improve fragment possible type lookup #​4506
  • Docs: document Timeout can handle floats #​4505
  • Performance: use a dedicated object for field extension state #​4401
  • Backtrace: fix backtrace: true with other trace modules #​4505
  • Handle context.warden being nil #​4503
  • Dev: disable Minitest::Reporters for RubyMin #​4494
  • Trace: fix compatibility with inheritance #​4487
  • Context: fix NullContext compatibility with fetch, dig and key? #​4483

v2.0.22

Compare Source

New features
  • Warden: manually instantiating doesn't require a filter instance #​4462
Bug fixes
  • Enum: fix procs for enum values #​4474
  • Lexer: force UTF-8 encoding #​4467
  • Trace: inherit superclass trace_options #​4470
  • Dataloader: properly run mutations in sequence #​4461
  • NotificationsTrace: Add execute_multiplex.graphql event #​4460
  • Fix Context#dig when called with one key #​4458
  • Performance: Use a plain hash for selection sets at runtime #​4453
  • Performance: Memoize current trace #​4450, #​4452
  • Performance: Pass is_non_null to runtime check #​4449
  • Performance: Use compare_by_identity on some runtime caches
  • Properly support nested queries (fix Thread.current clash) #​4445

v2.0.21

Compare Source

Deprecations
  • Deprecate GraphQL::Filter (use visible? methods instead) #​4424
New features
  • PrometheusTracing: support histograms #​4418
Bug fixes
  • Backtrace: improve compatibility with trace_with #​4437
  • Consolidate internally-used empty value constants #​4434
  • Fix some warnings #​4422
  • Performance: improve runtime speed #​4436 #​4433 #​4428 #​4430 #​4427 #​4399
  • Validation: fix inline fragment selection on scalar #​4429
  • @oneOf: print definition in the SDL when it's used
  • SDL: load schema directives when they're used
  • Appsignal tracing: Fix resolve_type definition

v2.0.20

Compare Source

Bug fixes
  • .resolve_type: fix returning [Type, false] from resolve_type #​4412
  • Parsing: improve usage of GraphQL.default_parser #​4411
  • AppsignalTrace: implement missing methods #​4390
  • Runtime: Fix current_depth method in some lazy lists #​4386
  • Performance: improve Object object shape #​4365
  • Tracing: return execution errors raised from field resolution to execute_field hooks #​4398

v2.0.19

Compare Source

Bug fixes
  • Scoped context: fix context.scoped_context.current_path #​4376
  • Tracing: fix tracer inheritance in Schema classes #​4379
  • Timeout: fix Timeout plugin when other tracers are used #​4383
  • Performance: use Arrays instead of GraphQL::Language::Tokens when scanning #​4366

v2.0.18

Compare Source

Breaking Changes
  • Tracing: "execute_field" events on fields defined on interface types will now receive the interface type as data[:owner] instead of the current object type. To get the old behavior, use data[:object].class instead. #​4292
New features
Bug fixes
  • Tracing: use the interface type as data[:owner] instead of the object type #​4292
  • Performance: improve Shape compatibility of GraphQL::Schema::Field #​4360
  • Performance: improve Shape compatibility of GraphQL::Schema::Warden #​4361
  • Performance: rewrite the token scanner in plain Ruby #​4369
  • Performance: make deprecation_reason faster #​4356
  • Performance: improve lazy value resolution in execution #​4333
  • Performance: create current_path only when the application needs it #​4342
  • Performance: add GraphQL::Tracing::Trace as a lower-overhead tracing API #​4344
  • Connections: fix hasNextPage for already-loaded ActiveRecord Relations #​4349

[v2.0.17.2](https


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 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
Copy link
Contributor Author

renovate bot commented Sep 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/subservice-languages/ruby/Gemfile.lock

Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Could not find gem 'x86_64-darwin-19'.

@codesandbox
Copy link

codesandbox bot commented Sep 15, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions
Copy link

github-actions bot commented Sep 15, 2023

💻 Website Preview

The latest changes are available as preview in: https://004a730e.schema-stitching.pages.dev

@renovate renovate bot force-pushed the renovate/graphql-2.x branch 2 times, most recently from 618ecb2 to 6b978aa Compare March 26, 2024 22:35
@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 chore(deps): update dependency graphql to v2 - autoclosed Jul 14, 2024
@renovate renovate bot closed this Jul 14, 2024
@renovate renovate bot deleted the renovate/graphql-2.x branch July 14, 2024 01:06
@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 - autoclosed chore(deps): update dependency graphql to v2 Jul 14, 2024
@renovate renovate bot restored the renovate/graphql-2.x branch July 14, 2024 04:53
@renovate renovate bot reopened this Jul 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-2.x branch from 6b978aa to 194a1c3 Compare July 14, 2024 04:54
@renovate
Copy link
Contributor Author

renovate bot commented Jul 14, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/subservice-languages/ruby/Gemfile.lock

Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Could not find gem 'x86_64-darwin-19'.

@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 chore(deps): update dependency graphql to v2 - autoclosed Aug 6, 2024
@renovate renovate bot closed this Aug 6, 2024
@renovate renovate bot deleted the renovate/graphql-2.x branch August 6, 2024 00:32
@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 - autoclosed chore(deps): update dependency graphql to v2 Aug 6, 2024
@renovate renovate bot restored the renovate/graphql-2.x branch August 6, 2024 08:43
@renovate renovate bot reopened this Aug 6, 2024
@renovate renovate bot force-pushed the renovate/graphql-2.x branch from 194a1c3 to 664ad28 Compare August 6, 2024 08:44
@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 chore(deps): update dependency graphql to v2 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/graphql-2.x branch September 2, 2024 01:47
@renovate renovate bot restored the renovate/graphql-2.x branch September 3, 2024 10:34
@renovate renovate bot changed the title chore(deps): update dependency graphql to v2 - autoclosed chore(deps): update dependency graphql to v2 Sep 3, 2024
@renovate renovate bot reopened this Sep 3, 2024
@renovate renovate bot force-pushed the renovate/graphql-2.x branch from 664ad28 to 3bc360d Compare September 3, 2024 10:34
@renovate renovate bot force-pushed the renovate/graphql-2.x branch from 3bc360d to c9a9d7b Compare December 16, 2024 12:47
@renovate renovate bot force-pushed the renovate/graphql-2.x branch from c9a9d7b to a8ca30d Compare December 16, 2024 12:48
@ardatan ardatan closed this Dec 24, 2024
@ardatan ardatan deleted the renovate/graphql-2.x branch December 24, 2024 16:37
@renovate
Copy link
Contributor Author

renovate bot commented Dec 24, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant