soorajshankar / up-beat

self-hosted server uptime monitor.
Apache License 2.0
4 stars 3 forks source link

Bump graphql-tools from 4.0.4 to 4.0.7 #24

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps graphql-tools from 4.0.4 to 4.0.7.

Release notes

Sourced from graphql-tools's releases.

4.0.6

  • Use getIntrospectionQuery instead of deprecated introspectionQuery constant from graphql-js @derek-miller in #1228

4.0.5

  • Fixes a bug where schemas with scalars could not be merged when passed to mergeSchemas as a string or GraphQLSchema. @hayes in #1062
  • Make mergeSchemas optionally merge directive definitions. @freiksenet in #1003
  • Allow user-provided buildSchema options. @trevor-scheer in #1154
Changelog

Sourced from graphql-tools's changelog.

4.0.7

  • Filter extensions prior to passing them to buildASTSchema, in an effort to provide minimum compatibilty for graphql@14-compatible schemas with the upcoming graphql@15 release. This PR does not, however, bring support for newer graphql@15 features like interfaces implementing interfaces. #1284

4.0.6

  • Use getIntrospectionQuery instead of deprecated introspectionQuery constant from graphql-js @derek-miller in #1228

4.0.5

  • Fixes a bug where schemas with scalars could not be merged when passed to mergeSchemas as a string or GraphQLSchema.
    @hayes in #1062
  • Make mergeSchemas optionally merge directive definitions.
    @freiksenet in #1003
  • Allow user-provided buildSchema options.
    @trevor-scheer in #1154
Commits
  • 0364da4 4.0.7
  • 45dc4c2 Fix typings based on new graphql@15 typing expectations.
  • a9965ec compat: minimal changes to support graphql@15 within Apollo Server (#1284)
  • 972024f Update dependency gatsby to v2.18.25
  • b43aa87 Update dependency gatsby to v2.18.21
  • 94a422a Update dependency gatsby-theme-apollo-docs to v3.2.0
  • 7f3622d Update dependency gatsby-theme-apollo-docs to v3.1.15
  • 7c0d3a1 Update dependency gatsby-theme-apollo-docs to v3.1.14
  • 6bed596 Update dependency gatsby-theme-apollo-docs to v3.1.12
  • cfd4fe5 Update dependency gatsby to v2.18.17
  • 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)