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 graphqlcodegenerator monorepo #47

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 7, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 1.4.0 -> 1.21.8 age adoption passing confidence
@graphql-codegen/typescript 1.4.0 -> 1.23.0 age adoption passing confidence
@graphql-codegen/typescript-apollo-angular 1.4.0 -> 1.17.7 age adoption passing confidence
@graphql-codegen/typescript-operations 1.4.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)

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

v1.14.0

Compare Source

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

🚀 🚀 NEW PLUGIN: new plugin for generating operations names object to be used with Apollo Client (#​4039)
core/cli
java
kotlin
fragment-matcher
typescript-operations
docs/website

v1.13.5

Compare Source

  • Come talk to us directly on our Discord channel
  • Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
    Contact us here: the-guild.dev/connected-build
core/cli
  • updated dependencies
typescript-operations
flow-operations
typescript-apollo-angular
  • Allow to override apollo-angular package (#​3952)

v1.13.4

Compare Source

  • Come talk to us directly on our Discord channel
  • Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
    Contact us here: the-guild.dev/connected-build
core/cli
typescript
  • Fixes for wrapping field with arrays (#​3938)
  • Added support for Relay's futureProofEnums option (#​3721, thanks @​c0m1t)
typescript-operations
flow
  • Fixes for wrapping field with arrays (#​3938)
flow-operations
java
  • Set java default class for scalar to Object (#​3930, thanks ducthienbui97)
  • Update Java plugin: Omit extra 'Input' suffix from an input's class name if the input type's name ends in Input (#​3699, @​ataylormays)
website / docs

v1.13.3

[Compare Source](https://togithub.com


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 519fac8 to ee69d34 Compare August 16, 2019 12:28
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.5.0 chore(deps): update graphqlcodegenerator monorepo to v1.6.0 Aug 16, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from ee69d34 to 5e3274c Compare August 16, 2019 17:04
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.6.0 chore(deps): update graphqlcodegenerator monorepo to v1.6.1 Aug 16, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 5e3274c to f00e78a Compare August 31, 2019 09:05
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.6.1 chore(deps): update graphqlcodegenerator monorepo to v1.7.0 Aug 31, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from f00e78a to f38abbf Compare October 3, 2019 05:57
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.7.0 chore(deps): update graphqlcodegenerator monorepo to v1.8.0 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from f38abbf to 5c0a0f0 Compare November 11, 2019 14:00
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.8.0 chore(deps): update graphqlcodegenerator monorepo to v1.8.3 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 5c0a0f0 to bc5c7f5 Compare December 14, 2019 21:59
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.8.3 chore(deps): update graphqlcodegenerator monorepo to v1.9.1 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from bc5c7f5 to 3d76326 Compare January 18, 2020 23:58
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.9.1 chore(deps): update graphqlcodegenerator monorepo to v1.11.2 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 3d76326 to 6718e32 Compare February 8, 2020 20:58
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.11.2 chore(deps): update graphqlcodegenerator monorepo to v1.12.2 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 6718e32 to eed14e2 Compare March 14, 2020 20:55
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.12.2 chore(deps): update graphqlcodegenerator monorepo to v1.13.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from eed14e2 to c36e454 Compare April 27, 2020 22:59
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.13.0 chore(deps): update graphqlcodegenerator monorepo to v1.13.3 Apr 27, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from c36e454 to b87c665 Compare May 8, 2020 10:56
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.13.3 chore(deps): update graphqlcodegenerator monorepo to v1.13.5 May 8, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from b87c665 to e21bbf1 Compare July 1, 2020 04:59
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.13.5 chore(deps): update graphqlcodegenerator monorepo to v1.16.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from e21bbf1 to 0b43a9c Compare August 26, 2020 11:58
@renovate renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v1.16.0 chore(deps): update graphqlcodegenerator monorepo Aug 26, 2020
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 0b43a9c to d451dfd Compare October 27, 2020 08:47
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from d451dfd to 73f562d Compare November 28, 2020 14:54
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 73f562d to 4f348f3 Compare December 9, 2020 04:59
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 4f348f3 to 0122dba Compare January 6, 2021 15:53
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 0122dba to 579d14f Compare January 30, 2021 13:56
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 579d14f to 60d5543 Compare February 10, 2021 20:54
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 60d5543 to 2843737 Compare April 26, 2021 13:16
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 2843737 to 35700e3 Compare June 6, 2021 21:16
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 35700e3 to 830b308 Compare March 7, 2022 10:44
@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.

1 participant