Skip to content

Bump graphql-tools from 4.0.8 to 7.0.1 in /packages/server - #612

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/server/graphql-tools-7.0.1
Closed

Bump graphql-tools from 4.0.8 to 7.0.1 in /packages/server#612
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/server/graphql-tools-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2020

Copy link
Copy Markdown

Bumps graphql-tools from 4.0.8 to 7.0.1.

Release notes

Sourced from graphql-tools's releases.

@graphql-tools/stitch@7.0.1

Patch Changes

  • Updated dependencies [a9254491]
    • @graphql-tools/batch-delegate@7.0.0

@graphql-tools/delegate@7.0.1

Patch Changes

  • 294dedda: fix(delegate): Fix type error with arguments being undefined
  • Updated dependencies [8133a907]
  • Updated dependencies [2b6c813e]
    • @graphql-tools/utils@7.0.1

graphql-tools@7.0.1

Patch Changes

  • Updated dependencies [294dedda]
  • Updated dependencies [294dedda]
  • Updated dependencies [2b6c813e]
  • Updated dependencies [8133a907]
  • Updated dependencies [2b6c813e]
    • @graphql-tools/delegate@7.0.1
    • @graphql-tools/url-loader@6.3.2
    • @graphql-tools/links@7.0.0
    • @graphql-tools/utils@7.0.1

@graphql-tools/utils@7.0.1

Patch Changes

  • 8133a907: fix(utils): Remove \$ from invalidPathRegex
  • 2b6c813e: fix(utils): fix typing mismatch between linkToSubscriber and observableToAsyncIterable

@graphql-tools/stitch@7.0.0

Major Changes

  • be1a1575: ## Breaking Changes:

    Schema Generation and Decoration API (@graphql-tools/schema)

    • Resolver validation options should now be set to error, warn or ignore rather than true or false. In previous versions, some of the validators caused errors to be thrown, while some issued warnings. This changes brings consistency to validator behavior.

    • The allowResolversNotInSchema has been renamed to requireResolversToMatchSchema, to harmonize the naming convention of all the validators. The default setting of requireResolversToMatchSchema is error, matching the previous behavior.

    Schema Delegation (delegateToSchema & @graphql-tools/delegate)

    • The delegateToSchema return value has matured and been formalized as an ExternalObject, in which all errors are integrated into the GraphQL response, preserving their initial path. Those advanced users accessing the result directly will note the change in error handling. This also allows for the deprecation of unnecessary helper functions including slicedError, getErrors, getErrorsByPathSegment functions. Only external errors with missing or invalid paths must still be preserved by annotating the remote object with special properties. The new getUnpathedErrors function is therefore necessary for retrieving only these errors. Note also the new annotateExternalObject and mergeExternalObjects functions, as well as the renaming of handleResult to resolveExternalValue.

    • Transform types and the applySchemaTransforms are now relocated to the delegate package; applyRequestTransforms/applyResultTransforms functions have been deprecated, however, as this functionality has been replaced since v6 by the Transformer abstraction.

... (truncated)

Commits
  • b9d75d2 [deploy_website] chore(release): update monorepo packages versions (#2139)
  • 6f47166 chore(deps): bump @babel/types from 7.11.5 to 7.12.1 (#2117)
  • 08e5611 fix: add example (#2101)
  • 2b6c813 Update links package to use @apollo/client/links (#2138)
  • e2b1eac chore(deps-dev): bump eslint from 7.10.0 to 7.12.0 (#2140)
  • 294dedd Fix type error with arguments being undefined (#2078)
  • 895e2e7 chore(deps): bump @babel/traverse from 7.11.5 to 7.12.1 (#2121)
  • 8133a90 Remove $ from invalidPathRegex (#2090)
  • d36ee21 chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.14.0 (#2128)
  • 9f42d2c chore(release): update monorepo packages versions (#2134)
  • 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 dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 27, 2020
@dependabot @github

dependabot Bot commented on behalf of github Nov 26, 2020

Copy link
Copy Markdown
Author

Superseded by #638.

@dependabot dependabot Bot closed this Nov 26, 2020
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/server/graphql-tools-7.0.1 branch November 26, 2020 05:50
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.

0 participants