Skip to content

Update graphql to the latest version 🚀#31

Open
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/graphql-0.9.0
Open

Update graphql to the latest version 🚀#31
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/graphql-0.9.0

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Jan 24, 2017

Version 0.9.0 of graphql just got published.

Dependency graphql
Current Version 0.8.2
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 127 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 127 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

coveralls commented Jan 24, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 1ee09e0 on greenkeeper/graphql-0.9.0 into 453665d on master.

@msiegenthaler
Copy link
Collaborator

not yet compatible with graphql-tool, we'll have to wait for a few days until they upgrade

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 26, 2017

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.

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.

2 participants