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 graphql-code-generator to the latest version 🚀 #37

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 7, 2018

Version 0.9.0 of graphql-code-generator was just published.

Dependency graphql-code-generator
Current Version 0.8.21
Type devDependency

The version 0.9.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of graphql-code-generator.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2018

Version 0.9.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 10, 2018

Version 0.9.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 18, 2018

Version 0.9.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2018

Version 0.9.4 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2018

Version 0.10.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2018

Version 0.10.1 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 12, 2018

Version 0.10.2 just got published.

Update to this version instead 🚀

Release Notes v0.10.2

TypeScript template

  • Added schemaNamespace config that wraps the entire generated types with a TypeScript namespace.

MongoDB TypeScript template

  • Added schemaNamespace config that wraps the entire generated types with a TypeScript namespace.

Core

  • Updated dependencies

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 12, 2018

Version 0.10.3 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 27, 2018

Version 0.10.4 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2018

Version 0.10.5 just got published.

Update to this version instead 🚀

Release Notes v0.10.5
  • [TypeScript] Generic type in Resolver types (#448, thanks @kamilkisiela )
  • [Core] update dependencies

greenkeeper bot added a commit that referenced this pull request Aug 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2018

Version 0.10.6 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2018

Version 0.10.7 just got published.

Update to this version instead 🚀

Release Notes v0.10.7
  • [TypeScript] scalars are now PascalCased (#467, thanks @arvind-chandrashekar-ck)
  • [TypeScript] fixes an issue with missing call signature of resolvers (#465)
  • [TypeScript] fixes an issue with missing underscode prefix (#465)
  • [TypeScript] fixes an issue with prefixed scalars, unions and enums in noNamespaces mode (#471)
  • [Core] supports backticks when looking for documents (#473)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 27, 2018

Version 0.11.0 just got published.

Update to this version instead 🚀

Release Notes v0.11.0

v0.11.0 includes a lot of new features, new templates and a lot of fixes. You can read more about it here

It also includes:

  • [Core] The codegen now validates client-side documents against the schema before trying to generate it. (Thanks @Jontem)
  • [Core] Added interfacePrefix to enums (Thanks @ardatan)
  • [TypeScript] Pascal-case for enums (Thanks @ardatan)
  • [TypeScript] Generated resolver signature now defined as non-optional fields. (Thanks @kamilkisiela )
  • [Apollo-React] NEW TEMPLATE! (Thanks @ardatan )
  • [Apollo-Angular] NEW TEMPLATE! (Thanks @kamilkisiela )
  • [Core] Added support for #import syntax (Thanks @davidyaha )
  • [Core] Avoid escaping prepend lines (Thanks @sgoll )

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2018

Update to this version instead 🚀

Release Notes for v0.12.0

CLI

  • Added --silent to mute the Logger
  • Added --client-schema to allow integration with client-side schemas (#561, thanks @kamilkisiela)
  • Fixes for watch (#558, thanks @ardatan )

Core

  • Updated dependencies
  • Upgrade to GraphQL 14 (and fix the locations issue, thanks @shmax )
  • Core package will now able to merge GraphQL types that declared twice with an external logic (#558, thanks @ardatan )
  • Added support for custom logger in generate(...) - programatic usage (c266065)
  • Fix error when loading files with nog gql tag (21ca7c3, thanks @Jontem)
  • Fix error when loading document sources without gql tags (38f9d51, thanks @Jontem)
  • Fixed error messages (#542, thanks @kamilkisiela)
  • fix handling gql-gen config (#545, thanks @ardatan)
  • Specify return type of generate() (#564, thanks @frantic1048 )

TypeScript Apollo Angular Template

TypeScript Apollo React Template

And some other documentation fixes by @mixail-novikov

Commits

The new version differs by 123 commits.

  • 6fa3ae2 v0.12.0
  • 692da1d Merge pull request #602 from dotansimha/revert/named-providedin
  • f20e7e8 revert: feature: named clients and custom providedIn
  • c266065 added support for custom logger
  • c1f68da Merge remote-tracking branch 'origin/master'
  • e99c6c1 fixes issue with generate promises
  • d88a197 Merge pull request #601 from dotansimha/renovate/lerna-3.x
  • 79fdd83 Update dependency lerna to v3
  • 2d3f7be Merge pull request #599 from dotansimha/renovate/lodash-monorepo
  • 9e80864 Merge pull request #600 from dotansimha/renovate/webpack-4.x
  • b0ae636 Update dependency webpack to v4.18.1
  • 72b1ddb Update dependency lodash to v4.17.11
  • 83e2347 Merge pull request #598 from dotansimha/bugfix/missing-template-error
  • dddf51f Merge pull request #597 from dotansimha/renovate/lodash-4.x
  • 2e7e725 Merge pull request #596 from dotansimha/renovate/graphql-modules-epoxy-0.x

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2018

Update to this version instead 🚀

Release Notes for v0.12.5

Core

  • Display the document/filename in case of parsing error (#625, thanks @kamilkisiela )
Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 31, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 16, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 17, 2018

Update to this version instead 🚀

Release Notes for v0.14.1

CLI

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 25, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2018

Update to this version instead 🚀

Release Notes for v0.15.2

Core

  • Updated dependencies.
  • Better support for merging GraphQL schemas- now supports extend keyword (#1061)
  • Better support for finding GraphQL documents in TypeScript files - now documents that are inside namespace are supported (#1019).
  • Fixed issues with schema declared as string and detected as file/glob (#1074)
  • Updated dependencies

TypeScript plugins

  • Fixed issue with non optional __typename field when requested (#1062, closes #700)
  • Better exception when a fragment spread is missing (closes #1068)

Flow Resolvers

  • Fixed imports in flow-resolvers package when custom scalars exists in the schema (ad07eaf)
  • Fixed import syntax to use graphql instead of graphql/types.
  • Fixed syntax issues with generated scalar config (ad07eaf)
  • Resolvers arguments are now optional.
  • Added root resolvers interface that contains all declared resolvers as optionals (makes it easier to add it to existing project).

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

Update to this version instead 🚀

Release Notes for v0.17.0

Core

  • Update dependencies

Docs

  • Added Reason plugin to docs.

TypeScript

  • fix: same behaviour when generating nullable types with/without noNamespaces (#1265, thanks @Nebulis)

TypeScript Resolvers

React-Apollo TypeScript Template

greenkeeper bot added a commit that referenced this pull request Mar 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 1, 2019

Update to this version instead 🚀

Release Notes for v0.18.0

Core

  • Allow to customize graphql-tag-pluck settings (#1376)
  • Allow to pass glob or list of files to watch (#1377)
  • Support environment variables in config .yml file (#1368)
  • Better error messages on validation errors (#1370)
  • Support falsy default values in args correctly (#1335, thanks @leighman)
  • Allow to specify overwrite option for a specific output (#1362)

TypeScript

  • Generate metadata and introspection fields (#1380)
  • Add Default Value to Plugin Context (#1375)

TypeScript Client

  • typescript-client: Include __typename in fragments (#1380)
  • Apply interfacePrefix to enums (#1355)
  • Duplicated type when fields are named the same as operation types (#1369)

TypeScript Resolvers

  • Add index signature to IResolvers and IDirectiveResolvers (#1357)

TypeScript React-Apollo

  • Add hooksImportFrom option (#1343, thanks @FredyC)
  • Don't enforce .tsx when hooks are used (#1356)
  • Add gqlImportFrom option (#1344, thanks @FredyC )
  • Remove subscription hook import (#1339, thanks @FredyC )

Flow

  • Added option to generate exact and readonly types (#1317, thanks @zanettin )

Docs & Website

  • Added documentation for Stencil-Apollo plugin (#1348)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2019

Update to this version instead 🚀

Release Notes for v0.18.1

Upgrade js-yaml and release 0.18.1 (#1693)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants