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.
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.
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) |  |  |
| [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node)) | [`6.1.7` → `6.1.8`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftyped-document-node/6.1.7/6.1.8) |  |  |
| [@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) |  |  |
| [@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) |  |  |
---
### Release Notes
<details>
<summary>dotansimha/graphql-code-generator (@​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
- [#​10659](https://github.com/dotansimha/graphql-code-generator/pull/10659)
[`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)
Thanks [@​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)]:
- [@​graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset)@​5.3.0
- [@​graphql-codegen/core](https://github.com/graphql-codegen/core)@​5.0.2
- [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​6.3.0
</details>
<details>
<summary>dotansimha/graphql-code-generator (@​graphql-codegen/typed-document-node)</summary>
### [`v6.1.8`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typed-document-node/CHANGELOG.md#618)
[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/83b74fe803e268c8f748852cf3f7d53d5d044b71...@graphql-codegen/typed-document-node@6.1.8)
##### Patch Changes
- [#​10103](https://github.com/dotansimha/graphql-code-generator/pull/10103)
[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a)
Thanks [@​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),
[`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)]:
- [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​6.3.0
- [@​graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@​6.3.0
</details>
<details>
<summary>dotansimha/graphql-code-generator (@​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
- [#​10103](https://github.com/dotansimha/graphql-code-generator/pull/10103)
[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a)
Thanks [@​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)]:
- [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​6.3.0
- [@​graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@​5.0.2
- [@​graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@​6.3.0
</details>
<details>
<summary>dotansimha/graphql-code-generator (@​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
- [#​10659](https://github.com/dotansimha/graphql-code-generator/pull/10659)
[`e65d303`](https://github.com/dotansimha/graphql-code-generator/commit/e65d3036475cc1e3cb05a8367d30a5092b20080e)
Thanks [@​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
- [#​10103](https://github.com/dotansimha/graphql-code-generator/pull/10103)
[`9a66574`](https://github.com/dotansimha/graphql-code-generator/commit/9a665749cfa271dcf1b36f9047ececeb9a62ea8a)
Thanks [@​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)]:
- [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​6.3.0
- [@​graphql-codegen/typescript](https://github.com/graphql-codegen/typescript)@​5.0.10
- [@​graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@​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=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
6.2.1→6.3.06.1.7→6.1.85.0.9→5.0.105.0.9→5.1.0Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.3.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated 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
[
9a66574,9a66574,9a66574,e65d303]:dotansimha/graphql-code-generator (@graphql-codegen/typed-document-node)
v6.1.8Compare Source
Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,e65d303]:dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v5.0.10Compare Source
Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,9a66574,e65d303]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v5.1.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated 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
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,9a66574,e65d303]:Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.