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

build(deps-dev): bump @graphql-tools/schema from 6.2.4 to 7.1.3 #451

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2021

Bumps @graphql-tools/schema from 6.2.4 to 7.1.3.

Release notes

Sourced from @​graphql-tools/schema's releases.

@​graphql-tools/schema@​7.1.3

Patch Changes

  • c8e26b8c: fix(schema): ignore resolvers if they are not in schema

@​graphql-tools/schema@​7.1.2

Patch Changes

  • 21da6904: fix release
  • Updated dependencies [21da6904]
    • @​graphql-tools/utils@​7.1.2

@​graphql-tools/schema@​7.1.0

Minor Changes

  • 4f5a4efe: enhance(schema): add some options to improve schema creation performance

Patch Changes

  • 65ed780a: enhance(schema): do not visit resolvers if no validation is selected
  • b79e3a6b: enhance(schema): do not visit abstract types if requireResolversForResolveType not present
  • Updated dependencies [4f5a4efe]
    • @​graphql-tools/utils@​7.1.0
Changelog

Sourced from @​graphql-tools/schema's changelog.

7.1.3

Patch Changes

  • c8e26b8c: fix(schema): ignore resolvers if they are not in schema

7.1.2

Patch Changes

  • 21da6904: fix release
  • Updated dependencies [21da6904]
    • @​graphql-tools/utils@​7.1.2

7.1.1

Patch Changes

  • b48a91b1: add ability to specify merge config within subschemas using directives
  • Updated dependencies [b48a91b1]
    • @​graphql-tools/utils@​7.1.1

7.1.0

Minor Changes

  • 4f5a4efe: enhance(schema): add some options to improve schema creation performance

Patch Changes

  • 65ed780a: enhance(schema): do not visit resolvers if no validation is selected
  • b79e3a6b: enhance(schema): do not visit abstract types if requireResolversForResolveType not present
  • Updated dependencies [4f5a4efe]
    • @​graphql-tools/utils@​7.1.0

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.

... (truncated)

Commits
  • 9b2a798 chore(release): update monorepo packages versions (#2540)
  • e0b4296 chore(docs): add README.md to some individual packages for NPM
  • 7fd3b57 fix(schema): ignore resolvers if they are not in schema (#2536)
  • 0b8b116 fix(deps): update dependency tslib to ~2.1.0 (#2443)
  • acad3c2 chore(deps): update dependency graphql-scalars to v1.7.0 (#2400)
  • de811f3 chore(deps): update dependency graphql-scalars to v1.6.1 (#2333)
  • 7eadc28 Use repository.packages in package.json files (#2316)
  • b2cda0a chore(release): update monorepo packages versions (#2301)
  • adcaa31 chore(release): update monorepo packages versions (#2298)
  • b48a91b Stitching Directives (#2227)
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 5, 2021
@dependabot-merge-action dependabot-merge-action bot merged commit 2577c97 into master Apr 5, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-tools/schema-7.1.3 branch April 5, 2021 09:43
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants