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 2.0.13 to 2.0.14 #583

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps graphql from 2.0.13 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
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 2.0.13 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@v2.0.13...v2.0.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2022
@mitlib mitlib temporarily deployed to timdex-pr-583 September 9, 2022 09:08 Inactive
@jazairi jazairi merged commit 235c3f8 into main Sep 9, 2022
@jazairi jazairi deleted the dependabot/bundler/graphql-2.0.14 branch September 9, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants