Skip to content

Update dependency @graphql-tools/utils to v11#1036

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-graphql-tools-monorepo
Open

Update dependency @graphql-tools/utils to v11#1036
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-graphql-tools-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) 10.11.011.1.1 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils)

v11.1.1

Compare Source

Patch Changes
  • #​8256
    981d461
    Thanks @​twavv! - Fix mergeDeep returning undefined instead of {}
    when merging two or more empty objects.

    Previously the output accumulator was only initialized inside the per-key loop, so merging sources
    with no own keys (e.g. mergeDeep([{}, {}])) left it undefined. This silently dropped
    empty-object values during nested merges ({ data: {} } became { data: undefined }), which
    could surface as "Cannot return null for non-nullable field" errors when stitching schemas. The
    accumulator is now initialized as soon as an object source is encountered.

v11.1.0

Compare Source

Minor Changes

v11.0.1

Compare Source

Patch Changes
  • ae36a0e
    Thanks @​mattkrick! - Handle enum values correctly if they are
    arguments of directives defined in the extensions

v11.0.0

Compare Source

Major Changes
  • #​7685
    6f3776c
    Thanks @​ardatan! - Support "federation/subgraph style" schemas in
    astFromSchema and printSchemaWithDirectives

    If a GraphQLSchema doesn't have any defined operation types, we should print the schema
    definition as an extension rather than omitting it entirely. They are not a valid schema on their
    own, but they are valid subgraph schemas in a federation setup, and it is possible to build such
    schemas with assumeValid options.

    // A schema without defined root types
    buildSchema(
      /* GraphQL */ `
        extend schema @​link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@​key"])
    
        type User @​key(fields: "id") {
          id: ID!
          username: String
        }
      `,
      { assumeValid: true, assumeValidSDL: true }
    )

    POTENTIAL BREAKING CHANGE: This can be a breaking change because now the schema above will be
    printed as the input, previously extend schema was converted to schema {}.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch from e1af095 to 591e529 Compare January 19, 2026 18:43
@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch from 591e529 to 30f561c Compare March 5, 2026 20:42
@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch from 30f561c to da72f93 Compare April 12, 2026 13:30
@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch 3 times, most recently from ef76af5 to fe16fcf Compare April 29, 2026 12:43
@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch from fe16fcf to 33bf6e5 Compare May 12, 2026 13:10
@renovate renovate Bot changed the title Update dependency @graphql-tools/utils to v11 Update graphql-tools monorepo to v11 Jun 2, 2026
@renovate renovate Bot changed the title Update graphql-tools monorepo to v11 Update graphql-tools monorepo (major) Jun 22, 2026
@renovate renovate Bot changed the title Update graphql-tools monorepo (major) Update dependency @graphql-tools/utils to v11 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/major-graphql-tools-monorepo branch from 33bf6e5 to 354ac0f Compare July 1, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants