Skip to content

Bump graphql-tools from 3.0.0 to 4.0.7 #599

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

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps graphql-tools from 3.0.0 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

4.0.4

4.0.3

4.0.2

  • Fix regression in enum input mapping.
... (truncated)
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

4.0.4

4.0.3

... (truncated)
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
Maintainer changes

This version was pushed to npm by apollo-bot, a new releaser for graphql-tools since your current version.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@0b6c7c9). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master      #599   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?        39           
  Lines             ?       398           
  Branches          ?        39           
==========================================
  Hits              ?       398           
  Misses            ?         0           
  Partials          ?         0           
Impacted Files Coverage Δ
...nal-unit/organization-settings/profile-settings.js 100.00% <0.00%> (ø)
src/lib/validation.js 100.00% <0.00%> (ø)
src/lib/header.js 100.00% <0.00%> (ø)
src/scenes/home/item.js 100.00% <0.00%> (ø)
src/scenes/repository/file/markdown-viewer.js 100.00% <0.00%> (ø)
...nes/global/global-menu/login-modal/sign-up-form.js 100.00% <0.00%> (ø)
...cenes/organizational-unit/organization-settings.js 100.00% <0.00%> (ø)
...l/global-menu/login-modal/sign-up-form/withRefs.js 100.00% <0.00%> (ø)
src/scenes/global/global-menu/signed-in-menu.js 100.00% <0.00%> (ø)
...global-menu/login-modal/sign-up-form/validation.js 100.00% <0.00%> (ø)
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b6c7c9...2c056bb. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #607.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/graphql-tools-4.0.7 branch April 15, 2020 06:17
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