voc / voctoweb

voctoweb – the frontend and backend software behind media.ccc.de
GNU General Public License v3.0
189 stars 58 forks source link

Bump graphql from 1.13.12 to 1.13.16 #661

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps graphql from 1.13.12 to 1.13.16.

Changelog

Sourced from graphql's changelog.

1.13.16 (31 August 2022)

New Features

  • Make variable validation respect validate_max_errors #4178

1.13.15 (30 June 2022)

Bug fixes

  • Remove partial OpenTelementry tracing #4086
  • Properly use Query#validate to skip static validation #3881

1.13.14 (20 June 2022)

New Features

  • Add Field#relay_nodes_field reader #4103
  • Datadog: detect tracing module #4100

1.13.13 (31 May 2022)

New features

  • Datadog: update tracer for ddtrace 1.0 #4038
  • Datadog: Add #prepare_span hook for custom tags #4067
  • Tracing: Add OpenTelementry tracing #4077
Commits
  • 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
  • 8e33c06 1.13.15
  • d227c79 Remove partial opentelemetry implementation
  • ec98efe Read validate property from query class
  • f119cf7 1.13.14
  • 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 2 years ago

Superseded by #673.