fix: standardize dependencies and fix TypeScript linting issues #160
ci-semantic-release.yml
on: push
Semantic Release
18s
Annotations
10 errors
|
Semantic Release:
src/services/vendor.atlassian.issues.service.ts#L752
Argument of type '{}' is not assignable to parameter of type 'string'.
|
|
Semantic Release:
src/services/vendor.atlassian.issues.service.ts#L605
Argument of type '{}' is not assignable to parameter of type 'string'.
|
|
Semantic Release:
src/services/vendor.atlassian.issues.service.ts#L602
Argument of type '{}' is not assignable to parameter of type 'string'.
|
|
Semantic Release:
src/services/vendor.atlassian.issues.service.ts#L600
Argument of type '{}' is not assignable to parameter of type 'string'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L342
Argument of type 'unknown' is not assignable to parameter of type '{ id: string; self: string; author: { self: string; displayName: string; active: boolean; accountId: string; }; created: string; updated: string; updateAuthor: { self: string; displayName: string; active: boolean; accountId: string; }; ... 5 more ...; comment?: any; }'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L250
Argument of type 'unknown' is not assignable to parameter of type '{ id: string; self: string; author: { self: string; displayName: string; active: boolean; accountId: string; }; created: string; updated: string; updateAuthor: { self: string; displayName: string; active: boolean; accountId: string; }; ... 5 more ...; comment?: any; }'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L245
'addedWorklog' is of type 'unknown'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L139
'worklogsData' is of type 'unknown'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L127
'worklogsData' is of type 'unknown'.
|
|
Semantic Release:
src/controllers/atlassian.worklogs.controller.ts#L127
'worklogsData' is of type 'unknown'.
|