File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
lib/workers/repository/process/lookup Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export async function lookupUpdates(
5353 const res : UpdateResult = {
5454 updates : [ ] ,
5555 warnings : [ ] ,
56- } as any ;
56+ } ;
5757 try {
5858 logger . trace ( { dependency : packageName , currentValue } , 'lookupUpdates' ) ;
5959 // Use the datasource's default versioning if none is configured
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type {
22 RenovateConfig ,
33 ValidationMessage ,
44} from '../../../../config/types' ;
5- import type { Release } from '../../../../modules/datasource/types' ;
65import type {
76 LookupUpdate ,
87 RangeConfig ,
@@ -61,7 +60,6 @@ export interface UpdateResult {
6160 isSingleVersion ?: boolean ;
6261 skipReason ?: SkipReason ;
6362 registryUrl ?: string ;
64- releases : Release [ ] ;
6563 fixedVersion ?: string ;
6664 updates : LookupUpdate [ ] ;
6765 warnings : ValidationMessage [ ] ;
You can’t perform that action at this time.
0 commit comments