Update GraphQL Codegen - #1639
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/graphql-codegen
branch
2 times, most recently
from
August 20, 2026 13:10
b53d988 to
c727d74
Compare
renovate
Bot
force-pushed
the
renovate/graphql-codegen
branch
2 times, most recently
from
August 26, 2026 09:10
1b45456 to
779d6b6
Compare
renovate
Bot
force-pushed
the
renovate/graphql-codegen
branch
from
August 26, 2026 21:53
779d6b6 to
0029e6d
Compare
VPS-Obi
approved these changes
Sep 1, 2026
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:
^7.2.0→^7.3.1^5.2.1→^5.2.2^6.1.2→^6.1.6Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v7.3.1Compare Source
Patch Changes
#10924
0c8f5baThanks @eddeee888! - Fix profiler output not being written to the
filesystem in watch mode (
--profile --watch)The profiler trace was only written on the non-watch code path, after the watch-mode early return,
so a profiled watch session never produced a
codegen-*.jsonfile.The profiler now writes a fresh trace file after the initial run and after every rebuild, with
each file containing only that run's events. A failed rebuild does not produce a trace and its
events are discarded so they don't leak into the next successful run.
The
Profilernow owns its own trace lifecycle:clear()method starts a new traceoutputNameproperty provides the filename for the current trace (nullfor the noopprofiler)
CodegenContextUpdated dependencies
[
0c8f5ba]:v7.3.0Compare Source
Minor Changes
#10921
58cdb31Thanks @eddeee888! - Extend
overwritewithoverwrite.removeStaleFilesandoverwrite.updateExistingFilesoverwritewas being used to both remove stale files in watch mode and update existing files.Some plugins such as Server Preset may dynamically return files to write between watch runs (for
performance purposes).
The
overwritecan now take an object withoverwrite.removeStaleFilesandoverwrite.updateExistingFilesfields to allow granular control over actions.This is not a breaking change because
overwrite=true|falsestill works.Patch Changes
[
58cdb31]:dotansimha/graphql-code-generator-community (@graphql-codegen/near-operation-file-preset)
v5.2.2Compare Source
Patch Changes
#1530
73ecb79Thanks @wassim-k! - Fix fragment
*Docimports fortransitively-nested fragments in
documentMode: graphQLTag.Since
visitor-plugin-commonv7, agraphQLTagoperation inlines every fragment it transitivelyspreads, so the operation file now imports the
*Docof fragments reached only through anotherfragment. Previously these were missing, producing
Cannot find name 'XFragmentDoc'. Fragmentfiles correspondingly no longer emit fragment
*Docimports they don't use.Requires
@graphql-codegen/visitor-plugin-common^7.2.2— earlier v7 releases emit an invalidimport * from '...'statement for fragment files whose imports are all elided.dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v6.1.6Compare Source
Patch Changes
#10918
6a3b734Thanks @eddeee888! - Fix union and conditional directives
resulting in no field types
Updated dependencies
[
6a3b734]:v6.1.5Compare Source
Patch Changes
b36c084Thanks @jaydenseric! - Added missing types and tests for the
TypeScript operations plugin option
disableDescriptions.v6.1.4Compare Source
Patch Changes
1624c8aThanks @eddeee888! - Fix performance issue when
config.importSchemaTypesFrom is set, and the provided schema is still unnecessarily visited
v6.1.3Compare Source
Patch Changes
#10905
5a9f96cThanks @eddeee888! - Fix types when introspection is used and
values are not generated or imported correctly
Updated dependencies
[
2dd1531]:Configuration
📅 Schedule: (UTC)
🚦 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.