chore(deps): update graphqlcodegenerator monorepo #2860

Merged
renovate merged 1 commits from renovate/graphqlcodegenerator-monorepo into main 2026-04-16 11:09:13 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/cli (source) 6.2.16.3.0 age confidence
@graphql-codegen/fragment-matcher (source) 6.0.06.0.1 age confidence
@graphql-codegen/typescript (source) 5.0.95.0.10 age confidence
@graphql-codegen/typescript-operations (source) 5.0.95.1.0 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v6.3.0

Compare Source

Minor Changes
  • #​10659
    e65d303
    Thanks @​ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/fragment-matcher)

v6.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v5.0.10

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v5.1.0

Compare Source

Minor Changes
  • #​10659
    e65d303
    Thanks @​ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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)) | [`6.2.1` → `6.3.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/6.2.1/6.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2fcli/6.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2fcli/6.2.1/6.3.0?slim=true) | | [@graphql-codegen/fragment-matcher](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/fragment-matcher)) | [`6.0.0` → `6.0.1`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ffragment-matcher/6.0.0/6.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ffragment-matcher/6.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ffragment-matcher/6.0.0/6.0.1?slim=true) | | [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript)) | [`5.0.9` → `5.0.10`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript/5.0.9/5.0.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript/5.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript/5.0.9/5.0.10?slim=true) | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations)) | [`5.0.9` → `5.1.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-operations/5.0.9/5.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript-operations/5.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript-operations/5.0.9/5.1.0?slim=true) | --- ### Release Notes <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/cli)</summary> ### [`v6.3.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#630) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@6.2.1...@graphql-codegen/cli@6.3.0) ##### Minor Changes - [#&#8203;10659](https://github.com/dotansimha/graphql-code-generator/pull/10659) [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e) Thanks [@&#8203;ikusakov2](https://github.com/ikusakov2)! - Add support for `externalDocuments` `externalDocuments` declares GraphQL documents that will be read but will not have type files generated for them. These documents are available to plugins for type resolution (e.g. fragment types), but no output files will be generated based on them. Accepts the same formats as `documents`. This config option is useful for monorepos where each project may want to generate types for its own documents, but some may need to read shared fragments from across projects. ##### Patch Changes - Updated dependencies \[[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)]: - [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset)@&#8203;5.3.0 - [@&#8203;graphql-codegen/core](https://github.com/graphql-codegen/core)@&#8203;5.0.2 - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;6.3.0 </details> <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/fragment-matcher)</summary> ### [`v6.0.1`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/other/fragment-matcher/CHANGELOG.md#601) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/fragment-matcher@6.0.0...@graphql-codegen/fragment-matcher@6.0.1) ##### Patch Changes - [#&#8203;10103](https://github.com/dotansimha/graphql-code-generator/pull/10103) [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - dependencies updates: - Updated dependency [`tslib@^2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from `~2.6.0`, in `dependencies`) - Updated dependencies \[[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)]: - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;6.3.0 </details> <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/typescript)</summary> ### [`v5.0.10`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typescript/CHANGELOG.md#5010) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/83b74fe803e268c8f748852cf3f7d53d5d044b71...@graphql-codegen/typescript@5.0.10) ##### Patch Changes - [#&#8203;10103](https://github.com/dotansimha/graphql-code-generator/pull/10103) [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - dependencies updates: - Updated dependency [`tslib@^2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from `~2.6.0`, in `dependencies`) - Updated dependencies \[[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)]: - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;6.3.0 - [@&#8203;graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@&#8203;5.0.2 - [@&#8203;graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@&#8203;6.3.0 </details> <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/typescript-operations)</summary> ### [`v5.1.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/operations/CHANGELOG.md#510) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/83b74fe803e268c8f748852cf3f7d53d5d044b71...@graphql-codegen/typescript-operations@5.1.0) ##### Minor Changes - [#&#8203;10659](https://github.com/dotansimha/graphql-code-generator/pull/10659) [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e) Thanks [@&#8203;ikusakov2](https://github.com/ikusakov2)! - Add support for `externalDocuments` `externalDocuments` declares GraphQL documents that will be read but will not have type files generated for them. These documents are available to plugins for type resolution (e.g. fragment types), but no output files will be generated based on them. Accepts the same formats as `documents`. This config option is useful for monorepos where each project may want to generate types for its own documents, but some may need to read shared fragments from across projects. ##### Patch Changes - [#&#8203;10103](https://github.com/dotansimha/graphql-code-generator/pull/10103) [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - dependencies updates: - Updated dependency [`tslib@^2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from `~2.6.0`, in `dependencies`) - Updated dependencies \[[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a), [`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)]: - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;6.3.0 - [@&#8203;graphql-codegen/typescript](https://github.com/graphql-codegen/typescript)@&#8203;5.0.10 - [@&#8203;graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@&#8203;6.3.0 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMTMiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMTMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2026-04-16 11:05:19 +00:00
chore(deps): update graphqlcodegenerator monorepo
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 2m54s
dancefinder-app / deploy-prod (pull_request) Has been skipped
306d3a3f5b
renovate scheduled this pull request to auto merge when all checks succeed 2026-04-16 11:05:22 +00:00
renovate merged commit 54f1b5745b into main 2026-04-16 11:09:13 +00:00
renovate deleted branch renovate/graphqlcodegenerator-monorepo 2026-04-16 11:09:14 +00:00
Sign in to join this conversation.