github dotansimha/graphql-code-generator release-1789052112591
September 10, 2026

6 hours ago

@graphql-codegen/cli@7.4.1

Patch Changes

  • #10935
    fb1a7c4
    Thanks @eddeee888! - dependencies updates:

  • #10942
    57c3e7b
    Thanks @eddeee888! - dependencies updates:

  • #10942
    57c3e7b
    Thanks @eddeee888! - Bump @graphql-tools/merge from ^9.0.6 to
    ^9.2.4.

  • #10935
    fb1a7c4
    Thanks @eddeee888! - Fix a Windows-specific import() failure on
    absolute paths when loading a schema/document from a .js/.cjs/.mjs file (via
    @graphql-tools/code-file-loader), and when loading modules passed to that loader's own require
    option. Node's dynamic import() rejects raw absolute Windows paths (the drive letter is parsed
    as a URL scheme). Fixed by bumping @graphql-tools/code-file-loader to 8.1.39, which contains
    the upstream fix
    (ardatan/graphql-tools#8421).

  • #10936
    9521c0c
    Thanks @eddeee888! - Fix watch mode's generated ignore glob
    patterns using the platform path separator (\ on Windows), which @parcel/watcher never
    matched, so generated output files were watched (and could re-trigger builds) instead of being
    ignored. Ignore patterns are now always forward-slash, as @parcel/watcher expects.

    Also fixes the test suite's TempDir.clean() helper on Windows, where rimraf.sync() rejected
    its own glob-style cleanup pattern as containing illegal path characters; now passes
    { glob: true }. This is a test-only change (tests/utils.ts is not part of the published
    package) included here since it was needed to get the suite green on Windows alongside the
    watch-mode fix.

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.