comunica / sparqlee

⚙️ SPARQL expression evaluator library - Moved to @comunica/expression-evaluator
https://www.npmjs.com/package/sparqlee
14 stars 7 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

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](https://travis-ci.org/comunica/sparqlee/builds/617469176?utm_source=github_status&utm_medium=notification)).

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:

rubensworks commented 4 years ago

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...

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes