Skip to content

chore(deps): bump @graphql-codegen/visitor-plugin-common from 1.20.0 to 2.12.1#216

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/graphql-codegen/visitor-plugin-common-2.12.1
Closed

chore(deps): bump @graphql-codegen/visitor-plugin-common from 1.20.0 to 2.12.1#216
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/graphql-codegen/visitor-plugin-common-2.12.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps @graphql-codegen/visitor-plugin-common from 1.20.0 to 2.12.1.

Release notes

Sourced from @​graphql-codegen/visitor-plugin-common's releases.

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

Minor Changes

  • 2cbcbb371: 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 [2cbcbb371]
    • @​graphql-codegen/plugin-helpers@​2.6.0

@​graphql-codegen/visitor-plugin-common@​2.11.1

Patch Changes

  • 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.
Changelog

Sourced from @​graphql-codegen/visitor-plugin-common's changelog.

2.12.1

Patch Changes

2.12.0

Minor Changes

  • 2cbcbb371: 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 [2cbcbb371]
    • @​graphql-codegen/plugin-helpers@​2.6.0

2.11.1

Patch Changes

  • 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.

2.11.0

Minor Changes

  • 68bb30e19: Attach .js extension to imports starting with either a . or / character.
  • d84afec09: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

... (truncated)

Commits
  • 44db543 Upcoming Release Changes (#8194)
  • b408f82 fix: typescript commonjs module resolution with node16,nodenext (#8189)
  • 47d0a57 Fix emitLegacyCommonJSImports to being passed (#8185)
  • 4d9725a chore(release): update monorepo packages versions (#8096)
  • 2cbcbb3 feat: add emitLegacyCommonJSImports flag (#8077)
  • aa0b906 New docs and website based on Nextra (#7981)
  • ed07ffb Revert "New docs and website based on Nextra (#7981)" (#8083)
  • b1d7d91 New docs and website based on Nextra (#7981)
  • d8e550a chore(release): update monorepo packages versions (#8069)
  • 525ad58 Revert "feat: attach .js extension to all relative/absolute file imports/expo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@graphql-codegen/visitor-plugin-common](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/visitor-plugin-common) from 1.20.0 to 2.12.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/visitor-plugin-common/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/visitor-plugin-common@2.12.1/packages/plugins/other/visitor-plugin-common)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/visitor-plugin-common"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #219.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-codegen/visitor-plugin-common-2.12.1 branch November 1, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants