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 devdependencies #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli (source) 1.8.1 -> 1.21.8 age adoption passing confidence
@graphql-codegen/fragment-matcher (source) 1.8.1 -> 1.17.8 age adoption passing confidence
@graphql-codegen/introspection (source) 1.8.1 -> 1.18.2 age adoption passing confidence
@graphql-codegen/typescript (source) 1.8.1 -> 1.23.0 age adoption passing confidence
@graphql-codegen/typescript-operations (source) 1.8.1 -> 1.18.4 age adoption passing confidence
@graphql-codegen/typescript-react-apollo (source) 1.8.1 -> 1.17.7 age adoption passing confidence
@types/graphql 14.2.3 -> 14.5.0 age adoption passing confidence
@types/node (source) 12.11.1 -> 12.20.55 age adoption passing confidence
@types/react (source) 16.9.7 -> 16.14.60 age adoption passing confidence
@types/react-dom (source) 16.9.2 -> 16.9.24 age adoption passing confidence
@types/yaml 1.2.0 -> 1.9.7 age adoption passing confidence
dotenv 8.2.0 -> 8.6.0 age adoption passing confidence
ts-node (source) 8.4.1 -> 8.10.2 age adoption passing confidence
typescript (source) 3.6.4 -> 3.9.10 age adoption passing confidence
yaml (source) 1.7.2 -> 1.10.2 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 bef

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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/devdependencies branch 4 times, most recently from 8d0820c to 239219d Compare November 15, 2019 20:23
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 5969621 to b1ac6e8 Compare November 23, 2019 20:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 10 times, most recently from 20d7a47 to b9ae687 Compare December 2, 2019 19:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 24ed371 to 0295469 Compare December 10, 2019 19:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from da5845b to e16d51d Compare December 20, 2019 07:25
@renovate renovate bot force-pushed the renovate/devdependencies branch from ad870b1 to c00b391 Compare June 18, 2022 18:56
@renovate renovate bot force-pushed the renovate/devdependencies branch from 990942e to 6dc436f Compare March 16, 2023 11:48
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from feed9a6 to 7b196c3 Compare March 29, 2023 23:47
@renovate renovate bot force-pushed the renovate/devdependencies branch from 7b196c3 to 678536f Compare April 17, 2023 12:58
@renovate renovate bot force-pushed the renovate/devdependencies branch from 678536f to 702df9b Compare May 28, 2023 10:28
@renovate renovate bot force-pushed the renovate/devdependencies branch from 702df9b to 0b71aa4 Compare June 10, 2023 10:27
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from b4bab26 to b16dff9 Compare August 9, 2023 19:33
@renovate renovate bot force-pushed the renovate/devdependencies branch from b16dff9 to 518d072 Compare August 22, 2023 20:29
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 462c4a8 to bf74115 Compare October 1, 2023 10:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 20fa95f to 6e38298 Compare October 18, 2023 19:12
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from dbb4709 to 91b4f79 Compare November 22, 2023 05:02
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 15fbf31 to 1d3d2ca Compare March 20, 2024 18:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1d3d2ca to a8fa795 Compare March 26, 2024 08:48
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

0 participants