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.2.5 #1586

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps graphql from 1.9.9 to 2.2.5.

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.2.5 (10 Jan 2024)

Bug fixes

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

2.2.4 (3 Jan 2024)

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

2.2.3 (28 Dec 2023)

Bug fixes

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

2.2.2 (27 Dec 2023)

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

2.2.1 (20 Dec 2023)

Bug fixes

  • AsyncDataloader: re-raise errors from fields and sources #4736
  • Parser: fix parsing directives on interfaces in SDL #4738

2.2.0 (18 Dec 2023)

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

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 10 months ago

Superseded by #1595.