github dotansimha/graphql-code-generator @graphql-codegen/gql-tag-operations-preset@1.5.0

latest releases: release-1722174286560, @graphql-codegen/client-preset@4.3.3, release-1719908762705...
2 years ago

Minor Changes

  • 68bb30e: Attach .js extension to relative file imports for compliance with ESM module resolution. Since in CommonJS the .js extension is optional, this is not a breaking change.

    If you have path configuration within your configuration, consider attaching .js if you are migrating to ESM.

    mappers:
      MyOtherType: './my-file.js#MyCustomOtherType',
  • d84afec: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

Patch Changes

  • Updated dependencies [68bb30e]
  • Updated dependencies [d84afec]
  • Updated dependencies [a4fe500]
  • Updated dependencies [8e44df5]
    • @graphql-codegen/visitor-plugin-common@2.11.0
    • @graphql-codegen/add@3.2.0
    • @graphql-codegen/gql-tag-operations@1.3.0
    • @graphql-codegen/typescript-operations@2.5.0
    • @graphql-codegen/typed-document-node@2.3.0
    • @graphql-codegen/typescript@2.7.0
    • @graphql-codegen/plugin-helpers@2.5.0

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

NewReleases is sending notifications on new releases.