Skip to content

Bump @graphql-tools/load from 7.3.0 to 7.7.1 #502

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps @graphql-tools/load from 7.3.0 to 7.7.1.

Release notes

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

@​graphql-tools/load@​7.7.1

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0
    • @​graphql-tools/schema@​8.5.1

@​graphql-tools/load@​7.7.0

Minor Changes

  • d76a299c: Support TypeScript module resolution.

Patch Changes

  • Updated dependencies [a0abbbcd]
  • Updated dependencies [d76a299c]
    • @​graphql-tools/utils@​8.8.0
    • @​graphql-tools/schema@​8.5.0

@​graphql-tools/load@​7.6.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

  • 4914970b: No longer call mergeSchemas if a single schema is loaded. Previously all typeDefs and resolvers were extracted and the schema was rebuilt from scratch. But this is not necessary if there is only one schema loaded with loadSchema
  • Updated dependencies [4914970b]
    • @​graphql-tools/schema@​8.4.0
    • @​graphql-tools/utils@​8.7.0
Changelog

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

7.7.1

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0
    • @​graphql-tools/schema@​8.5.1

7.7.0

Minor Changes

  • d76a299c: Support TypeScript module resolution.

Patch Changes

  • Updated dependencies [a0abbbcd]
  • Updated dependencies [d76a299c]
    • @​graphql-tools/utils@​8.8.0
    • @​graphql-tools/schema@​8.5.0

7.6.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

  • 4914970b: No longer call mergeSchemas if a single schema is loaded. Previously all typeDefs and resolvers were extracted and the schema was rebuilt from scratch. But this is not necessary if there is only one schema loaded with loadSchema
  • Updated dependencies [4914970b]
    • @​graphql-tools/schema@​8.4.0
    • @​graphql-tools/utils@​8.7.0

7.5.14

Patch Changes

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

7.5.13

Patch Changes

... (truncated)

Commits
  • fbb0709 chore(release): update monorepo packages versions (#4604)
  • b9b8dd7 chore(release): update monorepo packages versions (#4542)
  • d76a299 feat: support TypeScript esm + esm and cjs import tests on CI (#4539)
  • 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)
  • e2a605e Fix loader test
  • 0710b96 chore(release): update monorepo packages versions (#4472)
  • da7ad43 Getting ready for v17 (#4470)
  • 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/load](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/load) from 7.3.0 to 7.7.1.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/load/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/load@7.7.1/packages/load)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 8, 2022
@github-actions github-actions bot added the triage label Aug 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 15, 2022

Superseded by #510.

@dependabot dependabot bot closed this Aug 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-tools/load-7.7.1 branch August 15, 2022 06: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 triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants