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.8 #16

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps graphql-tools from 4.0.8 to 6.0.8.

Release notes

Sourced from graphql-tools's releases.

v6.0.8

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

  • introduce Subschema class (#1583)
  • refactor application of transforms (#1574)
  • introduce input object field transformers: Filter/Rename/TransformInputObjectFields #1551
  • Able to get generated subschema config instead of wrapped schema from UrlLoader.

v6.0.7

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

  • Introduce Webpack Loader and Node Require Extension (#1579)
  • Fix skipGraphQLImport's behavior

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

... (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
  • 0e1d910 Expose subschema config
  • adeb2f6 Improve docs
  • 35fd769 introduce input object field transformers: Filter/Rename/TransformInputObject...
  • 001dce6 Bump @types/node from 13.13.10 to 14.0.11 (#1603)
  • 64d89b9 Add automerge to dependabot PRs
  • cb8dfef Create dependabot.yml
  • ece00a0 Do not releasecanaries for dependabot PRs
  • a5e11f6 Remove renovate
  • e5d92bf Add automerge workflow
  • 7c71559 Fix typo
  • 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.8.
- [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.8)

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 8, 2020
@coveralls
Copy link

coveralls commented Jun 8, 2020

Pull Request Test Coverage Report for Build 42

  • 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 100.0%

Totals Coverage Status
Change from base Build 10: 0.0%
Covered Lines: 19
Relevant Lines: 19

💛 - Coveralls

@dependabot-preview
Copy link
Author

Superseded by #19.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/graphql-tools-6.0.8 branch June 9, 2020 11:26
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