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

chore(deps): update all non-major dependencies #125

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 2.8.1 -> 2.9.1 age adoption passing confidence
@graphql-codegen/typescript 2.7.1 -> 2.7.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers 2.7.1 -> 2.7.2 age adoption passing confidence
@vercel/node (source) 2.4.4 -> 2.4.5 age adoption passing confidence
spectaql 1.4.1 -> 1.4.2 age adoption passing confidence

Release Notes

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

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-resolvers)

v2.7.2

Compare Source

Patch Changes
vercel/vercel

v2.4.5

Compare Source

anvilco/spectaql

v1.4.2


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot requested a review from mxseev as a code owner July 25, 2022 00:06
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
@vercel
Copy link

vercel bot commented Jul 25, 2022

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

Name Status Preview Updated
base-api ✅ Ready (Inspect) Visit Preview Jul 25, 2022 at 10:26AM (UTC)

@renovate renovate bot force-pushed the renovate/all-non-major branch from 1f7dbc4 to 77f1156 Compare July 25, 2022 10:23
@mxseev mxseev merged commit 76759d8 into main Jul 25, 2022
@mxseev mxseev deleted the renovate/all-non-major branch July 25, 2022 10:31
@mxseev mxseev mentioned this pull request Nov 6, 2022
mxseev added a commit that referenced this pull request Nov 6, 2022
chore(deps): update all non-major dependencies to v5.33.0
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.

1 participant