Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

fix(deps): update dependency @graphql-tools/utils to v7.10.0 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils 7.2.3 -> 7.10.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools

v7.10.0

Compare Source

Minor Changes
  • e632c5d: Make executors not generic over context types
Patch Changes
  • 99f092f: fix(getResolversFromSchema) Fix resolvers for type names starting with a single underscore.

v7.9.1

Compare Source

Patch Changes
  • be23817: enhance(utils): do not extract default resolvers

v7.9.0

Compare Source

Minor Changes
  • 20d2c7b: feat(utils): add withCancel

v7.8.1

Compare Source

Patch Changes
  • dbdb78e: fix(visitResult): don't throw on encountering __typename in request (#​2860)

v7.8.0

Compare Source

Minor Changes
  • 03c579b: enhance(utils): astFromDirective doesn't need schema anymore

v7.7.3

Compare Source

Patch Changes
  • d2a17c7: enhance(printSchemaWithDirectives): show directives before other definitions #​2752

v7.7.2

Compare Source

Patch Changes
  • a4f1ee5: __ is reserved for introspection

v7.7.1

Compare Source

Patch Changes
  • 194ac37: fix(utils): add createSchemaDefinition again to fix breaking change

v7.7.0

Compare Source

Minor Changes
  • 58fd4b2: feat(types): add TContext to stitchSchemas and executor
Patch Changes
  • 43da6b5: enhance(merge): reduce number of iterations

v7.6.0

Compare Source

Minor Changes
  • 5b637e2: Add generic pruning filter option

v7.5.2

Compare Source

Patch Changes
  • de16fff: Fix pruneSchema with unimplemented interfaces

v7.5.1

Compare Source

Patch Changes
  • 33d1b9e: Fix pruneSchema with unused interfaces

v7.5.0

Minor Changes
  • 219ed39: enhance(utils): Extract getDocumentNodeFromSchema from printSchemaWithDirectives
Patch Changes
  • 219ed39: fix(utils): fix missing default value of input object type field
  • 219ed39: fix(utils): print specifiedBy directive definitions correctly

v7.4.0

Minor Changes
  • 8f331aa: enhance(utils): Extract getDocumentNodeFromSchema from printSchemaWithDirectives
Patch Changes
  • 8f331aa: fix(utils): fix missing default value of input object type field

v7.3.0

Compare Source

Minor Changes
  • 6387572: feat(utils): export astFrom* helper functions

v7.2.6

Compare Source

Patch Changes
  • e53f97b: fix(utils): provide { done: true } from iterator when complete is called on observer in observableToAsyncIterable

v7.2.5

Compare Source

Patch Changes
  • 4fc05eb: Fixes the handling of repeatable directives in the getDirectives method. Previously repeatable directives were nested and duplicated. They will now return as a flat array map:

    @​mydir(arg: "first") @​mydir(arg: "second")

    translates into:

    {
      mydir: [{ arg: 'first' }, { arg: 'second' }];
    }

v7.2.4

Compare Source

Patch Changes
  • 6e50d9f: enhance(stitching-directives): use keyField

    When using simple keys, i.e. when using the keyField argument to @merge, the keyField can be added implicitly to the types's key. In most cases, therefore, @key should not be required at all.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from db26326 to ad1d9b4 Compare January 31, 2021 03:55
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.2.4 fix(deps): update dependency @graphql-tools/utils to v7.2.5 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from ad1d9b4 to aad773d Compare February 15, 2021 16:48
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.2.5 fix(deps): update dependency @graphql-tools/utils to v7.2.6 Feb 15, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from aad773d to e9a907f Compare February 17, 2021 23:26
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.2.6 fix(deps): update dependency @graphql-tools/utils to v7.3.0 Feb 17, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from e9a907f to eddc285 Compare February 18, 2021 16:34
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.3.0 fix(deps): update dependency @graphql-tools/utils to v7.4.0 Feb 18, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from eddc285 to f77708e Compare February 18, 2021 18:13
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.4.0 fix(deps): update dependency @graphql-tools/utils to v7.5.0 Feb 18, 2021
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.5.0 fix(deps): update dependency @graphql-tools/utils to v7.5.1 Mar 9, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from d9c75ad to d50f8c7 Compare March 10, 2021 00:02
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.5.1 fix(deps): update dependency @graphql-tools/utils to v7.5.2 Mar 10, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from d50f8c7 to d607116 Compare March 12, 2021 22:30
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.5.2 fix(deps): update dependency @graphql-tools/utils to v7.6.0 Mar 12, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from d607116 to c899711 Compare April 26, 2021 17:28
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.6.0 fix(deps): update dependency @graphql-tools/utils to v7.8.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from c899711 to 682bb03 Compare May 9, 2021 22:19
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.8.0 fix(deps): update dependency @graphql-tools/utils to v7.9.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 682bb03 to 0cac347 Compare May 15, 2021 19:33
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v7.9.1 fix(deps): update dependency @graphql-tools/utils to v7.10.0 May 15, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant