Skip to content

chore: update dependency @graphql-tools/utils to ^11.2.0#11667

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

chore: update dependency @graphql-tools/utils to ^11.2.0#11667
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-tools-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils (source) ^11.1.0^11.2.0 age adoption passing confidence

Release Notes

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

v11.2.0

Compare Source

Minor Changes

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Jul 8, 2026
@renovate renovate Bot requested a review from raymondfeng as a code owner July 8, 2026 12:43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/graphql-tools-monorepo branch from d7b27dc to bdceea0 Compare July 8, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants