Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/delegate (source) ^9.0.32 || ^10.0.0 -> ^9.0.32 || ^10.0.0 || ^12.0.0 age confidence
@graphql-tools/wrap (source) ^9.4.2 || ^10.0.0 -> ^9.4.2 || ^10.0.0 || ^11.0.0 age confidence

Release Notes

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

v12.0.2

Compare Source

Patch Changes
  • da8b8e3 Thanks @​ardatan! - Use getDefinedRootType instead of schema.getRootType for GraphQL v15 compatibility

v12.0.1

Compare Source

Patch Changes

v12.0.0

Compare Source

Major Changes
  • #​1708 bc6cddd Thanks @​ardatan! - Breaking changes in createRequest function;

    • No more sourceParentType, sourceFieldName, variableDefinitions, variableValues and targetRootValue
    • targetRootValue has been renamed to rootValue
    • targetSchema is a required option now and args is also accepted as a map of the arguments of the target field
    • fragments is now an array of FragmentDefinitionNode instead of a record { [fragmentName: string]: FragmentDefinitionNode }

    Breaking changes in delegateRequest and delegateToSchema functions;

    • No more transformedSchema option, it has been renamed to targetSchema
    • targetSchema is a required option now
Patch Changes
  • #​1727 1dbc653 Thanks @​ardatan! - Avoid extra __typename in the root selection

    query {
    - __typename
      hello
    }
  • #​1743 b520eb2 Thanks @​ardatan! - Handle leftovers recursively but in async
    Fixes requires-circular test suite's second case on federation audit repository

v11.1.3

Compare Source

Patch Changes

v11.1.2

Compare Source

Patch Changes

v11.1.1

Compare Source

Patch Changes

v11.1.0

Compare Source

Minor Changes
  • #​1624 a8458b2 Thanks @​ardatan! - Progressive Override for Safer Field Migrations

    Introduces Progressive Override, allowing you to safely migrate fields between subgraphs using the @override directive with a label. Control the rollout using custom logic in the gateway (e.g., percentage, headers) or the built-in percent(x) label for gradual, incremental traffic migration.

    Detailed documentation can be found here.

Patch Changes

v11.0.1

Compare Source

Patch Changes

v11.0.0

Compare Source

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

v11.1.2

Compare Source

Patch Changes

v11.1.1

Compare Source

Patch Changes

v11.1.0

Compare Source

Minor Changes
Patch Changes

v11.0.5

Compare Source

Patch Changes

v11.0.4

Compare Source

Patch Changes

v11.0.3

Compare Source

Patch Changes

v11.0.2

Compare Source

Patch Changes

v11.0.1

Compare Source

Patch Changes

v11.0.0

Compare Source

Major Changes
Patch Changes

Configuration

📅 Schedule: 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 label Sep 6, 2025
@changeset-bot
Copy link

changeset-bot bot commented Sep 6, 2025

⚠️ No Changeset found

Latest commit: c6000fc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-graphql-tools branch from 68bbede to 2330275 Compare September 15, 2025 18:47
@renovate renovate bot force-pushed the renovate/major-graphql-tools branch from 2330275 to de362ae Compare September 25, 2025 16:50
@renovate renovate bot force-pushed the renovate/major-graphql-tools branch from de362ae to 285050f Compare October 22, 2025 13:01
@renovate renovate bot force-pushed the renovate/major-graphql-tools branch from 285050f to c6000fc Compare December 1, 2025 13:08
@renovate renovate bot changed the title chore(deps): update graphql-tools to v11 (major) chore(deps): update graphql-tools (major) Dec 1, 2025
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