comunica/sparqlee

An in-range update of @types/rdf-js is breaking the build 🚨

greenkeeper opened this issue Β· 2 comments

The dependency @types/rdf-js was updated from 2.0.2 to 2.0.3.

🚨 View failing branch.

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

@types/rdf-js 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 could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Caused by this:

lib/util/Consts.ts:45:17 - error TS2742: The inferred type of 'make' cannot be named without a reference to '@rdfjs/data-model/node_modules/@types/rdf-js'. This is likely not portable. A type annotation is necessary.

45 export function make(dt: TypeURL) {

                   ~~~~

Weird that this started failing now...

Your tests are still failing with this version. Compare changes