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

update @graphql-tools/schema to 8.5.1 #209

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/schema ^8.3.1 -> 8.5.1 age adoption passing confidence

Release Notes

ardatan/graphql-tools

v8.5.1

Compare Source

Patch Changes

v8.5.0

Compare Source

Minor Changes
  • d76a299: Support TypeScript module resolution.
Patch Changes

v8.4.0

Compare Source

Minor Changes
  • 4914970: 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

v8.3.14

Compare Source

Patch Changes

v8.3.13

Compare Source

Patch Changes

v8.3.12

Compare Source

Patch Changes

v8.3.11

Compare Source

Patch Changes

v8.3.10

Compare Source

Patch Changes

v8.3.9

Compare Source

Patch Changes

v8.3.8

Compare Source

Patch Changes

v8.3.7

Compare Source

Patch Changes

v8.3.6

Compare Source

Patch Changes
  • 722abad: Fix addResolversToSchema bug where type or field processing would be aborted prematurely.

    In previous versions, if requireResolversToMatchSchema was set to ignore, although no error would be thrown for an unexpected resolver type, type processing would still be aborted early. This fix changes the behavior to correctly continue resolver type processing with the next provided type.

    In previous versions, if a resolver field began with double underscores, it would correctly be used for legacy behavior to directly set a type property, but field processing would be aborted early. This fix changes the behavior to correctly continue type processing with the next field.

v8.3.5

Compare Source

Patch Changes

v8.3.4

Compare Source

Patch Changes

v8.3.3

Compare Source

Patch Changes

v8.3.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 7, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from fd70f85 to 188c4e3 Compare March 26, 2022 13:33
@renovate renovate bot changed the title update @graphql-tools/schema to 8.3.2 update @graphql-tools/schema to 8.3.5 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 188c4e3 to 2c2aa97 Compare April 24, 2022 23:10
@renovate renovate bot changed the title update @graphql-tools/schema to 8.3.5 update @graphql-tools/schema to 8.3.10 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 2c2aa97 to b6e915b Compare May 16, 2022 01:17
@renovate renovate bot changed the title update @graphql-tools/schema to 8.3.10 update @graphql-tools/schema to 8.3.11 May 16, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from b6e915b to 20e1826 Compare June 18, 2022 21:54
@renovate renovate bot changed the title update @graphql-tools/schema to 8.3.11 update @graphql-tools/schema to 8.3.14 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 20e1826 to d73ac26 Compare June 24, 2022 00:51
@renovate renovate bot changed the title update @graphql-tools/schema to 8.3.14 update @graphql-tools/schema to 8.4.0 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from d73ac26 to bf4da41 Compare September 25, 2022 12:15
@renovate renovate bot changed the title update @graphql-tools/schema to 8.4.0 update @graphql-tools/schema to 8.5.1 Sep 25, 2022
@sbardian sbardian closed this Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant