jamesgorman2 / graphql-type-repository

A repository for assembling named GraphQL types and schemas from modules
Other
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.9.2 of graphql just got published.

Branch Build failing 🚨
Dependency graphql
Current Version 0.9.1
Type devDependency

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

As graphql is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/jamesgorman2/graphql-type-repository/builds/217257571)
Commits

The new version differs by 88 commits .

  • 5ba817e 0.9.2
  • 7656015 Freshen yarn.lock
  • a61f8e2 Merge pull request #774 from graphql/greenkeeper/coveralls-2.13.0
  • 2c6bab2 chore(package): update coveralls to version 2.13.0
  • 14ec456 Merge pull request #769 from wincent/glh/node
  • cdb9af2 Don't run on Node 0.12 in Travis
  • dcae89d Freshen yarn.lock
  • 4e49ac6 Merge pull request #768 from graphql/greenkeeper/babel-eslint-7.2.1
  • a41b700 chore(package): update babel-eslint to version 7.2.1
  • fa4c8e3 Merge pull request #767 from neelance/master
  • ba401e1 Unify wording in error messages.
  • 2c8d565 Freshen yarn.lock
  • 2f56f17 Merge pull request #766 from graphql/greenkeeper/eslint-plugin-flowtype-2.30.4
  • 275e967 chore(package): update eslint-plugin-flowtype to version 2.30.4
  • 94e2431 Freshen yarn.lock

There are 88 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.9.3 just got published.

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

Release Notes v0.9.3

Fixes

  • Eliminate false positives reported by findArgChanges (#783).
Commits

The new version differs by 47 commits .

  • 1407c05 0.9.3
  • b6b2a59 Freshen yarn.lock
  • 12d42a5 Merge pull request #802 from graphql/greenkeeper/babel-eslint-7.2.2
  • 0a56e28 Merge pull request #800 from joelgriffith/bugfix/find-breaking-arg-changes
  • 04b3cda chore(package): update babel-eslint to version 7.2.2
  • c52949d Tests to prevent this bug from happening again
  • 3277a1b Flow fixes
  • 28da1f0 Moving from raw instance check to name checks
  • 490dc49 Freshen yarn.lock
  • 8f06fda Merge pull request #795 from graphql/greenkeeper/babel-cli-6.24.1
  • d09f84c chore(package): update babel-cli to version 6.24.1
  • bb51c1a Freshen yarn.lock
  • 8dd926c Merge pull request #794 from graphql/greenkeeper/babel-plugin-transform-es2015-classes-6.24.1
  • 0a778ce chore(package): update babel-plugin-transform-es2015-classes to version 6.24.1
  • 4374027 Merge pull request #793 from graphql/greenkeeper/babel-plugin-transform-es2015-object-super-6.24.1

There are 47 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.9.4 just got published.

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

Release Notes v0.9.4

New:

  • All validation rules are now exported directly (#808)

Fixes:

  • Fix flow issue with constructing new GraphQLError() (#829)

Spec Compliance:

  • Now throws error when building Enum with reserved words (#812)
  • Now throws error when building Union with multiple of the same type (#813)
  • Now throws error when building Object type implementing the same Interface more than once (#728)
Commits

The new version differs by 39 commits0.

  • 604bf1a 0.9.4
  • e3c708a Merge pull request #728 from APIs-guru/uniq_interfaces
  • 5e17f83 Merge pull request #813 from APIs-guru/uniq_union
  • b460659 Use hashmap instead of array find
  • 7893dba Use a hashmap instead of array find
  • 13ba225 rm unnecessary change
  • 126cd6d Merge pull request #829 from graphql/graphql-error-constructor
  • 5caf176 Merge pull request #812 from APIs-guru/enumNames
  • a5a9126 Add constructor to GraphQLError class flow type
  • 4abde6e Fix GitHub syntax highlighting (#753)
  • c87fbd7 Freshen yarn.lock
  • 6ceb5a5 Merge pull request #824 from graphql/greenkeeper/mocha-3.3.0
  • 08d6885 Merge pull request #823 from graphql/greenkeeper/flow-bin-0.44.2
  • 10e7b93 chore(package): update mocha to version 3.3.0
  • aea5c45 chore(package): update flow-bin to version 0.44.2

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.9.5 just got published.

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

Commits

The new version differs by 17 commits0.

  • 9033685 0.9.5
  • 5b06511 Merge pull request #836 from graphql/fix-832
  • b013e73 Allow for nullish values when defining enums
  • d7fe661 Merge pull request #695 from graphql/type-checks
  • 333c248 Use flow %checks to reduce occurance of :any
  • a9d1f20 Refresh yarn.lock
  • 6e8d57d Merge pull request #835 from graphql/greenkeeper/iterall-1.1.1
  • 6e3494d Merge pull request #807 from APIs-guru/visitor
  • e37b8bc Merge pull request #831 from graphql/greenkeeper/coveralls-2.13.1
  • 5f6ce90 Merge pull request #834 from graphql/export-validate-with
  • fe9dd17 Allow any version of iterall
  • d18a10d Merge pull request #833 from APIs-guru/fixErrorMsg
  • c3f5ab8 Allow passing custom TypeInfo to validate()
  • 9a9987b fix(package): update iterall to version 1.1.1
  • 62a7ad0 Export getVisitFn function

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.9.6 just got published.

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

Release Notes v0.9.6

New

  • It is now possible to suppress warnings about non-spec compliant names by setting the GRAPHQL_NO_NAME_WARNING environment variable. This may be useful when working with legacy schemas.
Commits

The new version differs by 6 commits0.

  • 3c0a536 0.9.6
  • bcbab0f Regenerate yarn.lock
  • 7ddd8dd Merge pull request #839 from graphql/no-name-warning
  • 04e368b Kill errant blank line
  • 163fbb4 Add tests for assertValidName
  • 423200f [RFC] Environment var to silence warning about invalid names.

false

See the full diff