ontohub / ontohub-frontend

The Ontohub web UI for the end user.
4 stars 3 forks source link

Bump graphql-tools from 3.0.0 to 4.0.5 #547

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps graphql-tools from 3.0.0 to 4.0.5.

Release notes *Sourced from [graphql-tools's releases](https://github.com/apollographql/graphql-tools/releases).* > ## 4.0.5 > * Fixes a bug where schemas with scalars could not be merged when passed to > `mergeSchemas` as a string or `GraphQLSchema`. > [@​hayes](https://github.com/hayes) in [#1062](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1062) > * Make `mergeSchemas` optionally merge directive definitions. > [@​freiksenet](https://github.com/freiksenet) in [#1003](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1003) > * Allow user-provided `buildSchema` options. > [[@​trevor](https://github.com/trevor)-scheer](https://github.com/trevor-scheer) in [#1154](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1154) > > ### 4.0.4 > > * Make `WrapQuery` work for non-root fields > [@​mdlavin](https://github.com/mdlavin) in [#1007](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1008) > * Update resolvers.md to clarify array usage > [@​alvin777](https://github.com/alvin777) in [#1005](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1005) > * Add missing property to `mergeSchemas` api reference. > [@​PlayMa256](https://github.com/PlayMa256) in [#1014](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1014) > * Documentation updates for mockServer > [@​dougshamoo](https://github.com/dougshamoo) in [#1012](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1012) > * Fix default merged resolver behavior > [@​mfix22](https://github.com/mfix22) in [#983](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/983) > * Use `TArgs` generic wherever `IFieldResolver` is used. > [@​brikou](https://github.com/brikou) in [#955](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/955) > * Include deprecations from string SDL in mergeSchemas. > [@​evans](https://github.com/evans) in [#1041](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1041) > > ### 4.0.3 > > * Replaced broken link in docs homepage with Launchpad example. > [@​kriss1897](https://github.com/kriss1897) in [#965](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/965) > * Fix invalid query in schema delegation example. > [@​nico29](https://github.com/nico29) in [#980](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/980) > * Update package.json `repository` field. > [@​dlukeomalley](https://github.com/dlukeomalley) in [#979](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/979) > * Add support for passing a parsed schema ast to `mergeSchemas` > [@​ganemone](https://github.com/ganemone) in [#977](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/977) > * Changes to `extractExtensionDefinitions` to support `graphql-js` union and enum extensions. > [@​jansuchy](https://github.com/jansuchy) in [#951](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/951) > * Add docs for `mockServer` (closes [#951](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/94)) > [@​mfix22](https://github.com/mfix22) in [PR [#982](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/982)](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/982) > * Fix regression where custom scalars were incorrectly replaced while recreating schema with `visitSchema`. > [@​tgriesser](https://github.com/tgriesser) in [#985](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/985) > > ### 4.0.2 > > * Fix regression in enum input mapping. > [@​tgriesser](https://github.com/tgriesser) in [#974](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/974) > > ## v4.0.0 > ## Potentially Breaking > ... (truncated)
Changelog *Sourced from [graphql-tools's changelog](https://github.com/apollographql/graphql-tools/blob/master/CHANGELOG.md).* > ### 4.0.5 > > * Fixes a bug where schemas with scalars could not be merged when passed to > `mergeSchemas` as a string or `GraphQLSchema`.
> [@​hayes](https://github.com/hayes) in [#1062](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1062) > * Make `mergeSchemas` optionally merge directive definitions.
> [@​freiksenet](https://github.com/freiksenet) in [#1003](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1003) > * Allow user-provided `buildSchema` options.
> [[@​trevor](https://github.com/trevor)-scheer](https://github.com/trevor-scheer) in [#1154](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1154) > > ### 4.0.4 > > * Make `WrapQuery` work for non-root fields
> [@​mdlavin](https://github.com/mdlavin) in > [#1007](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1008) > * Update resolvers.md to clarify array usage
> [@​alvin777](https://github.com/alvin777) in > [#1005](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1005) > * Add missing property to `mergeSchemas` api reference.
> [@​PlayMa256](https://github.com/PlayMa256) in > [#1014](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1014) > * Documentation updates for mockServer
> [@​dougshamoo](https://github.com/dougshamoo) in [#1012](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1012) > * Fix default merged resolver behavior
> [@​mfix22](https://github.com/mfix22) in [#983](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/983) > * Use `TArgs` generic wherever `IFieldResolver` is used.
> [@​brikou](https://github.com/brikou) in [#955](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/955) > * Include deprecations from string SDL in mergeSchemas.
> [@​evans](https://github.com/evans) in [#1041](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/1041) > > ### 4.0.3 > > * Replaced broken link in docs homepage with Launchpad example
> [@​kriss1897](https://github.com/kriss1897) in > [#965](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/965) > * Fix invalid query in schema delegation example.
> [@​nico29](https://github.com/nico29) in > [#980](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/980) > * Update package.json `repository` field.
> [@​dlukeomalley](https://github.com/dlukeomalley) in > [#979](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/979) > * Add support for passing a parsed schema ast to `mergeSchemas`
> [@​ganemone](https://github.com/ganemone) in > [#977](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/977) > * Changes to `extractExtensionDefinitions` to support `graphql-js` union and enum extensions.
> [@​jansuchy](https://github.com/jansuchy) in [#951](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/951) > * Add docs for `mockServer` (closes [#951](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/94))
> [@​mfix22](https://github.com/mfix22) in [PR [#982](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/982)](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/982) > * Fix regression where custom scalars were incorrectly replaced while recreating schema with `visitSchema`.
> [@​tgriesser](https://github.com/tgriesser) in [#985](https://github-redirect.dependabot.com/apollographql/graphql-tools/pull/985) > ... (truncated)
Commits - [`1c9f489`](https://github.com/apollographql/graphql-tools/commit/1c9f489be1923a05e5115e0991fb30b21a263b8e) Changelog update; prep for publish - [`2e6236e`](https://github.com/apollographql/graphql-tools/commit/2e6236e2c11e8c25bb47baf42e214c187321edaa) Allow user-provided buildSchema options ([#1154](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/1154)) - [`240f5b9`](https://github.com/apollographql/graphql-tools/commit/240f5b9f8af9924f1ee2fbf2c83357d9fe663ffb) Merge pull request [#1146](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/1146) from apollographql/renovate/documentation-theme - [`d53346b`](https://github.com/apollographql/graphql-tools/commit/d53346bc20ace16423d841e40af8e3b2db3ba439) Update dependency gatsby-theme-apollo-docs to v1.0.6 - [`9116560`](https://github.com/apollographql/graphql-tools/commit/91165607f2ff22f49c214edd55d85cd9eb0143f2) Merge pull request [#1142](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/1142) from apollographql/renovate/documentation-theme - [`3a21583`](https://github.com/apollographql/graphql-tools/commit/3a215830b8e7157594fbd516edc92daa07bf2cd1) Update dependency gatsby-theme-apollo-docs to v1.0.3 - [`b345486`](https://github.com/apollographql/graphql-tools/commit/b345486fe2b11a35a2d431e6429d44e01f9ee8a3) Merge pull request [#1140](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/1140) from apollographql/federation - [`8c04592`](https://github.com/apollographql/graphql-tools/commit/8c04592cf5fc5e49ddfcd97b8ebe2669fa3c9633) Merge branch 'master' into federation - [`bb74891`](https://github.com/apollographql/graphql-tools/commit/bb7489100e9d07569a400119f870c49867a6f408) Merge pull request [#1139](https://github-redirect.dependabot.com/apollographql/graphql-tools/issues/1139) from apollographql/renovate/documentation-theme - [`2dbb691`](https://github.com/apollographql/graphql-tools/commit/2dbb6910e7381329f521390bc48933845cd33ca8) Fix broken link - Additional commits viewable in [compare view](https://github.com/apollographql/graphql-tools/compare/v3.0.0...v4.0.5)
Maintainer changes This version was pushed to npm by [apollo-bot](https://www.npmjs.com/~apollo-bot), 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 ignore this [patch|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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #547   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          39     39           
  Lines         398    398           
  Branches       39     39           
=====================================
  Hits          398    398

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 0b6c7c9...4c9718d. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #583.