Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

⬆️ Update dependency graphql-tools to v4 #54

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2019

This PR contains the following updates:

Package Type Update Change
graphql-tools dependencies major ^3.1.1 -> ^4.0.0

Release Notes

apollographql/graphql-tools

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • Support graphql and @types/graphql 14.x.

    NOTE: graphql 14 includes breaking changes. We're bumping the major version of graphql-tools to accommodate those breaking changes. If you're planning on using graphql 14 with graphql-tools 4.0.0, please make sure you've reviewed the graphql breaking changes list.
    @​hwillson in #​953
  • Fix template strings usage in guessSchemaByRootField error message.

    @​nagelflorian in #​936
  • Update IFieldResolver to allow typed input args.

    @​luk3thomas in #​932
  • Changes to extractExtensionDefinitions to properly support graphql-js input extensions.

    @​jure in #​948
  • Stop automatically shallow cloning (via object spread syntax) transformed subscription results. Transformed subscription results are not always objects, which means object spreading can lead to invalid results.

    @​ericlewis in #​928
  • Re-use errors with an extensions property to make compatible with Apollo Server and it's built-in errors.

    @​edorsey in #​925
  • Documentation updates.

    @​Amorites in #​944

    @​trevor-scheer in #​946

    @​dnalborczyk in #​934

    @​zcei in #​933

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov-io
Copy link

codecov-io commented Aug 10, 2019

Codecov Report

Merging #54 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   78.72%   78.72%           
=======================================
  Files           5        5           
  Lines          47       47           
  Branches        7        7           
=======================================
  Hits           37       37           
  Misses         10       10

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 0467669...6598898. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants