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-tools from 2.18.0 to 3.0.1 #307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps graphql-tools from 2.18.0 to 3.0.1.

Release notes

Sourced from graphql-tools's releases.

v2.23.0

  • The SchemaDirectiveVisitor abstraction for implementing reusable schema [**directive**](https://github.com/directive)s has landed. Read our blog post about this new functionality, and/or check out the documentation for even more examples and explanation. PR #640
Changelog

Sourced from graphql-tools's changelog.

v3.0.1

  • Fixed an array cloning bug in the RenameTypes transform
    #756

  • Fixed a fragments bug in the ReplaceFieldWithFragment transform
    #763

v3.0.0

  • Schema transforms and delegation

    • Substantial rewrite of internals of mergeSchemas and delegateToSchema
    • A new API for schema transforms has been introduced: Docs
    • delegateToSchema is now a public API: Docs
    • delegateToSchema now accepts an object of named parameters; positional arguments are deprecated
    • delegateToSchema no longer accepts fragmentReplacements; instead use transforms
    • info.mergeInfo.delegateToSchema is now the preferred delegation API, rather than info.mergeInfo.delegate
  • Other changes

    • Add commentDescription to printSchema call to match other uses PR #745
    • Add createResolver option to makeRemoteExecutableSchema PR #734

v2.24.0

  • Allow extend interface definitions in merged schemas PR #703
  • Fix typo in [**deprecated**](https://github.com/deprecated) example in schema-directives.md PR #706
  • Fix timezone bug in test for [**date**](https://github.com/date) directive PR #686
  • Expose defaultMergedResolver for schema stitching PR #685
  • Add requireResolversForResolveType to resolver validation options PR #698
  • Add inheritResolversFromInterfaces option to makeExecutableSchema and addResolveFunctionsToSchema PR #720

v2.23.0

  • The SchemaDirectiveVisitor abstraction for implementing reusable schema [**directive**](https://github.com/directive)s has landed. Read our blog post about this new functionality, and/or check out the documentation for even more examples. PR #640

v2.22.0

  • When concatenating errors maintain a reference to the original for use downstream Issue #480 PR #637
  • Improve generic typings for several resolver-related interfaces PR #662
  • Remove copied apollo-link code PR #670
  • Handle undefined path in getErrorsFromParent PR #667

v2.21.0

v2.20.2

... (truncated)
Commits
  • 70a93d6 Bump npm version to 3.0.1.
  • 30ce6a1 Update CHANGELOG.md for version 3.0.1.
  • deebeec Fix Array cloning in RenameTypes transform.
  • 384a5f3 Fix fragments bug in ReplaceFieldWithFragment (#763)
  • 4261e1c Merge pull request #758 from mfix22/patch-2
  • aaef9db Update schema-delegation.md
  • dc490e7 fix renameTypes on array result (#756)
  • 367be50 Bump npm version to 3.0.0.
  • 3e74f54 Update CHANGELOG.md for official 3.0.0 release.
  • 79868c5 Bump npm version to 3.0.0-beta.0.
  • 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 ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • 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)

Finally, you can contact us by mentioning @dependabot.

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.

None yet

1 participant