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 dependency @graphql-tools/utils to v9 #227

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils ^8.6.1 -> ^9.0.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools

v9.0.0

Compare Source

Major Changes
  • #​4801 8f6d3efc Thanks @​ardatan! - BREAKING: checkValidationErrors has been dropped and validateGraphQlDocuments now accepts DocumentNode[] instead and it throws the original GraphQLErrors with the correct stack trace

  • #​4796 80836fa7 Thanks @​saihaj! - update collectFields to support collecting deffered values

Minor Changes

v8.13.1

Compare Source

Patch Changes

v8.13.0

Compare Source

Minor Changes
Patch Changes

v8.12.0

Compare Source

Minor Changes

v8.11.0

Compare Source

Minor Changes
Patch Changes

v8.10.1

Compare Source

Patch Changes

v8.10.0

Compare Source

Minor Changes

v8.9.1

Compare Source

Patch Changes

v8.9.0

Compare Source

Minor Changes

v8.8.0

Compare Source

Minor Changes
  • d76a299: Support TypeScript module resolution.
Patch Changes
  • a0abbbc: fix(visitResult): handle introspection fields correctly with an introspection query result

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

v8.6.13

Compare Source

Patch Changes
  • 041c5ba: Use caret range for the tslib dependency

v8.6.12

Compare Source

Patch Changes
  • da7ad43: Fix GraphQL v17 incompatibility issues and introduce createGraphQLError helper function for backwards compatibility.

v8.6.11

Compare Source

Patch Changes

v8.6.10

Compare Source

Patch Changes
  • 0fc510c: Interface implementations should be included when a return type is an interface.

v8.6.9

Compare Source

Patch Changes
  • 31a33e2: pruneSchema will no longer removed used input object type.

v8.6.8

Compare Source

Patch Changes
  • cb23887: pruneSchema will now prune unused implementations of interfaces

v8.6.7

Compare Source

Patch Changes
  • 0bbb176: Refine generic typings using extends X when appropriate

    Typescript 4.7 has stricter requirements around generics
    which is explained well in the related https://github.com/microsoft/TypeScript/pull/48366ll/48366

    These changes resolve the errors that these packages will
    face when attempting to upgrade to TS 4.7 (still in beta
    at the time of writing this). Landing these changes now
    will allow other TS libraries which depend on these
    packages to experiment with TS 4.7 in the meantime.

v8.6.6

Compare Source

Patch Changes
  • 904c084: Support deprecated directive on enum values

v8.6.5

Compare Source

Patch Changes
  • be2c02d: fix(utils): use 3 as inspect recursive depth

v8.6.4

Compare Source

Patch Changes
  • d36d530: fix(utils): pass the value as-is if it cannot be parsed by the actual type

v8.6.3

Compare Source

Patch Changes

v8.6.2

Compare Source

Patch Changes
  • 1834136: feat(visitResult): ignore if field not present in visited object

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, check this box

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

@renovate renovate bot enabled auto-merge (rebase) November 1, 2022 15:05
@renovate renovate bot merged commit 91ec67a into main Nov 1, 2022
@renovate renovate bot deleted the renovate/major-graphql-tools-monorepo branch November 1, 2022 15:05
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.

0 participants