Tallyb / loopback-graphql

Adding graphql to loopback, based on Apollo Server
MIT License
201 stars 18 forks source link

Update graphql to the latest version ๐Ÿš€ #99

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.12.0 of graphql was just published.

Dependency graphql
Current Version 0.11.7
Type dependency

The version 0.12.0 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 v0.12.0

RELEASE NOTES COMING SOON

Commits

The new version differs by 109 commits.

  • 9d8b297 0.12.0
  • 1f97618 Flow type visitor and validation rules. (#1155)
  • b283d9b Add suggestions for invalid values (#1153)
  • f236898 Find breaking directive changes (#1152)
  • c4e301d Fix path argument. Enchance visit test to validate all arguments (#1149)
  • 0765be3 Merge pull request #1150 from mohawk2/fix-watch-lint
  • c70f5cc Merge pull request #1148 from APIs-guru/noMaxLen
  • de40c22 Make npm run watch linting work right
  • 8d1ae25 Remove eslint comments unnecessary after 40f73fd
  • ada56fe Validate literals in a single rule with finer precision (#1144)
  • 1aa12df Simplify Unknown Args Validation (#1147)
  • ce0a4b9 Add experimental support for parsing variable definitions in fragments (#1141)
  • f39b0fd Re-enable eslint redeclare check for rest of file (#1140)
  • 1d90ad2 Robust type info (#1143)
  • 461392d Move schema validation into separate step (type constructors) (#1132)

There are 109 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 0.12.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v0.12.1

Flow Type Fixes:

  • Removed experimental.const_params Flow option to ensure support for projects which do not enable this option (#1157, #1160)
  • Changed visit() to return any instead of mixed to reduce the scope of the breaking change of adding Flow types for this function.
Commits

The new version differs by 5 commits.

  • a471980 0.12.1
  • 68ec835 Remove flow option experimental.const_params (#1160)
  • d11883e Increase test timeout threshold to avoid spurrious CI failure
  • 026870c Upgrade to support flow 0.61 (#1158)
  • 8bd9fda visit return any instead of mixed. (#1159)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes v0.12.2

Fixes:

  • Properly deploy a package on npm which contains es6-modules (#1161)
  • Support 5-year-old legacy GraphQL services (#1162)
Commits

The new version differs by 4 commits.

  • e6a8e31 0.12.2
  • 8c2693c Unify build scripts to all rely on npm run build (#1161)
  • 0071110 Add special case for legacy servers. (#1162)
  • 0d66e29 Increase test run time further for slow machines

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.3 just got published.

Update to this version instead ๐Ÿš€

Release Notes v0.12.3

Fixes:

  • Excluded lock files from deployed npm package
Commits

The new version differs by 2 commits.

  • 81a88eb 0.12.3
  • 72b8e1b Do not include lock files in deployed package

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 44 commits.

  • 5f50543 0.13.0
  • 4b96a86 Maintain allowed legacy names when extending a schema. (#1226)
  • 312daa5 Switch introspection tests to graphqlSync (#1225)
  • b333b30 Fix spelling, "lexographicSortSchema" => "lexicographicSortSchema" (#1220)
  • 360fa06 Travis job include condition tweak
  • f4e104d Improve travis runs (#1219)
  • b39f728 0.13.0-rc.1
  • 5578fb9 Simplify build steps (#1216)
  • 40481f1 Update to latest dependencies (#1215)
  • 6a1eddf Add 'lexographicSortSchema' (#1208)
  • a722af7 Fix #1205 - Use multi-line block for trailing quote (#1212)
  • 6dc634b Follow up to #1211
  • bd8aa36 Add 'objectValues' JS util function (#1209)
  • a725633 Remove redundancy in 'schemaPrinter' tests (#1211)
  • fa1341f Fix #1210 - SourceLocation is a type, not a value

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 22 commits.

  • 31ae8a8 0.13.1
  • 2c58b26 Make 'ASTDefinitionBuilder' responsible only for build types from AST (#1230)
  • 65afbaf Use .mjs for module code (#1244)
  • d640f9f Update to latest release of iterall
  • 7e68984 Fix outdated reference to old license
  • b4f2955 More allowed legacy names (#1235)
  • 14fde90 simplify extendSchema tests (#1242)
  • ebdac97 ISSUE_TEMPLATE: Fix 'facebook/graphql' link (#1243)
  • 81db410 Remove duplicate test (#1240)
  • 3493edd Export ExectuableDefinitionNode (#1241)
  • f2534a1 Merge pull request #1237 from gdi2290/patch-1
  • 0487302 Update index.js
  • 135619c export isValidNameError
  • ee93a91 export isValidNameError
  • 8f81f0a export isValidNameError

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes v0.13.2

New:

  • Allow buildSchema() to take options (#1249)
  • Update to Flow v0.68 (#1290)

Fixes:

  • Update iterall (#1254)
  • buildSchema: Make options optional (#1270)
Commits

The new version differs by 19 commits.

  • f995c1f 0.13.2
  • 3fe5dee Merge pull request #1290 from samwgoldman/master
  • 207a2fd Update to Flow v0.68
  • 70f008e Remove redundant Flow type casts (#1278)
  • 1fbd7ec Throws descriptive error when non-type used instead of interface (#1282)
  • fb27b92 Merge wrappers into type/definition to fix circular imports (#1275) (#1276)
  • 4a9e37a Cleanup variables test (extracted from #1267) (#1273)
  • 8913bf0 Remove unused dev dependencies
  • fbcda23 Add nested nullable test in VariablesInAllowedPositions test
  • 65fb6ae buildSchema: Make options optional (#1270)
  • 323f2d2 Tests: Remove excessive dependencies and async/await (#1269)
  • a62eea8 Unify extending of type system (#1261)
  • 261b99b Eliminate circular dependency in validation rules (#1263)
  • 499a759 Replace getPromise with isPromise (#1255)
  • fb3257c Update iterall and flow v0.66 (#1254)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 14.0.0-rc.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v14.0.0-rc.1

NOTE
This is a pre-release. There is a high likelihood there will be more breaking changes introduced prior to the 14.0.0 release.

Breaking:

  • Drops support for node v4, makes sure node v10 is supported (#1338)
  • Reject invalid scalar value coercion (#1365, #1336)
  • Removes VariablesDefaultValueAllowed validation rule, and ProvidedNonNullArguments became ProvidedRequiredArguments (#1274)

New:

  • Parse new schema extensions (#1314, #1323)
  • Export SDL AST types (#1315)
  • extendSchema extended with spec-compliant SDL extensions (#1373)
  • symbol.toStringTag support (#1297)
  • Expose getOperationRootType(schema, operationAST) (#1345)
  • Package is marked as side-effect free (#1312)

Fixed:

  • Fixes for custom enum types
  • Prettier, Flow and eslint upgrades (#1304, #1319)
  • Babel 7 upgrade (#1350)
  • Introspection query perf improved (#1329)
Commits

The new version differs by 56 commits.

  • 84f41aa 14.0.0-rc.1 (#1364)
  • 45ecb53 Merge extendType functionality changes from #1322 (#1373)
  • 43c0d46 fix imports (#1372)
  • f9b0bae Add simple test for instanceOf. (#1370)
  • ae23c90 Handle NaN as input value (#1369)
  • 85971a2 Add test for enum custom values as input args (#1267)
  • 3473ca5 Reject Infinity supplied as Int or Float value (#1365)
  • 85b4f58 __allowedLegacyNames: Use empty array instead of undefined properties (#1259)
  • e79faaa Add support for Symbol.toStringTag (#1297)
  • 10e80d0 instanceOf: Check that one of the names in non-empty string (#1357)
  • bc03768 Upgrade babel and associated plugins to v7 (#1350)
  • 6857707 Scalars: reject array serialization/coercion (#1336)
  • ddb3ffc Updated Flow, Prettier and other dependencies (#1362)
  • eb8ef7a Babel 7 preparation: Switch babel config to JS (#1348)
  • 324768a Errors: fix how error messages represent arrays (#1333)

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 14.0.0-rc.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes v14.0.0-rc.2

Breaking change reverted:

  • Allows Interfaces to have no implementing Objects (#1376)
Commits

The new version differs by 2 commits.

  • 9925e50 Allow interfaces to have no implementors (#1376)
  • 409d6dd Bump RC version to publish on npm (#1374)

See the full diff