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

chore(deps): update dependency @graphql-tools/utils to v8.10.1 - autoclosed #6

Closed
wants to merge 1 commit into from

Conversation

ctison
Copy link
Owner

@ctison ctison commented Mar 23, 2022

This PR contains the following updates:

Package Type Update Change
@graphql-tools/utils devDependencies minor 8.6.3 -> 8.10.1

Release Notes

ardatan/graphql-tools

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

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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Renovate Bot.

@ctison ctison self-assigned this Mar 23, 2022
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.5 chore(deps): update dependency @graphql-tools/utils to v8.6.6 Apr 8, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from f02aec3 to b684515 Compare April 8, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.6 chore(deps): update dependency @graphql-tools/utils to v8.6.7 Apr 13, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from b684515 to 8ea4c89 Compare April 13, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.7 chore(deps): update dependency @graphql-tools/utils to v8.6.8 Apr 16, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from f78041f to 7d335fd Compare April 21, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.8 chore(deps): update dependency @graphql-tools/utils to v8.6.9 Apr 21, 2022
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.9 chore(deps): update dependency @graphql-tools/utils to v8.6.10 May 10, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 7d335fd to 205ffc1 Compare May 10, 2022 06:11
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 205ffc1 to 007395f Compare May 20, 2022 06:12
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.10 chore(deps): update dependency @graphql-tools/utils to v8.6.11 May 20, 2022
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.11 chore(deps): update dependency @graphql-tools/utils to v8.6.12 May 21, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 007395f to bf1062c Compare May 21, 2022 06:12
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.12 chore(deps): update dependency @graphql-tools/utils to v8.6.13 Jun 8, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from bf1062c to 3b148c2 Compare June 8, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.6.13 chore(deps): update dependency @graphql-tools/utils to v8.7.0 Jun 24, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 3b148c2 to bf0e157 Compare June 24, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.7.0 chore(deps): update dependency @graphql-tools/utils to v8.8.0 Jun 28, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from bf0e157 to 262b2eb Compare June 28, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.8.0 chore(deps): update dependency @graphql-tools/utils to v8.9.0 Jul 28, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 262b2eb to fa3c4c8 Compare July 28, 2022 06:12
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.9.0 chore(deps): update dependency @graphql-tools/utils to v8.9.1 Aug 10, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from fa3c4c8 to 89116fc Compare August 10, 2022 06:13
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.9.1 chore(deps): update dependency @graphql-tools/utils to v8.10.0 Aug 11, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 89116fc to 0f8bbda Compare August 11, 2022 06:12
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.10.0 chore(deps): update dependency @graphql-tools/utils to v8.10.1 Aug 27, 2022
@ctison ctison force-pushed the renovate/graphql-tools-monorepo branch from 0f8bbda to 8b4a80c Compare August 27, 2022 06:11
@ctison ctison changed the title chore(deps): update dependency @graphql-tools/utils to v8.10.1 chore(deps): update dependency @graphql-tools/utils to v8.10.1 - autoclosed Sep 4, 2022
@ctison ctison closed this Sep 4, 2022
@ctison ctison deleted the renovate/graphql-tools-monorepo branch September 4, 2022 20:03
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.

2 participants