Skip to content

Bump @graphql-tools/schema from 8.3.3 to 8.4.0 - #107

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/graphql-tools/schema-8.4.0
Closed

Bump @graphql-tools/schema from 8.3.3 to 8.4.0#107
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/graphql-tools/schema-8.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2022

Copy link
Copy Markdown

Bumps @graphql-tools/schema from 8.3.3 to 8.4.0.

Release notes

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

@​graphql-tools/schema@​8.4.0

Minor Changes

  • 4914970b: mergeSchemas was skipping defaultFieldResolver and defaultMergedResolver by default while extracting resolvers for each given schema to reduce the overhead. But this doesn't work properly if you mix wrapped schemas and local schemas. So new includeDefaultMergedResolver flag is introduced in getResolversFromSchema to put default "proxy" resolvers in the extracted resolver map for mergeSchemas.

    This fixes an issue with alias issue, so nested aliased fields weren't resolved properly because of the missing defaultMergedResolver in the final merged schema which should come from the wrapped schema.

Patch Changes

  • Updated dependencies [4914970b]
    • @​graphql-tools/utils@​8.7.0
    • @​graphql-tools/merge@​8.2.15

@​graphql-tools/schema@​8.3.14

Patch Changes

  • 041c5ba1: Use caret range for the tslib dependency
  • Updated dependencies [041c5ba1]
    • @​graphql-tools/merge@​8.2.14
    • @​graphql-tools/utils@​8.6.13

@​graphql-tools/schema@​8.3.13

Patch Changes

  • Updated dependencies [da7ad43b]
    • @​graphql-tools/utils@​8.6.12
    • @​graphql-tools/merge@​8.2.13

@​graphql-tools/schema@​8.3.12

Patch Changes

  • Updated dependencies [c0762ee3]
    • @​graphql-tools/utils@​8.6.11
    • @​graphql-tools/merge@​8.2.12
Changelog

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

8.4.0

Minor Changes

  • 4914970b: mergeSchemas was skipping defaultFieldResolver and defaultMergedResolver by default while extracting resolvers for each given schema to reduce the overhead. But this doesn't work properly if you mix wrapped schemas and local schemas. So new includeDefaultMergedResolver flag is introduced in getResolversFromSchema to put default "proxy" resolvers in the extracted resolver map for mergeSchemas.

    This fixes an issue with alias issue, so nested aliased fields weren't resolved properly because of the missing defaultMergedResolver in the final merged schema which should come from the wrapped schema.

Patch Changes

  • Updated dependencies [4914970b]
    • @​graphql-tools/utils@​8.7.0
    • @​graphql-tools/merge@​8.2.15

8.3.14

Patch Changes

  • 041c5ba1: Use caret range for the tslib dependency
  • Updated dependencies [041c5ba1]
    • @​graphql-tools/merge@​8.2.14
    • @​graphql-tools/utils@​8.6.13

8.3.13

Patch Changes

  • Updated dependencies [da7ad43b]
    • @​graphql-tools/utils@​8.6.12
    • @​graphql-tools/merge@​8.2.13

8.3.12

Patch Changes

  • Updated dependencies [c0762ee3]
    • @​graphql-tools/utils@​8.6.11
    • @​graphql-tools/merge@​8.2.12

8.3.11

Patch Changes

  • Updated dependencies [0fc510cb]
    • @​graphql-tools/utils@​8.6.10
    • @​graphql-tools/merge@​8.2.11

8.3.10

Patch Changes

... (truncated)

Commits
  • d8558da chore(release): update monorepo packages versions (#4534)
  • 4914970 Introduce 'batch' flag, improve loadSchema and merge wrapped schemas properly...
  • 8b63198 chore(release): update monorepo packages versions (#4513)
  • 041c5ba Use caret ranges for tslib (#4478)
  • 0710b96 chore(release): update monorepo packages versions (#4472)
  • da7ad43 Getting ready for v17 (#4470)
  • f890605 chore(release): update monorepo packages versions (#4469)
  • 51409a0 chore(release): update monorepo packages versions (#4447)
  • 326947d chore(deps): update all non-major dependencies (#4411)
  • cce8f20 chore(release): update monorepo packages versions (#4408)
  • 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)

Bumps [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) from 8.3.3 to 8.4.0.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@8.4.0/packages/schema)

---
updated-dependencies:
- dependency-name: "@graphql-tools/schema"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2022

Copy link
Copy Markdown
Author

Superseded by #109.

@dependabot dependabot Bot closed this Jun 28, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/graphql-tools/schema-8.4.0 branch June 28, 2022 02:44
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