Mayank1791989 / gql

112 stars 19 forks source link

Update apollo-codegen to the latest version πŸš€ #30

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.12.8 of apollo-codegen just got published.

Dependency apollo-codegen
Current Version 0.10.13
Type dependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of apollo-codegen. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 21 commits.

  • 0467247 0.12.8
  • 1144d9e Make addTypename the default and improve messages
  • c47a83d Include isDeprecated and deprecationReason for enum values in IR
  • 6233674 0.12.7
  • 4c85b6f Include isDeprecated and deprecationReason for fields in IR
  • b80a556 0.12.6
  • c33b93b Use response name instead of property name as snapshot key
  • 6c9438e 0.12.5
  • 6ed5400 Fix generated Swift code for optional object properties
  • 47f3cdf 0.12.4
  • b1b742f Add filename to error messages printed from CLI (#125)
  • abdd6e4 fix(package): update graphql to version 0.10.0 (#127)
  • faa5715 New Swift target (#128)
  • eecc28a Emit /* tslint:disable */ prior to comment (#126)
  • ac26921 add tests and docs for gql template usage (#115)

There are 21 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.13.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 18 commits.

  • 6cb28a9 0.13.0
  • 3ae7113 Remove Swift target addTypename check because having a default value means it will always be triggered
  • fce3f6e Remove Swift target tag-name check because having a default value means it will always fail
  • c866a12 support multiline comments in flow/typescript (#149)
  • 020d093 Add documentation for requiring the __typename introspection field. (#146) (#151)
  • 8fe71e5 feat: make tagname configurable (fixes #119) (#148)
  • b05194f Add missing GraphQLError import
  • 2e50dbc Improve handling of fragments for Flow/Typescript targets (#143)
  • 046de1b chore(package): update ansi-regex to version 3.0.0 (#145)
  • 2cb78b2 fix(package): update inflected to version 2.0.2 (#142)
  • 8fc889d fix(flow): output nullable fragment properties as optional (#133)
  • 371d6b9 0.12.10
  • d8d7484 Add core-js as runtime dependency
  • 07d152a 0.12.9
  • 95f1075 Only attempt to get field definition on object or interface type

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.13.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.13.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.14.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • bf39a13 0.14.1
  • 6214067 Fix missed toggling of input types in typescript target (#162)
  • 6290e4c 0.14.0
  • edc88d6 chore(package): update @types/yargs to version 8.0.0 (#158)
  • 041f409 TypeScript optional inputs (#156)
  • 2da9484 Optional Flow Inputs (#155)
  • 703edf2 Generate Swift operation IDs and operation <--> operation ID mapping file (#147)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.14.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 7 years ago

Version 0.14.3 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 7 years ago

Version 0.15.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • c901974 0.15.0
  • 9cf6fcf Update Swift operationIdentifier to be a String? rather than the inferred String. This brings it in alignment with the variables property, whose default value is provided by its protocol as nil. (#167)
  • 804ad8b Add test/ to .npmignore (#170)
  • be7f485 add smoke test to ci (#166)
  • 5aee2be Add missing dependency to package.json. This dependency was added to compilation.js in commit 703edf2 (in version 14.0) that introduced operationIdentifiers to Swift. (#165)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.15.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • cffb4d8 0.15.1
  • 1296cf4 Make merge-in-fields-from-fragment-spreads CLI configurable (#175)
  • eecfde3 Fix multi-line enum comments (#173)
  • 53e5de4 feat: pass in http request method as parameter (#171)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.15.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 437257d 0.15.2
  • 876b9bf set merge-in-fields-from-fragment-spreads as boolean type (#176)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.16.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 4f19e67 0.16.0
  • cca0191 Revert "Add package-lock.json and yarn.lock to .gitignore"
  • bbb4180 Add package-lock.json and yarn.lock to .gitignore
  • b5113cb Top-line __typename is not a string anymore (#188)
  • d8f6a6d Detect inner array elements that are nullable and mark them as nullable (#186)
  • 29fb296 Remove forced pascal casing (#187)
  • 22e7d0b Fix TypeScript error with AsyncIterator/AsyncIterable
  • e101f2c chore(package): update @types/mkdirp to version 0.5.0 (#178)
  • 4085fa5 Update @types/graphql to the latest version

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.16.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 7630ae5 0.16.1
  • 852cef9 Rename Selection, Field and FragmentSpread with GraphQL prefix
  • 4d0bde2 Remove attempt to qualify names of structs with parent struct name
  • 2b2c5e8 Add JSON output tests

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.16.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 7 years ago

Version 0.16.3 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 7 years ago

Version 0.16.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • 371a7e9 0.16.4
  • a9251da Allow spaces between tagname and backquote (#213)
  • 18c837f Add in deprecations for Swift (#214)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.16.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff