Skip to content

deps: bump it-stream-types from 1.0.5 to 2.0.1 #78

deps: bump it-stream-types from 1.0.5 to 2.0.1

deps: bump it-stream-types from 1.0.5 to 2.0.1 #78

Triggered via pull request April 18, 2023 21:00
Status Failure
Total duration 1m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

js-test-and-release.yml

on: pull_request
Matrix: test-node
Matrix: test-webkit-webworker
Matrix: test-webkit
test-chrome
0s
test-chrome
test-chrome-webworker
0s
test-chrome-webworker
test-firefox
0s
test-firefox
test-firefox-webworker
0s
test-firefox-webworker
test-electron-main
0s
test-electron-main
test-electron-renderer
0s
test-electron-renderer
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: src/index.ts#L141
Type '(source: Source<T>) => R' is not assignable to type 'Sink<T, R>'.
check: src/index.ts#L141
Argument of type 'AsyncGenerator<Awaited<T>, void, unknown>' is not assignable to parameter of type 'T'.
check: src/index.ts#L150
Type 'AsyncGenerator<Awaited<TSource>, void, unknown>' is not assignable to type 'Awaited<TSource>'.
check: src/index.ts#L150
Argument of type 'TSource' is not assignable to parameter of type 'Source<TSource>'.
check: test/index.spec.ts#L146
Argument of type 'number' is not assignable to parameter of type 'AsyncIterable<unknown> | Iterable<unknown>'.
check: test/index.spec.ts#L154
Argument of type 'import("/home/runner/work/abortable-iterator/abortable-iterator/node_modules/it-stream-types/dist/src/index").Sink<number, unknown>' is not assignable to parameter of type 'import("/home/runner/work/abortable-iterator/abortable-iterator/node_modules/it-pipe/dist/src/index").Sink<number, unknown>'.
check: test/index.spec.ts#L161
Type '(source: number) => AsyncGenerator<any, void, unknown>' is not assignable to type 'Transform<number, number>'.
check: test/index.spec.ts#L162
Type 'number' must have a '[Symbol.asyncIterator]()' method that returns an async iterator.
check: test/index.spec.ts#L170
Argument of type 'Sink<number, number>' is not assignable to parameter of type 'Transform<number, unknown>'.
check: test/index.spec.ts#L179
Type 'AsyncGenerator<number, void, unknown>' is not assignable to type 'number'.