zooniverse / caesar

Backend automation and orchestration
https://zooniverse.github.io/caesar
Apache License 2.0
13 stars 13 forks source link

Bump graphql from 1.9.9 to 2.0.18 #1512

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps graphql from 1.9.9 to 2.0.18.

Release notes

Sourced from graphql's releases.

v1.12.4

No release notes provided.

v1.12.3

No release notes provided.

v1.12.2

No release notes provided.

v1.12.1

No release notes provided.

v1.12.0

No release notes provided.

v1.11.7

No release notes provided.

v1.11.6

Breaking changes

  • FieldExtension: pass extended values instead of originals to after_resolve #3168

New features

  • Accept additional options in global_id_field macro #3196

Bug fixes

  • Use graphql_name in UnauthorizedError default message (fixes #3174) #3176
  • Improve error handling for base 64 decoding (in UniqueWithinType) #3179
  • Fix .valid_isolated_input? on parsed schemas (fixes #3181) #3182
  • Fix fields nullability in subscriptions documentation #3194
  • Update RangeAdd to use new connections when available #3195

v1.11.5

No release notes provided.

Version 1.11.4

No release notes provided.

v1.9.11

1.9.11 (29 Aug 2019)

New features

  • Add extras setter to GraphQL::Schema::Field #2450
  • Add extensions in CoercionError #2431

Bug fixes

... (truncated)

Changelog

Sourced from graphql's changelog.

2.0.18 (9 March 2023)

New features

  • Add TypeKind#leaf? #4352

Bug fixes

  • 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

2.0.17 (14 February 2023)

Breaking changes

  • Enums: require at least one value in a definition #4278

New features

  • Enums: support nil as a Ruby value #4311

Bug fixes

  • Don't re-encode ASCII strings as UTF-8 #4319, #4343
  • Fix handle_or_reraise with arguments validation #4341
  • Performance: Remove error handling from Lazy#value (unused) #4335
  • Performance: Use codegen instead of dynamic dispatch in Language::Visitor and Analysis::AST::Visitor #4338
  • Performance: reduce indirection in #introspection? and #graphql_name #4327
  • Clean up thread-based state after running queries #4329
  • JSON types: don't pass raw NullValue AST nodes to coerce_input #4324, #4320
  • Performance: reduce .is_a? calls at runtime #4318
  • Performance: cache interface type memberships #4311
  • Performance: eagerly define some type instance variables for Shape friendliness #4300 #4295 #4297
  • Performance: reduce argument overhead, don't scope introspection by default, reduce duplicate call to Field#type #4317
  • Fix anonymous eval usage #4288
  • Authorization: fix field auth fail call after lazy #4289
  • Subscriptions: fix loads:/as:

2.0.16 (19 December 2022)

Breaking changes

  • Union: Only accept Object types in possible_types (previously, other types were also accepted, but this was against the spec) #4269

... (truncated)

Commits
  • f9b73a7 2.0.18
  • bbd8637 Merge pull request #4369 from tenderlove/remove-ragel
  • 03d8e37 Replace Ragel tokenizer with String Scanner
  • 77eb8fe Merge pull request #4360 from rmosolgo/field-object-shape
  • e0ac9f8 Fix const reference
  • 3c893bd Remove experimental warning from directives, fixes #4358
  • 9fdaf61 Merge pull request #4364 from willnet/patch-1
  • 2092004 fix wrong year
  • 098d7ce Use a top-level, private NOT_CONFIGURED constant; use .equal? for stricter ch...
  • 71964ab Merge pull request #4361 from rmosolgo/warden-object-shape
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 1 year ago

Superseded by #1513.