Skip to content

chore(deps): update graphqlcodegenerator monorepo#1425

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/graphqlcodegenerator-monorepo
Apr 25, 2026
Merged

chore(deps): update graphqlcodegenerator monorepo#1425
renovate[bot] merged 1 commit intomainfrom
renovate/graphqlcodegenerator-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/plugin-helpers (source) 6.0.06.3.0 age confidence
@graphql-codegen/typescript (source) 5.0.05.0.10 age confidence
@graphql-codegen/visitor-plugin-common (source) 6.0.06.3.0 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/plugin-helpers)

v6.3.0

Compare Source

Minor Changes
  • #​10659
    e65d303
    Thanks @​ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

v6.2.1

Compare Source

Patch Changes

v6.2.0

Compare Source

Minor Changes

v6.1.1

Compare Source

Patch Changes

v6.1.0

Compare Source

Minor Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v5.0.10

Patch Changes

v5.0.9

Compare Source

Patch Changes

v5.0.8

Compare Source

Patch Changes

v5.0.7

Compare Source

Patch Changes

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/visitor-plugin-common)

v6.3.0

Compare Source

Minor Changes
  • #​10659
    e65d303
    Thanks @​ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

v6.2.4

Compare Source

Patch Changes

v6.2.3

Compare Source

Patch Changes

v6.2.2

Compare Source

Patch Changes

v6.2.1

Compare Source

Patch Changes

v6.2.0

Compare Source

Minor Changes
Patch Changes
  • #​10512
    f821e8a
    Thanks @​realies! - fix: allow mappers to override root types (Query,
    Mutation, Subscription)

    Previously, mappers configured for root types were ignored because root types were checked before
    mappers. This fix moves the mapper check before the root type check, allowing mappers to override
    rootValueType when configured.

  • Updated dependencies
    [9e70bcb]:

v6.1.2

Compare Source

Patch Changes

v6.1.1

Compare Source

Patch Changes
  • #​10498
    6715330
    Thanks @​ardatan! - Handle schema extension nodes correctly

    When a schema doesn't have an operation type defined but has schema extension definitions with
    directives like below, schema extensions are not converted to schema definitions by GraphQL Tools.
    So the visitor should handle schema extension nodes correctly.

    Follow-up to ardatan/graphql-tools#7679

    extend schema @​link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@​key"])
    
    type Foo {
      id: ID! @​key
      name: String
    }

v6.1.0

Compare Source

Minor Changes

v6.0.1

Compare Source

Patch Changes
  • #​10412 accdab6 Thanks @​thekevinbrown! - Add special handling for identifiers that consist entirely of _ characters when transformUnderscore is true. This prevents _ values in GraphQL enums from being emitted without identifers in the resulting types.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) April 25, 2026 12:30
@renovate renovate Bot merged commit 3f80080 into main Apr 25, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/graphqlcodegenerator-monorepo branch April 25, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants