CityOfBoston / 311

New web portal for BOS:311
https://311.digital-staging.boston.gov/
Other
17 stars 6 forks source link

Update graphql to the latest version 🚀 #920

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 14.0.1 of graphql was just published.

Dependency graphql
Current Version 0.11.7
Type dependency

The version 14.0.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.


Release Notes v14.0.1

(Something went wrong during release, this version has been unpublished)

Commits

The new version differs by 356 commits.

  • d1c4e7d Add missing ESLint rules as comments (#1503)
  • 7a94fac Rearrange ESLint rules, extracted from #1503 (#1511)
  • 6b033c2 Prevent infinite loop on invalid introspection (#1509)
  • 6963fc8 Benchmark: always assume schema is valid (#1510)
  • 84d05fc Run spell checker on all JS files (#1506)
  • c8a5792 buildClientSchema: Throws when missing directive locations (#1507)
  • e36368e Export "ValidationRule" type (#1504)
  • ea9dcfb 14.0.1
  • 1f44c59 update package.json file to support node 9.x (#1508)
  • 5b1ac59 Minor typo/spelling fixes (#1505)
  • 213d844 Add missing keywords (#1501)
  • fdb4633 Cleanup 'jsutils/inspect' function (#1499)
  • 8682f57 Cleanup formatting of string literals (#1498)
  • 5d56adb Update deps (#1500)
  • 6eec989 14.0.0

There are 250 commits in total.

See the full diff

FAQ and help 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).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 14.0.2 just got published.

Update to this version instead 🚀

Release Notes v14.0.2

Fixes:

  • No longer presents warnings when used with node v7 and v9 (#1508)
  • Added keywords to the NPM package (#1501)
  • ValidationRule flow type is now exported (#1505)
  • Improved schema validation reports directives without locations (#1507)
  • Fixed potential infinite loop during introspection of some schema (#1509)
Commits

The new version differs by 1 commits.

See the full diff