Skip to content

Update GraphQL Codegen - #1639

Merged
VPS-Obi merged 1 commit into
mainfrom
renovate/graphql-codegen
Sep 1, 2026
Merged

Update GraphQL Codegen#1639
VPS-Obi merged 1 commit into
mainfrom
renovate/graphql-codegen

Conversation

@renovate

@renovate renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/cli (source) ^7.2.0^7.3.1 age confidence
@graphql-codegen/near-operation-file-preset (source) ^5.2.1^5.2.2 age confidence
@graphql-codegen/typescript-operations (source) ^6.1.2^6.1.6 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v7.3.1

Compare Source

Patch Changes
  • #​10924
    0c8f5ba
    Thanks @​eddeee888! - Fix profiler output not being written to the
    filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return,
    so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with
    each file containing only that run's events. A failed rebuild does not produce a trace and its
    events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop
      profiler)
    • filename generation was removed from CodegenContext
  • Updated dependencies
    [0c8f5ba]:

v7.3.0

Compare Source

Minor Changes
  • #​10921
    58cdb31
    Thanks @​eddeee888! - Extend overwrite with
    overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was being used to both remove stale files in watch mode and update existing files.
    Some plugins such as Server Preset may dynamically return files to write between watch runs (for
    performance purposes).

    The overwrite can now take an object with overwrite.removeStaleFiles and
    overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.

Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/near-operation-file-preset)

v5.2.2

Compare Source

Patch Changes
  • #​1530
    73ecb79
    Thanks @​wassim-k! - Fix fragment *Doc imports for
    transitively-nested fragments in documentMode: graphQLTag.

    Since visitor-plugin-common v7, a graphQLTag operation inlines every fragment it transitively
    spreads, so the operation file now imports the *Doc of fragments reached only through another
    fragment. Previously these were missing, producing Cannot find name 'XFragmentDoc'. Fragment
    files correspondingly no longer emit fragment *Doc imports they don't use.

    Requires @graphql-codegen/visitor-plugin-common ^7.2.2 — earlier v7 releases emit an invalid
    import * from '...' statement for fragment files whose imports are all elided.

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

v6.1.6

Compare Source

Patch Changes

v6.1.5

Compare Source

Patch Changes

v6.1.4

Compare Source

Patch Changes
  • #​10910
    1624c8a
    Thanks @​eddeee888! - Fix performance issue when
    config.importSchemaTypesFrom is set, and the provided schema is still unnecessarily visited

v6.1.3

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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 Pull requests that update a dependency file label Aug 19, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-codegen branch 2 times, most recently from b53d988 to c727d74 Compare August 20, 2026 13:10
@renovate renovate Bot changed the title Update dependency @graphql-codegen/typescript-operations to ^6.1.6 Update GraphQL Codegen Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-codegen branch 2 times, most recently from 1b45456 to 779d6b6 Compare August 26, 2026 09:10
@renovate
renovate Bot force-pushed the renovate/graphql-codegen branch from 779d6b6 to 0029e6d Compare August 26, 2026 21:53
@VPS-Obi
VPS-Obi merged commit 6bac4eb into main Sep 1, 2026
3 checks passed
@VPS-Obi
VPS-Obi deleted the renovate/graphql-codegen branch September 1, 2026 10:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant