Skip to content

chore(deps-dev): bump @graphql-codegen/cli from 7.1.2 to 7.3.1 - #880

Merged
johngrantuk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.2.0
Aug 31, 2026
Merged

chore(deps-dev): bump @graphql-codegen/cli from 7.1.2 to 7.3.1#880
johngrantuk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @graphql-codegen/cli from 7.1.2 to 7.3.1.

Changelog

Sourced from @​graphql-codegen/cli's changelog.

7.3.1

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]:

    • @​graphql-codegen/plugin-helpers@​7.2.1

7.3.0

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

  • Updated dependencies [58cdb31]:
    • @​graphql-codegen/plugin-helpers@​7.2.0

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
@socket-security

socket-security Bot commented Aug 19, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​graphql-codegen/​cli@​7.3.1951007799100

View full report

@dependabot dependabot Bot changed the title chore(deps-dev): bump @graphql-codegen/cli from 7.1.2 to 7.2.0 chore(deps-dev): bump @graphql-codegen/cli from 7.1.2 to 7.3.1 Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.2.0 branch 3 times, most recently from 918e340 to ed66d26 Compare August 31, 2026 08:26
Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 7.1.2 to 7.3.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.2.0 branch from ed66d26 to 7ceb4c0 Compare August 31, 2026 08:32
@johngrantuk
johngrantuk merged commit 73135f7 into main Aug 31, 2026
5 checks passed
@johngrantuk
johngrantuk deleted the dependabot/npm_and_yarn/graphql-codegen/cli-7.2.0 branch August 31, 2026 08:36
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.

1 participant