Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #8096

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Upcoming Release Changes #8096

merged 1 commit into from
Jul 19, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 14, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@graphql-codegen/cli@2.9.0

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

Patch Changes

  • 32c1560: getPluginByName fails unexpectedly when plugin is not prefixed with @graphq-codegen in ESM context

    MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist.
    ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.

  • Updated dependencies [2cbcbb3]

    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/visitor-plugin-common@2.12.0

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/gql-tag-operations@1.4.0

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/near-operation-file-preset@2.4.0

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/plugin-helpers@2.6.0

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

@graphql-cli/codegen@2.3.2

Patch Changes

  • Updated dependencies [32c1560]
  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/cli@2.9.0

@graphql-codegen/flow@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/flow-operations@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/flow@2.3.2

@graphql-codegen/flow-resolvers@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/flow@2.3.2

@graphql-codegen/java-apollo-android@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/java-common@2.2.2

@graphql-codegen/java-common@2.2.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/java@3.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/java-common@2.2.2

@graphql-codegen/kotlin@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/java-common@2.2.2

@graphql-codegen/java-resolvers@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/java-common@2.2.2

@graphql-codegen/jsdoc@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-apollo-angular@3.5.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-apollo-client-helpers@2.2.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-document-nodes@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-generic-sdk@2.4.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-graphql-request@4.5.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-jit-sdk@2.1.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-mongodb@2.4.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/typescript@2.7.2

@graphql-codegen/typescript-msw@1.1.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-oclif@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-operations@2.5.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/typescript@2.7.2

@graphql-codegen/typescript-react-apollo@3.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-react-offix@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-react-query@3.6.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-resolvers@2.7.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/typescript@2.7.2

@graphql-codegen/typescript-rtk-query@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-stencil-apollo@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-type-graphql@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0
    • @graphql-codegen/typescript@2.7.2

@graphql-codegen/typed-document-node@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript@2.7.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-urql@3.6.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-urql-graphcache@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/urql-svelte-operations-store@1.2.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-vue-apollo@3.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-vue-apollo-smart-ops@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/typescript-vue-urql@2.3.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/graphql-modules-preset@2.4.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@graphql-codegen/import-types-preset@2.2.2

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/visitor-plugin-common@2.12.0
    • @graphql-codegen/plugin-helpers@2.6.0

@vercel
Copy link

vercel bot commented Jul 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
graphql-code-generator ✅ Ready (Inspect) Visit Preview Jul 15, 2022 at 10:58PM (UTC)

@saihaj saihaj merged commit 4d9725a into master Jul 19, 2022
@saihaj saihaj deleted the changeset-release/master branch July 19, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant