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

Merged
renovate merged 1 commits from renovate/graphqlcodegenerator-monorepo into main 2026-08-26 16:15:28 +00:00
Owner

This PR contains the following updates:

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


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)) | [`7.3.0` → `7.3.1`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/7.3.0/7.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2fcli/7.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2fcli/7.3.0/7.3.1?slim=true) | --- ### Release Notes <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/cli)</summary> ### [`v7.3.1`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#731) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@7.3.0...@graphql-codegen/cli@7.3.1) ##### Patch Changes - [#&#8203;10924](https://github.com/dotansimha/graphql-code-generator/pull/10924) [`0c8f5ba`](https://github.com/dotansimha/graphql-code-generator/commit/0c8f5ba763b6cfb714814d1666f066dbdb91ef02) Thanks [@&#8203;eddeee888](https://github.com/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`](https://github.com/dotansimha/graphql-code-generator/commit/0c8f5ba763b6cfb714814d1666f066dbdb91ef02)]: - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;7.2.1 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-08-26 16:13:39 +00:00
chore(deps): update dependency @graphql-codegen/cli to v7.3.1
schemas-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Successful in 1m40s
schemas-app / deploy-prod (pull_request) Skipped
485c83d33f
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-26 16:13:40 +00:00
renovate merged commit e78cdb9a49 into main 2026-08-26 16:15:28 +00:00
renovate deleted branch renovate/graphqlcodegenerator-monorepo 2026-08-26 16:15:30 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas-app#336