Skip to content

fix(deps): update dependency @graphql-tools/utils to v11#1335

Merged
ardatan merged 2 commits intomainfrom
renovate/major-graphql-tools
Mar 8, 2026
Merged

fix(deps): update dependency @graphql-tools/utils to v11#1335
ardatan merged 2 commits intomainfrom
renovate/major-graphql-tools

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) ^10.0.0^11.0.0 age confidence

Release Notes

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

v11.0.0

Compare Source

Major Changes
  • #​7685
    6f3776c
    Thanks @​ardatan! - Support "federation/subgraph style" schemas in
    astFromSchema and printSchemaWithDirectives

    If a GraphQLSchema doesn't have any defined operation types, we should print the schema
    definition as an extension rather than omitting it entirely. They are not a valid schema on their
    own, but they are valid subgraph schemas in a federation setup, and it is possible to build such
    schemas with assumeValid options.

    // A schema without defined root types
    buildSchema(
      /* GraphQL */ `
        extend schema @​link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@​key"])
    
        type User @​key(fields: "id") {
          id: ID!
          username: String
        }
      `,
      { assumeValid: true, assumeValidSDL: true }
    )

    POTENTIAL BREAKING CHANGE: This can be a breaking change because now the schema above will be
    printed as the input, previously extend schema was converted to schema {}.


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.

🔕 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 label Jan 7, 2026
@renovate renovate Bot requested a review from ardatan January 7, 2026 02:01
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 7, 2026

🦋 Changeset detected

Latest commit: b0d1e68

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-codegen/flow-resolvers Patch

Not sure what this means? Click here to learn what changesets are.

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

@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch 2 times, most recently from 1115d94 to 4f022fd Compare January 12, 2026 05:15
@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch 2 times, most recently from 0bb3489 to 415afaf Compare January 23, 2026 19:01
@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch from 415afaf to b900613 Compare February 2, 2026 18:48
@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch 2 times, most recently from 67fc9a0 to 2e2d39d Compare February 17, 2026 14:42
@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch from 2e2d39d to 020a2c6 Compare March 5, 2026 17:39
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 5, 2026

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/near-operation-file-preset 5.0.0-alpha-20260305174932-020a2c6a68eeb5df7688527f0a3b17e65ec88faa npm ↗︎ unpkg ↗︎

@renovate renovate Bot force-pushed the renovate/major-graphql-tools branch from 020a2c6 to 1b3f19e Compare March 8, 2026 04:04
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 8, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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