Skip to content

Update Comunica monorepo packages to v3 #358

Update Comunica monorepo packages to v3

Update Comunica monorepo packages to v3 #358

Triggered via push June 5, 2024 15:36
Status Failure
Total duration 59s
Artifacts

push.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 4 warnings
lint: packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L28
Conversion of type 'AsyncIterator<Bindings>' to type 'BindingsStream' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
lint: packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L33
Type 'import("/home/runner/work/incremunica/incremunica/packages/incremental-types/lib/Bindings").BindingsStream' is not assignable to type 'import("/home/runner/work/incremunica/incremunica/node_modules/@comunica/types/lib/Bindings").BindingsStream'.
lint: packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L182
Type 'AsyncIterator<Bindings>' is not assignable to type 'BindingsStream'.
lint: packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L183
Argument of type 'AsyncIterator<Bindings>' is not assignable to parameter of type 'BindingsStream'.
lint: packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L207
Argument of type 'AsyncIterator<BindingsStream>' is not assignable to parameter of type 'AsyncIteratorOrArray<AsyncIterator<Bindings>> | AsyncIteratorOrArray<Promise<AsyncIterator<Bindings>>> | AsyncIteratorOrArray<...>'.
lint: packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L210
Type 'UnionIterator<Bindings>' is not assignable to type 'BindingsStream'.
lint: packages/actor-query-operation-incremental-quadpattern/lib/ActorQueryOperationQuadpattern.ts#L149
Type '{ order: TermsOrder<RDF.Variable> | undefined; availableOrders: { cost: RDF.QueryOperationCost; terms: TermsOrder<RDF.Variable>; }[] | undefined; ... 4 more ...; requestTime?: number | undefined; }' is not assignable to type 'MetadataBindings'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L28
Conversion of type 'AsyncIterator<Bindings>' to type 'BindingsStream' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L33
Type 'import("/home/runner/work/incremunica/incremunica/packages/incremental-types/lib/Bindings").BindingsStream' is not assignable to type 'import("/home/runner/work/incremunica/incremunica/node_modules/@comunica/types/lib/Bindings").BindingsStream'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L182
Type 'AsyncIterator<Bindings>' is not assignable to type 'BindingsStream'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L183
Argument of type 'AsyncIterator<Bindings>' is not assignable to parameter of type 'BindingsStream'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L207
Argument of type 'AsyncIterator<BindingsStream>' is not assignable to parameter of type 'AsyncIteratorOrArray<AsyncIterator<Bindings>> | AsyncIteratorOrArray<Promise<AsyncIterator<Bindings>>> | AsyncIteratorOrArray<...>'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L210
Type 'UnionIterator<Bindings>' is not assignable to type 'BindingsStream'.
test (ubuntu-latest, 18.x): packages/actor-query-operation-incremental-quadpattern/lib/ActorQueryOperationQuadpattern.ts#L149
Type '{ order: TermsOrder<RDF.Variable> | undefined; availableOrders: { cost: RDF.QueryOperationCost; terms: TermsOrder<RDF.Variable>; }[] | undefined; ... 4 more ...; requestTime?: number | undefined; }' is not assignable to type 'MetadataBindings'.
test (ubuntu-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L28
Conversion of type 'AsyncIterator<Bindings>' to type 'BindingsStream' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L33
Type 'import("/home/runner/work/incremunica/incremunica/packages/incremental-types/lib/Bindings").BindingsStream' is not assignable to type 'import("/home/runner/work/incremunica/incremunica/node_modules/@comunica/types/lib/Bindings").BindingsStream'.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L182
Type 'AsyncIterator<Bindings>' is not assignable to type 'BindingsStream'.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L183
Argument of type 'AsyncIterator<Bindings>' is not assignable to parameter of type 'BindingsStream'.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L207
Argument of type 'AsyncIterator<BindingsStream>' is not assignable to parameter of type 'AsyncIteratorOrArray<AsyncIterator<Bindings>> | AsyncIteratorOrArray<Promise<AsyncIterator<Bindings>>> | AsyncIteratorOrArray<...>'.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L210
Type 'UnionIterator<Bindings>' is not assignable to type 'BindingsStream'.
test (ubuntu-latest, 20.x): packages/actor-query-operation-incremental-quadpattern/lib/ActorQueryOperationQuadpattern.ts#L149
Type '{ order: TermsOrder<RDF.Variable> | undefined; availableOrders: { cost: RDF.QueryOperationCost; terms: TermsOrder<RDF.Variable>; }[] | undefined; ... 4 more ...; requestTime?: number | undefined; }' is not assignable to type 'MetadataBindings'.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/