chore(deps): update graphqlcodegenerator monorepo - #54
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
February 25, 2026 12:12
241546f to
5bbba32
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
March 9, 2026 18:00
b3fa164 to
49bffc3
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
March 13, 2026 15:35
49bffc3 to
98f886e
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
3 times, most recently
from
April 1, 2026 20:00
04dd438 to
0b93660
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
April 8, 2026 18:58
0b93660 to
273aa38
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
April 21, 2026 22:09
63337b9 to
32f0c34
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
May 4, 2026 00:16
32f0c34 to
5e20afa
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
May 18, 2026 15:57
59a8c31 to
59e0003
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
June 1, 2026 16:39
93fc49e to
0ffe9de
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
June 11, 2026 14:54
0ffe9de to
af8c4c3
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
July 17, 2026 08:53
10dec09 to
a30fc14
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
2 times, most recently
from
July 24, 2026 20:39
ac3c920 to
06faf9e
Compare
renovate
Bot
force-pushed
the
develop/renovete-graphqlcodegenerator-monorepo
branch
from
July 30, 2026 18:07
06faf9e to
1987855
Compare
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.1.1^5.0.0→^5.0.7^5.0.0→^5.1.0Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.3.1Compare Source
Patch Changes
be85118Thanks @eddeee888! - Fix issue where same SDL in different
documents are ignored when handling documents vs externalDocuments
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]:v6.2.1Compare Source
Patch Changes
e804925Thanks @PalmerTurley34! - Honor per-output presetimportExtensionandemitLegacyCommonJSImportsconfig instead of always using the root config values.v6.2.0Compare Source
Minor Changes
8c4db2aThanks @ikusakov2! - Allow GraphQLSchema to be passed directly to generate({schema: ...}) functionPatch Changes
8c4db2a]:v6.1.3Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:@graphql-tools/apollo-engine-loader@^8.0.28↗︎ (from^8.0.0, independencies)@graphql-tools/code-file-loader@^8.1.28↗︎ (from^8.0.0, independencies)@graphql-tools/git-loader@^8.0.32↗︎ (from^8.0.0, independencies)@graphql-tools/github-loader@^9.0.6↗︎ (from^9.0.0, independencies)@graphql-tools/graphql-file-loader@^8.1.11↗︎ (from^8.0.0, independencies)@graphql-tools/json-file-loader@^8.0.26↗︎ (from^8.0.0, independencies)@graphql-tools/load@^8.1.8↗︎ (from^8.1.0, independencies)@graphql-tools/url-loader@^9.0.6↗︎ (from^9.0.0, independencies)@graphql-tools/utils@^11.0.0↗︎ (from^10.0.0, independencies)graphql-config@^5.1.6↗︎ (from^5.1.1, independencies)cdf5dc5,cdf5dc5,cdf5dc5]:v6.1.2Compare Source
Patch Changes
e173e11Thanks @ya2s! - Fix GraphQL Config loading to forward nestedextensions.codegen.configoptionswhen loading schemas/documents, matching
codegen.tsbehavior.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]: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]: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]: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
#10580
6038634Thanks @Georgegriff! - fixed invalid extracted concrete type name on shared interfaceUpdated dependencies [
6038634]:Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.