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

Update graphqlcodegenerator monorepo #486

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 2.8.1 -> 2.11.2 age adoption passing confidence
@graphql-codegen/typescript 2.7.1 -> 2.7.2 age adoption passing confidence
@graphql-codegen/typescript-operations 2.5.1 -> 2.5.2 age adoption passing confidence
@graphql-codegen/typescript-react-apollo 3.3.1 -> 3.3.2 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v2.11.2

Compare Source

Patch Changes
  • 8cd1526: chore(deps): update @whatwg-node/fetch to fix vulnerability

v2.11.1

Compare Source

Patch Changes
  • 20bf4b2: support for path containing "&" characters

v2.11.0

Compare Source

Minor Changes
  • fd6be80: feat(cli): add a dry-run mode with --check cli flag
Patch Changes

v2.10.0

Compare Source

Minor Changes
Patch Changes
  • cc18923: feat(hooks): forward hooks logs to debug logs

v2.9.1

Compare Source

Patch Changes
  • e2cfc5c: fix(cli): prevent duplicated error messages on fail (without watcher)

v2.9.0

Compare Source

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]

dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v2.7.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v2.5.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-react-apollo)

v3.3.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jul 28, 2022

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

Name Status Preview Updated
nextjs-template ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:28PM (UTC)
nextjs-template-mockup ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:28PM (UTC)
nextjs-template-storybook ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:28PM (UTC)

@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 28, 2022 15:56 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template July 28, 2022 15:57 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 28, 2022 15:59 Inactive
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from bbf7116 to acdd825 Compare July 28, 2022 18:23
@vercel vercel bot temporarily deployed to Preview – nextjs-template July 28, 2022 18:26 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 28, 2022 18:27 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 28, 2022 18:28 Inactive
@renovate renovate bot merged commit e5cf774 into main Jul 28, 2022
@renovate renovate bot deleted the renovate/graphqlcodegenerator-monorepo branch July 28, 2022 18:28
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.

0 participants