Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

chore(deps): update graphqlcodegenerator monorepo #533

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/add 3.1.1 -> 3.2.1 age adoption passing confidence
@graphql-codegen/cli 2.3.1 -> 2.12.1 age adoption passing confidence
@graphql-codegen/typescript 2.4.2 -> 2.7.3 age adoption passing confidence
@graphql-codegen/typescript-operations 2.2.2 -> 2.5.3 age adoption passing confidence
@graphql-codegen/typescript-react-apollo 3.2.3 -> 3.3.3 age adoption passing confidence

Release Notes

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

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

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

v2.12.1

Compare Source

Patch Changes

v2.12.0

Compare Source

Minor Changes
Patch Changes

v2.11.8

Compare Source

Patch Changes

v2.11.7

Compare Source

Patch Changes

v2.11.6

Compare Source

Patch Changes

v2.11.5

Compare Source

Patch Changes

v2.11.4

Compare Source

Patch Changes

v2.11.3

Compare Source

Patch Changes
  • b75ca4b: Prevent cli from early returning when run init command.

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]

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Minor Changes
  • d84afec: Add bin CLI command for running graphql-code-generator in ESM mode. You can now use graphql-codegen-esm instead of graphql-codegen.

    GraphQL Code Generator will continue supporting both ESM and CommonJS in parallel.

  • d84afec: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

  • 8e44df5: Add new config option to not exit with non-zero exit code when there are no documents.

    You can use this option in your config:

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

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --ignore-no-documents
Patch Changes
  • e7870ac: Fix security vulnerability by removing latest-version dependency.

  • dce40ed: Allow to disable watch mode from CLI to overwrite the config. Now you can do:

    $ graphql-codegen --watch=false
  • 2e86ecb: ### Summary

    • Migrate to listr2
    • Remove custom renderer for listr
    • Remove unused dependencies
Why

listr is not actively maintained and we have to maintain our custom renderer for it to display errors. Migrating to listr2 it just works out of the almost similar to how it was working in past and is a actively maintained.

Dev notes

Big change for us is how errors were collected. In listr errors were thrown and were caught in the end function of our custom listr Renderer but with listr2 we don't really get Error in end function always so instead we use the context to collect errors from all the tasks and then show them after all the tasks are finished.

v2.7.0

Compare Source

Minor Changes
  • e050230: Remove unnecessary browser check
Patch Changes

v2.6.4

Compare Source

Patch Changes
  • 92f7142: Revert "Upgrade latest version"

v2.6.3

Compare Source

Patch Changes
  • c1fe775: Remove unused deps
  • 52b41e9: bump latest-version to patch vuln

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • 35566a0: Use os.cpus to calculate concurrency limit
  • acc62e5: fix(deps): remove unnecessary dotenv main dependency
  • 35566a0: Async File System

v2.5.0

Compare Source

Minor Changes
  • 754a337: Performance Profiler --profile
Patch Changes

v2.4.0

Compare Source

Minor Changes
  • 4c42e2a: Performance optimizations in schema and documents loading (shared promises)
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v2.7.3

Compare Source

Patch Changes

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Minor Changes
Patch Changes

v2.6.0

Compare Source

Minor Changes
Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Minor Changes
  • c3d7b72: support the @oneOf directive on input types.
Patch Changes

v2.4.11

Compare Source

Patch Changes

v2.4.10

Compare Source

Patch Changes

v2.4.9

Compare Source

Patch Changes

v2.4.8

Compare Source

Patch Changes

v2.4.7

Compare Source

Patch Changes

v2.4.6

Compare Source

Patch Changes

v2.4.5

Compare Source

Patch Changes

v2.4.4

Compare Source

Patch Changes

v2.4.3

Compare Source

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

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Minor Changes
Patch Changes

v2.4.3

Compare Source

Patch Changes

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
  • f1fb77b: feat: Add option to squash exactly similar fragment types
Patch Changes

v2.3.7

Compare Source

Patch Changes

v2.3.6

Compare Source

Patch Changes

v2.3.5

Compare Source

Patch Changes

v2.3.4

Compare Source

Patch Changes

v2.3.3

Compare Source

Patch Changes

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare Source

Minor Changes
  • 4d413b1: feat: Support including fragments when using flattenGeneratedTypes in typescript-operations

v2.2.4

Compare Source

Patch Changes

v2.2.3

Compare Source

Patch Changes
  • 7649201: Remove redundant mandatory 'undefined' on avoidOptionals=true
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-react-apollo)

v3.3.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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
Copy link
Contributor Author

renovate bot commented Dec 30, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@cypress
Copy link

cypress bot commented Dec 30, 2020



Test summary

29 0 0 0


Run details

Project re-radio
Status Passed
Commit 9121f13 ℹ️
Started Mar 17, 2022 10:36 AM
Ended Mar 17, 2022 10:37 AM
Duration 01:29 💡
OS Linux Ubuntu - 20.04
Browser Electron 91

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 11ef688 to f0bc822 Compare December 30, 2020 19:47
@cypress
Copy link

cypress bot commented Dec 30, 2020



Test summary

29 0 0 0


Run details

Project re-radio
Status Passed
Commit 98f5e99
Started Mar 17, 2022 10:36 AM
Ended Mar 17, 2022 10:38 AM
Duration 01:51 💡
OS Linux Ubuntu - 20.04
Browser Electron 91

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 7 times, most recently from d500f41 to 9009fd1 Compare January 6, 2021 18:27
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 13 times, most recently from 34cc8a6 to a2f0c43 Compare January 14, 2021 19:33
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 6 times, most recently from 81fd434 to 9446c56 Compare January 18, 2021 20:56
@renovate renovate bot closed this Jan 10, 2022
@renovate renovate bot deleted the renovate/graphqlcodegenerator-monorepo branch January 10, 2022 09:38
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo - autoclosed chore(deps): update graphqlcodegenerator monorepo Jan 13, 2022
@renovate renovate bot reopened this Jan 13, 2022
@renovate renovate bot restored the renovate/graphqlcodegenerator-monorepo branch January 13, 2022 10:34
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 1879f8d to 78eaa7a Compare January 13, 2022 12:44
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo chore(deps): update dependency @graphql-codegen/typescript-react-apollo to v3.2.4 Jan 13, 2022
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 78eaa7a to 1dc0cd7 Compare January 21, 2022 12:30
@renovate renovate bot changed the title chore(deps): update dependency @graphql-codegen/typescript-react-apollo to v3.2.4 chore(deps): update graphqlcodegenerator monorepo Jan 21, 2022
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 4 times, most recently from 202215a to be778b7 Compare February 3, 2022 16:42
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 7 times, most recently from dd26edd to 827a697 Compare February 16, 2022 11:22
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from ca7e0e4 to 9a21584 Compare February 17, 2022 10:51
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from 5de7a86 to 0953c13 Compare March 9, 2022 15:47
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 0953c13 to 98f5e99 Compare March 17, 2022 10:31
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 98f5e99 to 3ce94cb Compare May 15, 2022 18:39
@renovate
Copy link
Contributor Author

renovate bot commented May 15, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: client/package-lock.json
lerna notice cli v4.0.0
lerna notice cli v4.0.0
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 're-radio-server'

@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 3ce94cb to 1b0992e Compare June 18, 2022 15:54
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 1b0992e to 76719ef Compare September 22, 2022 04:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants