Skip to content

chore(deps): update dependency @graphql-tools/utils to v11.1.1#1505

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/graphql-tools-monorepo
Jun 28, 2026
Merged

chore(deps): update dependency @graphql-tools/utils to v11.1.1#1505
renovate[bot] merged 1 commit into
mainfrom
renovate/graphql-tools-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) 11.1.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.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 enabled auto-merge (squash) June 28, 2026 19:09
@renovate renovate Bot merged commit 9358988 into main Jun 28, 2026
0 of 2 checks passed
@renovate renovate Bot deleted the renovate/graphql-tools-monorepo branch June 28, 2026 19:10
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