ci: bump @droidsolutions-oss/job-service from 2.1.2 to 3.0.0 #952
Annotations
11 errors
build:
src/JobRepository.ts#L5
Module '"@droidsolutions-oss/job-service"' has no exported member 'isCancellationError'.
|
build:
src/JobRepository.ts#L80
Property 'addJobAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L106
Property 'countJobsAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L124
Property 'findExistingJobAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L163
Property 'getAndStartFirstPendingJobAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L216
Property 'setTotalItemsAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L227
Property 'addProgressAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L268
Property 'finishJobAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build:
src/JobRepository.ts#L305
Property 'resetJobAsync' in type 'JobRepository<TParams, TResult>' is not assignable to the same property in base type 'IJobRepository<TParams, TResult>'.
|
build
Process completed with exit code 2.
|
coverage
Process completed with exit code 1.
|