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 4.0.8 to 6.0.6 #13

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps graphql-tools from 4.0.8 to 6.0.6.

Release notes

Sourced from graphql-tools's releases.

v6.0.6

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

v6.0.5

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

  • Fix: resolve correct data if schema is wrapped (#1562)

v6.0.4

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

  • Support projection build operation (#1556)
  • Add default Apollo Engine endpoint (#1560)
  • allow MapFields to transform all field nodes (#1545)
  • ExtendSchema comment (#1546)

v6.0.3

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

  • Add useGETForQueries option for @graphql-tools/url-loader to fetch queries using HTTP GET Urigo/graphql-mesh#478

v6.0.2

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

v6.0.1

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

  • Fix issue in printSchemaWithDirectives (#1528)
  • Fix mergeSchemas issuee with custom scalars (#1530)
  • Add missing packages in graphql-tools npm package (#1524)

v6.0.0

Contact us here for help, more necessary open source tools and Enterprise support or Chat with us on discord

... (truncated)
Changelog

Sourced from graphql-tools's changelog.

Change log

Next

  • Fix visitEnumValue to allow modifying the enum value
    @danielrearden in #1003
  • Export generateProxyingResolvers from @graphql-tools/wrap.
  • Fix stitchSchemas from @graphql-tools/stitch from the case there the typeDefs array is empty. #1575

5.0.0

That is a major release where we went through all issues and PRs and got the library back into great shape. All known issues with schema stitching had been fixed. The main person which did the heavy lifting is @yaacovCR which made the work alone on his own fork for many months.

Features

Bug Fixes

  • Avoid using internal api of graphql-js #1331
  • Filter unused variables from map when proxying requests
  • Preserve subscription errors when using makeRemoteExecutableSchema
  • Preserve extensions when transforming schemas
  • Fix merging and transforming of custom scalars and enums #501, #1056, #1200
  • Allow renaming of subscription root fields #997, #1002
  • Fix alias resolution to no longer incorrectly fallback to non-aliased field when null #1171
  • Do not remove default directives (skip, include, deprecated) when not merging custom directives #1159
  • Fixes errors support #743, #1037, #1046
  • Fix mergeSchemas to allow resolvers to return fields defined as functions #1061
  • Fix default values with mergeSchemas and addResolveFunctionsToSchema #1121
  • Fix interface and union healing
  • Fix stitching unions of types with enums
... (truncated)
Commits
  • e08738d Fix stitchSchemas for when empty array of typeDefs are passed (#1575)
  • b493948 properly handle remote (POJO) errors (#1572)
  • e5186d5 Update migration-from-merge-graphql-schemas.md
  • eccb1c1 Update dependency globby to v11.0.1 (#1578)
  • c9b2c9e Update dependency @types/babel__traverse to v7.0.12 (#1576)
  • cc931c8 Update typescript-eslint monorepo to v3.1.0 (#1573)
  • ace3f46 Feature: Add generateProxyingResolvers to public API for v6.0.0 (#1570)
  • e2d0034 Update dependency ts-jest to v26.1.0 (#1567)
  • 4a670ef Update babel monorepo to v7.10.2 (#1566)
  • 2de958f Update dependency @types/lodash to v4.14.154 (#1564)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ardatan, 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [graphql-tools](https://github.com/ardatan/graphql-tools) from 4.0.8 to 6.0.6.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/CHANGELOG.md)
- [Commits](ardatan/graphql-tools@v4.0.8...v6.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 3, 2020
@coveralls
Copy link

coveralls commented Jun 3, 2020

Pull Request Test Coverage Report for Build 35

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.75%

Totals Coverage Status
Change from base Build 9: 0.0%
Covered Lines: 56
Relevant Lines: 59

💛 - Coveralls

@dependabot-preview
Copy link
Author

Superseded by #14.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/graphql-tools-6.0.6 branch June 4, 2020 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant