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 (master) #1574

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 30, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/add 1.14.0 -> 1.17.7 age adoption passing confidence
@graphql-codegen/cli 1.14.0 -> 1.21.8 age adoption passing confidence
@graphql-codegen/typescript 1.14.0 -> 1.23.0 age adoption passing confidence
@graphql-codegen/typescript-operations 1.14.0 -> 1.18.4 age adoption passing confidence
@graphql-codegen/typescript-react-apollo 1.14.0 -> 1.17.7 age adoption passing confidence

Release Notes

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

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
  • 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.1

Compare Source

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

New plugin for typed-document-node: more details soon ;) (#​4392)
core/cli
  • update dependencies
typescript-operations
flow-operations
docs/website

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)

v1.15.0

Compare Source

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

🚀 🚀 NEW PLUGIN: Generate JSDoc based on your GraphQL schema (https://github.com/dotansimha/graphql-code-generator/pull/3223, thanks @​CarloPalinckx )

core/cli

time

website / docs

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

  • Update Subscription options Doc (#​4406) @​liaoliaojun
  • Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking ([#​4380](https://togit

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 is behind base branch, 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/master-graphqlcodegenerator-monorepo branch from ba6e4e4 to 745b383 Compare July 5, 2020 14:00
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.0 (master) Update graphqlcodegenerator monorepo to v1.16.2 (master) Jul 5, 2020
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from 745b383 to c8a4755 Compare August 25, 2020 05:57
@renovate renovate bot changed the title Update graphqlcodegenerator monorepo to v1.16.2 (master) Update graphqlcodegenerator monorepo (master) Aug 25, 2020
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from c8a4755 to e2c0f23 Compare October 28, 2020 06:00
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from e2c0f23 to f33c677 Compare November 27, 2020 19:01
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from f33c677 to 0f32699 Compare December 8, 2020 16:02
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from 0f32699 to 581c047 Compare January 5, 2021 15:03
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from 581c047 to 088fabb Compare February 2, 2021 12:58
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from 088fabb to c6a8b40 Compare February 10, 2021 19:55
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from c6a8b40 to f9f3c39 Compare April 26, 2021 13:57
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from f9f3c39 to 435d980 Compare June 6, 2021 22:52
@renovate renovate bot force-pushed the renovate/master-graphqlcodegenerator-monorepo branch from 435d980 to a57621d Compare October 19, 2021 02:37
@renovate
Copy link
Author

renovate bot commented Mar 25, 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.

1 participant