rjrobinson / respondersnowcom

Responders NOW Application
https://respondersnow.com
1 stars 0 forks source link

Bump graphql from 1.13.9 to 1.13.17 #305

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps graphql from 1.13.9 to 1.13.17.

Changelog

Sourced from graphql's changelog.

Changelog

Versioning guidelines

Breaking changes

Deprecations

New features

Bug fixes

2.0.15 (22 October 2022)

New features

  • SDL: support extensions on the schema itself #4203
  • SDL: recognize .graphqls files in .from_definition #4204
  • Schema: add a reader method of TypeMembership#options #4209

Bug fixes

  • Node Behaviors: call the id-from-object hook with the type definition, not the type instance #4233
  • RelayClassicMutation: add a period to the generated description of the payload type #4229
  • Dataloader: make scoped context work with Dataloader #4220
  • SDL: fix parsing repeatable directives #4218
  • Lookahead: reduce more allocations in .selects? #4212
  • Introspection Query: strip blank lines from generated query strings #4208
  • Enums: Add error handling to result coercion #4206
  • Lookahead: add selected_type: to .selects? #4194
  • Lookahead: fix .selects? on unions #4193
  • Fields: use field-local connection: config over resolver config #4191

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 validate_max_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

... (truncated)

Commits
  • a3c199c 1.13.17
  • 8180f39 Merge pull request #4248 from rmosolgo/backport-complexity-fix
  • 6c6f59d Fix lint error
  • c61ebc0 Handle raised ExecutionErrors from prepare when calculating complexity, fixes...
  • 633650c 1.13.16
  • 741fe14 Merge pull request #4178 from rmosolgo/variable-errors-with-limit
  • 1ae86e4 Backport validation result improvements, too
  • 9b563d9 Add variables test
  • ea2840f Keep attr_reader separate for docs generator
  • 4b41cf8 Variable errors respect max_validation error limit
  • 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 #317.