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 #97

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 3, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 1.15.0 -> 1.21.8 age adoption passing confidence
@graphql-codegen/introspection 1.15.0 -> 1.18.2 age adoption passing confidence
@graphql-codegen/typescript 1.15.0 -> 1.23.0 age adoption passing confidence
@graphql-codegen/typescript-operations 1.15.0 -> 1.18.4 age adoption passing confidence

Release Notes

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

v1.21.8

Compare Source

Patch Changes
  • e1643e6: Fix exception loader.loaderId is not a function caused by conflict with an internal dependency of Codegen.

v1.21.7

Compare Source

Patch Changes

v1.21.6

Compare Source

Patch Changes

v1.21.5

Compare Source

Patch Changes

v1.21.4

Compare Source

Patch Changes

v1.21.3

Compare Source

Patch Changes

v1.21.2

Compare Source

Patch Changes

v1.21.1

@​graphql-codegen/cli

1.21.0

Minor Changes
  • dfef1c7: feat(cli): pass parameters to loaders from plugin config

1.20.1

Patch Changes

1.20.0

Minor Changes
  • 0e9ddb5: Add merge (<<) syntax for yaml configurations
Patch Changes
  • bff3fa8: CLI with watch option will reload using new config on change
  • 9ebf187: Fix wrong MODULE_NOT_FOUND for missing dependencies
  • aa955f1: fix hooks as single function

1.19.4

Patch Changes
  • 920d8e9: Allow loading configuration from package.json file

1.19.3

Patch Changes

1.19.2

Patch Changes
  • faa1397: Fix issues with missing sources in loadSchema
  • faa1397: fix(cli): use default options of codegen for graphql-config's load methods

1.19.1

Patch Changes

1.19.0

Minor Changes
  • 857c603: Adds the --errors-only flag to the cli to print errors only.
Patch Changes

1.18.0

Minor Changes
  • ceb9fe0: Changes watch mode to not use polling by default and adds configurable override
Patch Changes
  • 186962c: Use fs.statSync when creating custom require instead of path.extname

1.17.10

Patch Changes
  • 2900ee2: Check the error code instead of the error message to determine if a package wasn't found

1.17.9

Patch Changes

1.17.8

Patch Changes

v1.21.0

Minor Changes
  • dfef1c7: feat(cli): pass parameters to loaders from plugin config

v1.20.1

Compare Source

Patch Changes

v1.20.0

Compare Source

Minor Changes
  • 0e9ddb5: Add merge (<<) syntax for yaml configurations
Patch Changes
  • bff3fa8: CLI with watch option will reload using new config on change
  • 9ebf187: Fix wrong MODULE_NOT_FOUND for missing dependencies
  • aa955f1: fix hooks as single function

v1.19.4

Compare Source

Patch Changes
  • 920d8e9: Allow loading configuration from package.json file

v1.19.3

Compare Source

Patch Changes

v1.19.2

Compare Source

Patch Changes
  • faa1397: Fix issues with missing sources in loadSchema
  • faa1397: fix(cli): use default options of codegen for graphql-config's load methods

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Minor Changes
  • 857c603: Adds the --errors-only flag to the cli to print errors only.
Patch Changes

v1.18.0

Compare Source

Minor Changes
  • ceb9fe0: Changes watch mode to not use polling by default and adds configurable override
Patch Changes
  • 186962c: Use fs.statSync when creating custom require instead of path.extname

v1.17.10

Compare Source

Patch Changes
  • 2900ee2: Check the error code instead of the error message to determine if a package wasn't found

v1.17.9

Compare Source

Patch Changes

v1.17.8

Compare Source

Patch Changes

v1.17.7

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli
  • Update dependencies
typescript-react-apollo
typescript-generic-sdk
typed-document-node
  • do not import the unused DocumentNode for typed-document-node (#​4462) @​mjbcopland
  • apply TypedDocumentNode also for fragments.
typescript-operations
typescript-resolvers
typescript-vue-apollo
near-operation-file preset
website/docs

v1.17.6

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

Sorry for the publishing issues, we fixed some issues related to release/publish scripts, and it effected some releases. v1.17.5 is partial, please don't use it.

core / cli
  • Updated dependencies
typescript
typescript-resolvers

v1.17.4

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core / cli

  • Update dependencies

typescript-resolvers

typescript-mongodb

typescript-vue-apollo

typescript-apollo-angular

  • Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#​4380) @​ardatan

typescript-react-apollo

  • Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#​4380) @​ardatan

flow

typed-document-node

  • Fixed issues with fragments.
  • Improve compatibility with other plugins' config flags.

v1.17.3

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

PLEASE USE THIS RELEASE INSTEAD OF v1.17.2

urql

v1.17.2

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

typed-document-node

  • Allow extension to be .tsx or .ts

v1.17.1

Patch Changes
  • 2900ee2: Check the error code instead of the error message to determine if a package wasn't found

v1.17.0

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core / cli
typescript-resolvers
  • Added optionalInfoArgument configuration to allow optional info? argument
docs / website

v1.16.3

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

near-operation-files preset
typescript-resolvers

v1.16.2

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

near-operation-file preset
  • Fix issues with fragments imports (introduced in v1.16.1), and allow to customize fragments imports using a function (#​4325) @​dotansimha

v1.16.1

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core / cli
near-operation-file preset
docs / website

v1.16.0

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core / cli
c-sharp / c-sharp-operations
typescript-resolvers
flow-operations
  • Fix bug with flow-operations codegeneration and flattenGeneratedTypes config (#​4287) @​ganemone
react-apollo-offix
  • dont generate fragments because they already come from typescript-rea… (#​4275) @​auryn31
typescript-generic-sdk

v1.15.4

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

c-sharp
c-sharp-operations
jsdoc
typescript-operations
website/docs
  • Remove faux prompt because it gets copied to the clipboard (#​4220) @​erikras
  • Fix missing docs for react-apollo/apollo-angular docs.

v1.15.3

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli
typescript-resolvers
flow-resolvers
jsdoc
type-graphql
typescript-operations

v1.15.2

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli
  • Update dependencies
typescript
typescript-operations
  • Added support for Exact type in generated variables types to avoid runtime issues (#​4194)
jsdoc
near-operation-files
typescript-urql
docs/website
  • Update live-demo examples layout in https://graphql-code-generator.com/
  • Use Monaco (with YAML validation) instead of CodeMirror in live demo
  • Improve generated JSON Schema for codegen.yaml validation
  • Fix incorrectly renamed config key in near-operation-files (#​4189, thanks @​mattleff)

v1.15.1

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

graphql-cli-codegen-plugin
  • New package @graphql-cli/codegen - plugin for GraphQL CLI
core
  • Deduplicate definitions before code generation
typescript-urql
  • Fix invalid Urql subscription handler type
typescript-resolvers
  • Support new Schema Stitching (from GraphQL Tools v6)
dotansimha/graphql-code-generator (@​graphql-codegen/introspection)

v1.18.2

Compare Source

Patch Changes

v1.18.1

Compare Source

Patch Changes

v1.18.0

Compare Source

Minor Changes
  • 1731ae2: allow to pass configuration to introspection plugin
Patch Changes

v1.17.8

Compare Source

Patch Changes

v1.17.7

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli

  • Update dependencies

typescript-react-apollo

typescript-generic-sdk

typed-document-node

  • do not import the unused DocumentNode for typed-document-node (#​4462) @​mjbcopland
  • apply TypedDocumentNode also for fragments.

typescript-operations

typescript-resolvers

typescript-vue-apollo

near-operation-file preset

website/docs

v1.17.6

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

Sorry for the publishing issues, we fixed some issues related to release/publish scripts, and it effected some releases. v1.17.5 is partial, please don't use it.

core / cli

  • Updated dependencies

typescript

typescript-resolvers

v1.17.5

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

🛑 Please use v1.17.6 instead - this was invalid release due to fixes we did on release pipeline. 🛑

v1.17.4

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core / cli

  • Update dependencies

typescript-resolvers

typescript-mongodb

typescript-vue-apollo

typescript-apollo-angular

  • Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#​4380) @​ardatan

typescript-react-apollo

  • Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#​4380) @​ardatan

flow

typed-document-node


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, check this box

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

@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 1024a2a to 2286a5c Compare June 10, 2020 07:01
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.15.1 Update graphqlcodegenerator monorepo Jun 10, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 2286a5c to ca4b183 Compare June 10, 2020 07:44
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.15.2 Jun 10, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from ca4b183 to c7ccc38 Compare June 11, 2020 16:44
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.15.2 Update graphqlcodegenerator monorepo to v1.15.3 Jun 11, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from c7ccc38 to 8fa8282 Compare June 18, 2020 12:06
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.15.3 Update graphqlcodegenerator monorepo Jun 18, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from 7cc2350 to fa078ad Compare June 18, 2020 15:23
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.15.4 Jun 18, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from fa078ad to 129ffdb Compare June 30, 2020 09:41
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.15.4 Update graphqlcodegenerator monorepo Jun 30, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from 1384a80 to b12faac Compare June 30, 2020 09:45
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.16.0 Jun 30, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from b12faac to a96ba20 Compare July 5, 2020 09:29
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.0 Update graphqlcodegenerator monorepo to v1.16.1 Jul 5, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from a96ba20 to 7ec3c50 Compare July 5, 2020 12:29
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.1 Update graphqlcodegenerator monorepo to v1.16.2 Jul 5, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 7ec3c50 to 243017b Compare July 6, 2020 13:56
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.2 Update graphqlcodegenerator monorepo Jul 6, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 243017b to 6490840 Compare July 6, 2020 13:59
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.16.3 Jul 6, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 6490840 to 8b67e85 Compare July 12, 2020 11:49
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.3 Update graphqlcodegenerator monorepo Jul 12, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 3 times, most recently from 1648fed to c11e731 Compare July 12, 2020 12:04
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.17.0 Jul 12, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 4a98aaa to 175204b Compare July 21, 2020 12:34
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.17.1 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 175204b to 84498d6 Compare July 21, 2020 13:33
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.17.1 Update graphqlcodegenerator monorepo Jul 21, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 84498d6 to c513963 Compare July 21, 2020 14:20
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.17.3 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from c513963 to 56e5127 Compare July 23, 2020 13:12
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.17.3 Update graphqlcodegenerator monorepo Jul 23, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 56e5127 to 771ec2c Compare July 23, 2020 13:17
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.17.4 Jul 23, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 771ec2c to 4c82e22 Compare July 27, 2020 08:11
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.17.4 Update graphqlcodegenerator monorepo Jul 27, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 4 times, most recently from 4bade13 to 31801f1 Compare July 27, 2020 08:31
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo Update graphqlcodegenerator monorepo to v1.17.6 Jul 27, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 31801f1 to 28dd6cc Compare August 27, 2020 13:02
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.17.6 Update graphqlcodegenerator monorepo Aug 27, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 28dd6cc to fb4145c Compare October 29, 2020 12:02
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from fb4145c to 56228bf Compare November 28, 2020 16:59
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 56228bf to b25e947 Compare December 11, 2020 11:57
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from b25e947 to f295fee Compare January 6, 2021 14:53
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from f295fee to a0eaa41 Compare February 1, 2021 11:55
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from a0eaa41 to d6bc100 Compare February 10, 2021 16:44
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from d6bc100 to f27f156 Compare April 26, 2021 16:40
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from f27f156 to 849fece Compare June 6, 2021 21:40
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 849fece to d479c59 Compare October 18, 2021 18:46
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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