Skip to content

chore(deps): update dependency @graphql-codegen/cli to v7.3.1 - #4274

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphqlcodegenerator-monorepo
Open

chore(deps): update dependency @graphql-codegen/cli to v7.3.1#4274
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphqlcodegenerator-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/cli (source) 7.2.07.3.1 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

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.

🔕 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 Pull requests that update a dependency file label Aug 22, 2026
@renovate
renovate Bot temporarily deployed to accounter-fullstack August 22, 2026 08:26 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack August 22, 2026 08:26 Inactive
@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

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

Package Version Info
@accounter/client 0.1.0-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/green-invoice-graphql 0.8.7-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/hashavshevet-mesh 0.2.13-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/israeli-vat-scraper 0.1.13-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/modern-poalim-scraper 0.11.0-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/payper-mesh 0.2.13-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/scraper-app 0.0.3-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/server 0.2.0-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/shaam-uniform-format-generator 0.2.7-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎
@accounter/shaam6111-generator 0.1.9-alpha-20260823153837-d0d7225538f7baee4d5d1f08630c15a4173e2df8 npm ↗︎ unpkg ↗︎

@renovate
renovate Bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 77a52c3 to 6a94b24 Compare August 23, 2026 15:36
@renovate renovate Bot changed the title chore(deps): update dependency @graphql-codegen/cli to v7.3.0 chore(deps): update dependency @graphql-codegen/cli to v7.3.1 Aug 23, 2026
@renovate
renovate Bot deployed to accounter-fullstack August 23, 2026 15:36 Active
@renovate
renovate Bot deployed to accounter-fullstack August 23, 2026 15:36 Active
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.

0 participants