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.1.0 #1579

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps graphql from 1.9.9 to 2.1.0.

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.1.0 (30 Aug 2023)

Breaking changes

  • Visitor: legacy-style proc-based visitors are no longer supported #4577 #4583
  • Deprecated GraphQL::Filter is removed #4325
  • Authorization: items loaded in a list are not re-authorized after the list is loaded
  • Language::Printer has been re-written to append to a buffer; custom printers will need to be updated #4394

New features

  • Authorized: Items in a list are no longer re-authorized after the list is authorized #3994
  • Subscriptions: unsubscribe(...) accepts a value to be used to return a result along with unsubscribing #4283
  • Language::Printer is much faster #4394

2.0.27 (30 Aug 2023)

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

2.0.26 (8 Aug 2023)

Bug fixes

  • Datadog Tracing: fix LocalJumpError #4579

2.0.25 (7 Aug 2023)

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

2.0.24 (27 Jun 2023)

New features

... (truncated)

Commits
  • 7565aa8 2.1.0
  • 5a7d298 Merge pull request #4425 from rmosolgo/2.1-dev
  • 031d06a Merge branch 'master' into 2.1-dev
  • be70e18 2.0.27
  • 3e199f6 pro-1.24.8
  • 38bb154 Merge pull request #4601 from rmosolgo/validator-value
  • 5c76709 Support %{value} in validator messages
  • 279b0d6 Merge pull request #4585 from eapache-opslevel/support-early-return-nil
  • 4b46144 Merge pull request #4596 from JELaVallee/fix/enum-value-directive-missing-fro...
  • e04e317 Update spec/graphql/language/document_from_schema_definition_spec.rb
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 8 months ago

Superseded by #1586.