Skip to content

build(deps-dev): bump the graphql-codegen group with 4 updates#239

Open
dependabot[bot] wants to merge 1 commit intodevelfrom
dependabot/npm_and_yarn/graphql-codegen-33a7a1c00d
Open

build(deps-dev): bump the graphql-codegen group with 4 updates#239
dependabot[bot] wants to merge 1 commit intodevelfrom
dependabot/npm_and_yarn/graphql-codegen-33a7a1c00d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps the graphql-codegen group with 4 updates: @graphql-codegen/cli, @graphql-codegen/typed-document-node, @graphql-codegen/typescript and @graphql-codegen/typescript-operations.

Updates @graphql-codegen/cli from 6.0.0 to 6.1.0

Changelog

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

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.

Commits

Updates @graphql-codegen/typed-document-node from 6.0.2 to 6.1.3

Changelog

Sourced from @​graphql-codegen/typed-document-node's changelog.

6.1.3

Patch Changes

  • Updated dependencies [f821e8a, 9e70bcb]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.0
    • @​graphql-codegen/plugin-helpers@​6.1.0

6.1.2

Patch Changes

  • Updated dependencies [51a1a72]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.2

6.1.1

Patch Changes

  • Updated dependencies [6715330]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.1

6.1.0

Minor Changes

  • #10456 655b91d Thanks @​aovens-quantifi! - feat(typed-document-node): Allow importing operation types

    Adds the importOperationTypesFrom option, similar to many other codegen plugins. This allows importing the operation types rather than needing to generate them within this plugin config.

Commits

Updates @graphql-codegen/typescript from 5.0.2 to 5.0.5

Changelog

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

5.0.5

Patch Changes

  • Updated dependencies [f821e8a, 9e70bcb]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.0
    • @​graphql-codegen/plugin-helpers@​6.1.0

5.0.4

Patch Changes

  • Updated dependencies [51a1a72]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.2

5.0.3

Patch Changes

  • Updated dependencies [6715330]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.1
Commits

Updates @graphql-codegen/typescript-operations from 5.0.2 to 5.0.5

Changelog

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

5.0.5

Patch Changes

  • Updated dependencies [f821e8a, 9e70bcb]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.0
    • @​graphql-codegen/plugin-helpers@​6.1.0
    • @​graphql-codegen/typescript@​5.0.5

5.0.4

Patch Changes

  • Updated dependencies [51a1a72]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.2
    • @​graphql-codegen/typescript@​5.0.4

5.0.3

Patch Changes

  • Updated dependencies [6715330]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.1
    • @​graphql-codegen/typescript@​5.0.3
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the graphql-codegen group with 4 updates: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli), [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node), [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) and [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations).


Updates `@graphql-codegen/cli` from 6.0.0 to 6.1.0
- [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/cli@6.1.0/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typed-document-node` from 6.0.2 to 6.1.3
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typed-document-node/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@6.1.3/packages/plugins/typescript/typed-document-node)

Updates `@graphql-codegen/typescript` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.5/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@5.0.5/packages/plugins/typescript/operations)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql-codegen
- dependency-name: "@graphql-codegen/typed-document-node"
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql-codegen
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
@sonarqube-zextras
Copy link
Copy Markdown

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.

0 participants