gursesl / cherrypie

Cherry pie making recipes
0 stars 1 forks source link

An in-range update of graphql-tools is breaking the build 🚨 #97

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.19.0 of graphql-tools was just published.

Branch Build failing 🚨
Dependency graphql-tools
Current Version 2.18.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

graphql-tools is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/gursesl/cherrypie/builds/332783258?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 8 commits ahead by 8, behind by 1.

  • 8f5d936 v2.19.0
  • 22d2295 Also recreate astNode for fields (#580)
  • 03ad432 Fix resolvers to accept and move forward args with zero or false values (#586)
  • 72ac16f Upgrade remap-istanbul (#590)
  • 5420557 Merge pull request #584 from shackpank/double_deps
  • 3ef557a Remove graphql-subscriptions from devDependencies
  • 24a0f3f v2.18.0 (#574)
  • 966e102 Fixing broken links (#573)

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

After pinning to 2.18.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 2.20.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 39ad067 v2.20.0
  • 7618888 Recreate enums and scalars in mergeSchema (#613)
  • 4a01e32 Merge lresolver objects in schema execution (#612)
  • 094c7e9 Update CHANGELOG.md (#611)
  • 90838c1 Deduping of new variable definitions when delegating to schemas (#607)
  • 2868fe2 fix(subscriptions): The subscription resolvers were firing too often (#609)
  • e9c0eb5 v2.19.0 (#594)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.20.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits ahead by 5, behind by 1.

  • a0313c7 v2.20.1
  • e0a9cb5 fix(stitching): error.path could be undefined (#617)
  • d8541ef fix: pass typeResolvers in mocking.md (#619)
  • 6bc8731 Update PR template (#615)
  • 8238ba4 v2.20.0 (#614)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.20.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • bf03147 v2.20.2
  • 4bc78d5 fix(schema-stitching): Pass through error when coming from apollo-link-http (#621)
  • 0982fcd v2.20.1 (#620)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.21.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 5307c1a v2.21.0
  • 988e4eb Don't use Symbol if you can't (#631)
  • a97e6b3 [Feature] Support lexical parser options (#567)
  • deb7ef0 [docs] Update Hexo dependencies for cross-repo consistency. (#623)
  • 417d279 Feature/doc 530 (#628)
  • 4df8d73 Make iterall a runtime dependency (#627)
  • 1072fa5 v2.20.2 (#622)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.22.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 19 commits ahead by 19, behind by 1.

  • b6fe37b v2.22.0 (#676)
  • bd3df4c [docs] Use package-based Hexo theme, rather than a Git submodule. (#675)
  • 477ac23 Improved generic typings for makeExecutableSchema (#662)
  • 6361944 Handle undefined path in getErrorsFromParent (#667)
  • 7137d20 Remove old Apollo link code (#670)
  • b074094 Merge pull request #674 from danielsbird/patch-1
  • aff1b6e Fix typo in connectors.md
  • 9338f82 Merge pull request #663 from klaaz0r/master
  • eb1ebee Fix missing bracket in schema-directives.md
  • 8f06111 [apollo-bot] Update the Issue/PR Templates with auto label (#660)
  • 69228d0 Maintain original errors where possible (#637)
  • 8a9585d Update apollo-link to latest version. (#658)
  • c78f1de [docs] fix node-fetch example for remote schema (#646)
  • f44f123 Update remote-schemas.md (#653)
  • 105da0f Pinned apollo link (#651)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 84 commits.

  • 41ddc71 Bump NPM version to 2.23.0 in preparation for publishing.
  • 48b4c12 Merge pull request #640 from apollographql/wip-schema-directives
  • 86666cd Rename makeExecutableSchema({ directives }) option to schemaDirectives.
  • 2c8c50d Improve @uniqueID example.
  • 9b29251 Improve @auth example and corresponding tests.
  • 63cec8e Call healSchema in visitSchemaDirectives rather than in visitSchema.
  • 31b8fb2 Fix bug in healSchema that sometimes removed '__'-prefixed types.
  • 0dd82be Add Query type to enum value removal test to make graphql@0.11 happy.
  • 01f10a7 Reconcile GraphQLObjectType .name properties with schema.getTypeMap().
  • a07ca3f Prevent visitSchema from replacing the original GraphQLSchema object.
  • cdf2ccc Annotate visitor method stubs with return type options.
  • a10d924 Allow visitor methods to return replacement objects, null, or undefined.
  • c90eb0d Add missing GraphQLInputObjectType to VisitableSchemaType union.
  • fb91771 Add a more powerful iteration utility called updateEachKey.
  • 0439bf5 Allow each to be used for arrays as well as objects.

There are 84 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • ca06efa Bump NPM version to 2.23.1 in preparation for publishing.
  • 55ff203 Do not enforce query @directive locations.
  • 247067c CHANGELOG for v2.23.0.
  • c91e577 Remove unnecessary print and subsequent parse (#678)
  • 42c7296 Add section about query directives to schema directive docs.
  • ccf13cc Small tweaks to the date formatting example.
  • ad76736 Add documentation of @date that adds a field argument.
  • d5577e4 Add a test for formatting dates with field arguments.
  • 402b59c Resolvers are optional arguments (#679)
  • 37dd034 More newlines in @uniqueID example documentation.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.24.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 46 commits.

  • 425c4f4 Bump npm version to 2.24.0 in preparation for publishing.
  • 24e524d Fix up CHANGELOG.md entry for v2.24.0.
  • 8898638 Tweak warning about old addResolveFunctionsToSchema parameters.
  • c470ffc Add inheritResolversFromInterfaces option (#720)
  • 7eb631d let the lint script work on windows and improve speed (#727)
  • 6166ef3 Fix failing tests when on a different timezone (#721)
  • e8f363b chore(deps): update dependency hexo to v3.7.1
  • 33b367a chore(deps): pin dependency hexo-prism-plus to v1.0.0 (#719)
  • a995a12 docs: Update apollo-hexo-config to 1.0.7.
  • 6ddc6f6 docs: Update meteor-theme-hexo to 1.0.4.
  • 98e55ad docs: Add hexo-prism-plus to enable Prism syntax highlighting. (#718)
  • 242f940 Update dependency apollo-hexo-config to v1.0.6
  • d3d1ae9 Merge pull request #714 from apollographql/abernix/renovate-selectively
  • 49b3ad2 Only run Renovate on docs/package.json.
  • 6d9627e Move Docs Renovate configuration into top-level renovate.json. (#712)

There are 46 commits in total.

See the full diff