Skip to content

build(deps): bump @graphql-tools/utils from 10.11.0 to 11.1.0#238

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-tools/utils-11.1.0
Open

build(deps): bump @graphql-tools/utils from 10.11.0 to 11.1.0#238
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-tools/utils-11.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps @graphql-tools/utils from 10.11.0 to 11.1.0.

Changelog

Sourced from @​graphql-tools/utils's changelog.

11.1.0

Minor Changes

11.0.1

Patch Changes

  • ae36a0e Thanks @​mattkrick! - Handle enum values correctly if they are arguments of directives defined in the extensions

11.0.0

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 {}.

Commits
  • 4aa9156 chore(release): update monorepo packages versions (#8145)
  • a4b7dce Deep merge and preserve non-enumerable symbols (#8144)
  • c097bc9 build(deps): bump the actions-deps group across 1 directory with 9 updates (#...
  • 14066f9 chore(release): update monorepo packages versions (#8118)
  • ae36a0e fix: coerce enum directive arguments to internal values when printing (#8117)
  • a831489 build(deps): bump the actions-deps group with 7 updates (#8105)
  • fe413ee Revert unnecessary changes
  • 4dd39fa fix(mergeDeep): do not concatenate arrays while merging
  • a91a765 build(deps): bump the actions-deps group with 8 updates (#8056)
  • 3929728 build(deps): bump the actions-deps group across 1 directory with 2 updates (#...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-tools/utils since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-tools/utils-11.1.0 branch from cf5d35c to 833e1c1 Compare June 22, 2026 11:35
Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 10.11.0 to 11.1.0.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@11.1.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@graphql-tools/utils"
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-tools/utils-11.1.0 branch from 833e1c1 to f3f6d6e Compare June 25, 2026 10:50
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants