Update graphql to the latest version 🚀 #67
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 0.10.0 of graphql just got published.
The version 0.10.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.10.0New
isValidValue()
andisValidLiteral()
added to Scalar and enum types (#861).graphql()
may now take aSource
object, in addition to the existing support forstring
(#866).graphql()
may now take an object with named parameters (#867).Breaking
Int
values toInt
(#837).Fixes
GraphQLError
stack trace includes error message (#718).Commits
The new version differs by 57 commits.
797e7e3
0.10.0
845a45b
Merge pull request #878 from gabelevi/flow
fe5f544
Flow v0.47.0 finds 3 errors in master. This is important to fix, because the
87b24ee
Freshen yarn.lock
704a97d
Merge pull request #877 from graphql/greenkeeper/mocha-3.4.2
0f186de
chore(package): update mocha to version 3.4.2
1ff4932
Freshen yarn.lock
e989de8
Merge pull request #875 from graphql/greenkeeper/sane-1.7.0
9811d06
chore(package): update sane to version 1.7.0
f6f26fd
Handle abrupt closing in mapAsyncIterator() (#870)
50504b9
remove unnecessary null arguments in test
562cead
Allow providing an object of arguments to graphql(). (#867)
1b41959
Allow graphql() to accept a Source instance. (#866)
bf352a8
json is hard
5510c75
Allow providing custom default field resolver. (#865)
There are 57 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 🌴