Skip to content

fix(deps): update graphql-tools monorepo - #4049

Merged
kamilmysliwiec merged 1 commit into
masterfrom
renovate/graphql-tools-monorepo
Aug 10, 2026
Merged

fix(deps): update graphql-tools monorepo#4049
kamilmysliwiec merged 1 commit into
masterfrom
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/merge (source) 9.1.99.2.2 age confidence
@graphql-tools/schema (source) 10.0.3310.0.38 age confidence
@graphql-tools/utils (source) 11.1.011.2.2 age confidence

Release Notes

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

v9.2.2

Compare Source

Patch Changes

v9.2.1

Compare Source

Patch Changes

v9.2.0

Compare Source

Minor Changes

v9.1.11

Compare Source

Patch Changes

v9.1.10

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.38

Compare Source

Patch Changes

v10.0.37

Compare Source

Patch Changes

v10.0.36

Compare Source

Patch Changes

v10.0.35

Compare Source

Patch Changes

v10.0.34

Compare Source

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

v11.2.2

Compare Source

Patch Changes
  • #​8302
    e90719b
    Thanks @​pbomb! - fix mergeDeep to treat explicit undefined property
    values as overrides rather than skipping them, distinct from an absent property

v11.2.1

Compare Source

Patch Changes
  • #​8204
    615c1a2
    Thanks @​pbomb! - fix mergeDeep to treat null property values as
    explicit overrides rather than skipping them

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Jun 28, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-tools-monorepo branch 3 times, most recently from 3909cc3 to 8d1663b Compare July 12, 2026 18:05
@renovate
renovate Bot force-pushed the renovate/graphql-tools-monorepo branch 4 times, most recently from 6937333 to 036a718 Compare July 21, 2026 03:15
@renovate
renovate Bot force-pushed the renovate/graphql-tools-monorepo branch from 036a718 to 5b6163f Compare July 24, 2026 16:32
@renovate
renovate Bot force-pushed the renovate/graphql-tools-monorepo branch from 5b6163f to 5d0b190 Compare July 30, 2026 17:05
@kamilmysliwiec
kamilmysliwiec merged commit a44941e into master Aug 10, 2026
1 check passed
@renovate
renovate Bot deleted the renovate/graphql-tools-monorepo branch August 10, 2026 06:21
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.

1 participant