chore(deps): update graphqlcodegenerator monorepo#1425
Merged
renovate[bot] merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0→6.3.05.0.0→5.0.106.0.0→6.3.0Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
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
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)v6.2.1Compare Source
Patch Changes
2041865Thanks @dargmuesli! - Remove lodash.
v6.2.0Compare Source
Minor Changes
8c4db2aThanks @ikusakov2! - Allow GraphQLSchema to be passed directly to
generate({schema: ...}) function
v6.1.1Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:
@graphql-tools/utils@^11.0.0↗︎(from
^10.0.0, independencies)v6.1.0Compare Source
Minor Changes
9e70bcbThanks @nickmessing! - add importExtension configuration option
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v5.0.10Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,9a66574,e65d303]:v5.0.9Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:@graphql-codegen/visitor-plugin-common@^6.2.3↗︎ (from6.2.3, independencies)cdf5dc5,cdf5dc5,cdf5dc5]:v5.0.8Compare Source
Patch Changes
6038634]:v5.0.7Compare Source
Patch Changes
f588d91]:v5.0.6Compare Source
Patch Changes
b995ed1]:v5.0.5Compare Source
Patch Changes
f821e8a,9e70bcb]:v5.0.4Compare Source
Patch Changes
51a1a72]:v5.0.3Compare Source
Patch Changes
6715330]:v5.0.2Compare Source
Patch Changes
8258f1f]:v5.0.1Compare Source
Patch Changes
accdab6]:dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
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
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,e65d303]:v6.2.4Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:
@graphql-tools/relay-operation-optimizer@^7.1.1↗︎(from
^7.0.0, independencies)@graphql-tools/utils@^11.0.0↗︎(from
^10.0.0, independencies)[
cdf5dc5]:v6.2.3Compare Source
Patch Changes
6038634Thanks @Georgegriff! - fixed invalid extracted concrete type
name on shared interface
v6.2.2Compare Source
Patch Changes
f588d91Thanks @Georgegriff! - fix fragment type generation names
v6.2.1Compare Source
Patch Changes
b995ed1Thanks @Georgegriff! - Use parent type name on interface types
without fragments
v6.2.0Compare Source
Minor Changes
9e70bcbThanks @nickmessing! - add importExtension configuration option
Patch Changes
#10512
f821e8aThanks @realies! - fix: allow mappers to override root types (Query,
Mutation, Subscription)
Previously, mappers configured for root types were ignored because root types were checked before
mappers. This fix moves the mapper check before the root type check, allowing mappers to override
rootValueTypewhen configured.Updated dependencies
[
9e70bcb]:v6.1.2Compare Source
Patch Changes
51a1a72Thanks @eddeee888! - Fix nested fragment not getting correct meta
field in Client Preset
v6.1.1Compare Source
Patch Changes
#10498
6715330Thanks @ardatan! - Handle schema extension nodes correctly
When a schema doesn't have an operation type defined but has
schema extensiondefinitions withdirectives like below, schema extensions are not converted to schema definitions by GraphQL Tools.
So the visitor should handle schema extension nodes correctly.
Follow-up to ardatan/graphql-tools#7679
v6.1.0Compare Source
Minor Changes
8258f1fThanks @eddeee888! - Add addInterfaceFieldResolverTypes option to support custom Interface resolver inheritancev6.0.1Compare Source
Patch Changes
accdab6Thanks @thekevinbrown! - Add special handling for identifiers that consist entirely of _ characters when transformUnderscore is true. This prevents _ values in GraphQL enums from being emitted without identifers in the resulting types.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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 was generated by Mend Renovate. View the repository job log.