Skip to content

Commit

Permalink
Update graphql to the latest version 🚀 (#7)
Browse files Browse the repository at this point in the history
## Version **14.0.0-rc.1** of [graphql](https://github.com/graphql/graphql-js) was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <code>graphql</code>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        0.13.2
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      dependency
    </td>
  </tr>
</table>

The version **14.0.0-rc.1** 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.

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.


---


<details>
<summary>Release Notes</summary>
<strong>v14.0.0-rc.1</strong>

<p><strong>NOTE</strong><br>
This is a pre-release. There is a high likelihood there will be more breaking changes introduced prior to the <code>14.0.0</code> release.</p>
<p><strong>Breaking:</strong></p>
<ul>
<li>Drops support for node v4, makes sure node v10 is supported (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="320331530" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1338" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1338">#1338</a>)</li>
<li>Reject invalid scalar value coercion (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="329203491" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1365" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1365">#1365</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="320302933" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1336" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1336">#1336</a>)</li>
<li>Removes <code>VariablesDefaultValueAllowed</code> validation rule, and <code>ProvidedNonNullArguments</code> became <code>ProvidedRequiredArguments</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="302567815" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1274" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1274">#1274</a>)</li>
</ul>
<p><strong>New:</strong></p>
<ul>
<li>Parse new schema extensions (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="315664664" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1314" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1314">#1314</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="317012679" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1323" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1323">#1323</a>)</li>
<li>Export SDL AST types (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="315694355" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1315" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1315">#1315</a>)</li>
<li><code>extendSchema</code> extended with spec-compliant SDL extensions (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="330426164" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1373" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1373">#1373</a>)</li>
<li><code>symbol.toStringTag</code> support (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="307864327" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1297" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1297">#1297</a>)</li>
<li>Expose <code>getOperationRootType(schema, operationAST)</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="322058451" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1345" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1345">#1345</a>)</li>
<li>Package is marked as side-effect free (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="314458450" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1312" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1312">#1312</a>)</li>
</ul>
<p><strong>Fixed:</strong></p>
<ul>
<li>Fixes for custom enum types</li>
<li>Prettier, Flow and eslint upgrades (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="310208412" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1304" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1304">#1304</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="316500173" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1319" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1319">#1319</a>)</li>
<li>Babel 7 upgrade (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="323277037" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1350" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1350">#1350</a>)</li>
<li>Introspection query perf improved (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="318663971" data-permission-text="Issue title is private" data-url="graphql/graphql-js#1329" href="https://urls.greenkeeper.io/graphql/graphql-js/pull/1329">#1329</a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 56 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/84f41aadcfe3f86833d3f37914c995416091d9f1"><code>84f41aa</code></a> <code>14.0.0-rc.1 (#1364)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/45ecb530eff5c44327a13bac355513dc6a38aff8"><code>45ecb53</code></a> <code>Merge extendType functionality changes from #1322 (#1373)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/43c0d46ac9a279a1c3be9c8592381e2a99eec209"><code>43c0d46</code></a> <code>fix imports (#1372)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/f9b0bae8c3d0b289617136442adc9b4bfbf5c21c"><code>f9b0bae</code></a> <code>Add simple test for <code>instanceOf</code>. (#1370)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/ae23c901c5699287c3e870a6fc7d6180049a8eb9"><code>ae23c90</code></a> <code>Handle NaN as input value (#1369)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/85971a277c4e7782e9be38d102bd6562dedf7804"><code>85971a2</code></a> <code>Add test for enum custom values as input args (#1267)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/3473ca53517f6df9a3b02a744bcc56f2de097710"><code>3473ca5</code></a> <code>Reject Infinity supplied as Int or Float value (#1365)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/85b4f580c5fe9efe8baf8433d78ca9607f302b2e"><code>85b4f58</code></a> <code>__allowedLegacyNames: Use empty array instead of undefined properties (#1259)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/e79faaa5c440edbb5aed885f49bfdd13130966dd"><code>e79faaa</code></a> <code>Add support for Symbol.toStringTag (#1297)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/10e80d05dcad55e0e08806512250c65ed55fcfc8"><code>10e80d0</code></a> <code>instanceOf: Check that one of the names in non-empty string (#1357)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/bc03768b4b3ca181af163bdb8616ee0c46ef7be3"><code>bc03768</code></a> <code>Upgrade babel and associated plugins to v7 (#1350)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/68577079930e24da9c25b6c3f8fcadd488d94014"><code>6857707</code></a> <code>Scalars: reject array serialization/coercion (#1336)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/ddb3ffc57ecccefa3e66357b6e948e3ba75af411"><code>ddb3ffc</code></a> <code>Updated Flow, Prettier and other dependencies (#1362)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/eb8ef7afd8f9c5c833ee413b98284221058feac0"><code>eb8ef7a</code></a> <code>Babel 7 preparation: Switch babel config to JS (#1348)</code></li>
<li><a href="https://urls.greenkeeper.io/graphql/graphql-js/commit/324768a6aaf68dd6667b888a6e151d4c47ec7073"><code>324768a</code></a> <code>Errors: fix how error messages represent arrays (#1333)</code></li>
</ul>
<p>There are 56 commits in total.</p>
<p>See the <a href="https://urls.greenkeeper.io/graphql/graphql-js/compare/f995c1f92e94d9c451104b6a0db8034165ef8640...84f41aadcfe3f86833d3f37914c995416091d9f1">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
  • Loading branch information
EnoughThinking committed Jun 8, 2018
1 parent ce86569 commit 3cc530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"emotion": "^9.1.2",
"emotion-theming": "^9.1.2",
"function-pipe": "^1.2.1",
"graphql": "^0.13.2",
"graphql": "^14.0.0-rc.1",
"graphql-request": "^1.5.1",
"graphql-tag": "^2.8.0",
"highlight.js": "^9.12.0",
Expand Down

0 comments on commit 3cc530d

Please sign in to comment.