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.3 #10

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps graphql-tools from 4.0.8 to 6.0.3.

Release notes

Sourced from graphql-tools's releases.

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

A huge v6 release with a new monorepo structure!

You can learn more about changes by checking out our:

New Monorepo Structure

  • graphql-tools
    • @graphql-tools/schema
      • makeExecutableSchema
      • addResolversToSchema and other decorators
    • @graphql-tools/delegate
      • Schema delegation low-level tools
    • @graphql-tools/wrap
      • Wrap local/remote schemas with a new schema, applying transforms.
      • Implements "remote" executable schema generation
      • Includes the common schema modification transforms, filtering, renaming, etc.
    • @graphql-tools/stitch
      • Schema stitching utils
    • @graphql-tools/utils
      • Some common utils and typings
    • @graphql-tools/links
... (truncated)
Changelog

Sourced from graphql-tools's changelog.

Change log

Next

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
  • Fix mocking to work when schema stitching
  • Fix lost directives when adding an enum resolver
... (truncated)
Commits
  • bd17df5 Add useGETForQueries option for URL Loader to fetch queries using HTTP GET
  • 82c9ffc v6.0.2
  • af24f95 Fix NPM release workflow
  • 17be438 Limit npm publish requests
  • aba98a6 Better error handling on URL Loader
  • 10252a1 fix: loadFiles path resolving issue (#1542)
  • 981e49a Fix Algolia Search
  • aa18ce2 docs(attachDirectiveResolvers): fix import statement; attachDirectiveResolver...
  • 8382aa5 Update dependency @types/lodash to v4.14.153 (#1540)
  • bec3834 Update babel monorepo to v7.10.0 (#1539)
  • 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.3.
- [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.3)

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

coveralls commented May 28, 2020

Pull Request Test Coverage Report for Build 29

  • 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 #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/graphql-tools-6.0.3 branch June 1, 2020 12:37
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