Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump graphql from 1.12.4 to 2.0.14 #478

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2022

Bumps graphql from 1.12.4 to 2.0.14.

Changelog

Sourced from graphql's changelog.

2.0.14 (8 September 2022)

New features

  • Input Objects: support one_of for input objects that allow exactly one argument #4184
  • Dataloader: add source.merge({ ... }) for adding objects to dataloader source caches #4186
  • Validation: generate new schemas with a suggested max_validation_errors of 100 #4179

Bug fixes

  • Lookahead: improve performance when field names are given as symbols #4189
  • Runtime: simplify some internal code #4183
  • Datadog tracing: remove deprecated options #4159

2.0.13 (12 August 2022)

New features

  • Fields: add configuration methods for default_value and prepare #4156
  • Static validation: merge directive errors when they're on the same location or directive

Bug fixes

  • Subscriptions: properly use the given .trigger(... context: ) for determining subscription root field visibility #4160
  • Fix fields that use hash_key: and have a falsy value for that key #4132
  • Variable validation: respect validate_max_error limit
  • Performance: use Array#+ to add objects during execution #4142

2.0.12 (19 July 2022)

New features

  • Support returning [Type, nil] from resolve_type #4130

Bug fixes

  • SDL: Don't print empty braces for input objects with no arguments #4138
  • Arguments: always call prepare before loading objects based on ID (loads:) #4128
  • Don't support re-assigning Query#validate= after validation has run #4127

2.0.11 (20 June 2022)

New features

  • Support full unicode range #4090

Bug fixes

  • Subscriptions: support overriding subscriptions in subclasses #4108
  • Schema: support types with duplicate names and cyclical references #4107

... (truncated)

Commits
  • efcb1c9 2.0.14
  • 651cc07 Merge pull request #4189 from rmosolgo/lookahead-field-name-optimization
  • bb7244e Lookahead: don't coerce symbol to string if a match can be made with the symbol
  • d6c40fa Merge pull request #4184 from rmosolgo/one-of-input-object
  • 352cd6b Add test for subclass usage of oneOf
  • 9f16823 Update rails test
  • 99e7906 Merge pull request #4186 from rmosolgo/merge-into-dataloader
  • f5aa4bc Validate behavior during execution
  • 8955413 Cherry-pick definition tests for @​oneOf
  • bf6cb8f Update for improved static validation and tests
  • 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)

Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.12.4 to 2.0.14.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v1.12.4...v2.0.14)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2022

Superseded by #486.

@dependabot dependabot bot closed this Oct 22, 2022
@dependabot dependabot bot deleted the dependabot/bundler/graphql-2.0.14 branch October 22, 2022 00:09
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.

0 participants