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

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.63 age adoption passing confidence
@types/react-dom (source) 16.9.2 -> 16.9.25 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

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

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


Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@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 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 from bf74115 to 7934a97 Compare October 10, 2023 19:52
@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 from 6e38298 to 2086e90 Compare November 7, 2023 23:13
@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 from 91b4f79 to 2da454e Compare December 13, 2023 02:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2da454e to 7437a4d Compare December 28, 2023 16:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 7437a4d to d78b7ab Compare January 15, 2024 12:09
@renovate renovate bot force-pushed the renovate/devdependencies branch from d78b7ab to fab0756 Compare February 26, 2024 19:48
@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
@renovate renovate bot force-pushed the renovate/devdependencies branch from a8fa795 to 3c0cb90 Compare September 16, 2024 11:44
@renovate renovate bot force-pushed the renovate/devdependencies branch from 3c0cb90 to 8b34401 Compare September 27, 2024 19:33
@renovate renovate bot changed the title chore(deps): update devdependencies chore(deps): update dependency ts-node to v8.10.2 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency ts-node to v8.10.2 chore(deps): update devdependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8b34401 to f851851 Compare December 9, 2024 22:59
@renovate renovate bot force-pushed the renovate/devdependencies branch from f851851 to dcd4dd9 Compare March 19, 2025 19:46
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.

0 participants