RamyElkest / apollo-chat-api

A chat API service over graphql with apollo
MIT License
2 stars 2 forks source link

Update graphql to the latest version 🚀 #52

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.9.0 of graphql just got published.

Dependency graphql
Current Version 0.8.0
Type dependency

The version 0.9.0 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 graphql. 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.


Release Notes v0.9.0

New:

Added isNamedType() and assertNamedType() #589
Default field resolvers now get full execution info as a third argument #615
ObjectType.isTypeOf() and InterfaceType.resolveType() may now return Promises #631
Support and fixes for flow type v0.38 #671
Added TypeInfo.getEnumValue() and EnumType.getValue(name) #674
Added findDeprecatedUsages() #676

Fixes:

Enforce spec that no non-meta field may start with "__" #600 (Potentially breaking for existing non-compliant uses).
isValidJSValue() reports if coercion results in error #602
Executor throws friendlier error if no document is provided #614
Fixed import circular dependency, improving compressed builds #644

Commits

The new version differs by 155 commits .

  • 43cd3bb 0.9.0
  • e7b4bc7 Update dependencies
  • 5b26da9 Improve type definitions
  • 15d2184 Merge pull request #631 from dherault/master
  • 0417aad Simplify default resolver function
  • a3c746c Factor out checking isTypeOf from subfield exe
  • 9239253 Pass lint & flow
  • c53efbe Missing comma
  • b40d427 Fix completeObjectValue call bug
  • 1fb45d3 Factor out runtime type validation
  • 1305360 Reduce scope
  • 7064b9d Merge pull request #675 from robzhu/master
  • d1f586e Merge pull request #676 from graphql/find-deprecated
  • 3a53f25 Freshen yarn.lock
  • d7d6110 Merge pull request #686 from graphql/greenkeeper/babel-cli-6.22.2

There are 155 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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.054% when pulling 6c5d27e1e953a7a656577331279c79d3f496954c on greenkeeper/graphql-0.9.0 into 5600ef67e1f50cc3bba7d187405ffb0ed31c9b86 on master.

greenkeeper[bot] commented 7 years ago

Version 0.9.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits .

  • 8122ba7 0.9.1
  • 80f5ecb Merge pull request #692 from graphql/dunder-warn
  • fe34619 Convert error to warning for non-compliant use of __
  • 024f9f7 Merge pull request #693 from graphql/fix-reserved-properties
  • 080e281 Quotes reserved literals when used in properties.
  • 47c2ba6 Merge pull request #691 from graphql/greenkeeper/eslint-3.14.1
  • 04eed8e chore(package): update eslint to version 3.14.1

See the full diff.