Skip to content

chore(deps): update graphql-tools - #1494

Merged
ardatan merged 1 commit into
masterfrom
renovate/graphql-tools
Feb 13, 2026
Merged

chore(deps): update graphql-tools#1494
ardatan merged 1 commit into
masterfrom
renovate/graphql-tools

Conversation

@renovate

@renovate renovate Bot commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/batch-delegate (source) 10.0.1210.0.13 age confidence
@graphql-tools/delegate (source) 12.0.612.0.7 age confidence
@graphql-tools/federation (source) 4.2.104.2.11 age confidence
@graphql-tools/stitch (source) 10.1.1010.1.11 age confidence
@graphql-tools/stitching-directives (source) 4.0.124.0.13 age confidence
@graphql-tools/wrap (source) 11.1.611.1.7 age confidence

Release Notes

graphql-hive/gateway (@​graphql-tools/batch-delegate)

v10.0.13

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/delegate)

v12.0.7

Compare Source

Patch Changes
  • #​1948 584a293 Thanks @​Tolsee! - Respect existing variable definitions from the gateway request;

    1. If the argument uses a variable definition on the gateway request, keep and re-use it as-is.
    query ($var1: String = "default") {
      rootField(arg1: $var1)
    }
    1. If the argument does not use a variable definition on the gateway request, create a new variable definition for it and make sure it does not conflict with any existing variable definitions on the gateway request, because the gateway request can have variables that have nothing to do with the delegated argument.
    query ($arg1: String = "default") {
      rootField(arg1: 2) {
        someField(arg2: $arg1)
      }
    }

    In that case it should be delegated as:

    query ($arg1: String = "default", $rootField_arg1: String = "default") {
      rootField(arg1: $rootField_arg1) {
        someField(arg2: $arg1)
      }
    }
graphql-hive/gateway (@​graphql-tools/federation)

v4.2.11

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/stitch)

v10.1.11

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/stitching-directives)

v4.0.13

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/wrap)

v11.1.7

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@github-actions

github-actions Bot commented Feb 13, 2026

Copy link
Copy Markdown

💻 Website Preview

The latest changes are available as preview in: https://pr-1494.schema-stitching.pages.dev

@renovate
renovate Bot force-pushed the renovate/graphql-tools branch from e0c6580 to af7bdd2 Compare February 13, 2026 16:45
@ardatan
ardatan merged commit 9e762da into master Feb 13, 2026
4 checks passed
@ardatan
ardatan deleted the renovate/graphql-tools branch February 13, 2026 20:58
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.

1 participant