Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps @graphql-codegen/cli from 5.0.7 to 6.1.1.

Changelog

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

6.1.1

Patch Changes

  • #10569 8cb7d43 Thanks @​etr2460! - fix(graphql-codegen-cli): Don't hang when 0 CPUs are found

    Fixes generation when 0 CPUs are returned by os.cpus(), which occurs in sandbox environments.

6.1.0

Minor Changes

Patch Changes

  • Updated dependencies [9e70bcb]:
    • @​graphql-codegen/plugin-helpers@​6.1.0
    • @​graphql-codegen/client-preset@​5.2.0

6.0.2

Patch Changes

6.0.1

Patch Changes

  • #10468 cb1b9d9 Thanks @​eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

6.0.0

Major Changes

... (truncated)

Commits
  • 62c7618 chore(release): update monorepo packages versions (#10570)
  • 8cb7d43 fix(graphql-codegen-cli): Don't hang when 0 CPUs are found (#10569)
  • bec7e74 chore(release): update monorepo packages versions (#10513)
  • 9e70bcb feat: add importExtension configuration option (#10510)
  • 135ce4d chore(release): update monorepo packages versions (#10484)
  • aad7f03 fix(deps): update graphql-tools (major) (#10430)
  • c87b779 [CLI] Create watcher.run.spec to test actual running behaviour (#10474)
  • ed30b56 chore(deps): update dependency vitest to v4 (#10475)
  • 8fd495f chore(release): update monorepo packages versions (#10469)
  • cb1b9d9 CODEGEN-866 [CLI] Fix generated files disappearing in watch mode (#10468)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants