chore: release main #13
Annotations
12 errors
test (20.x):
src/foundry/client.ts#L154
Argument of type '{ baseURL: string; timeout: number | undefined; headers: { 'Content-Type': string; 'User-Agent': string; }; }' is not assignable to parameter of type 'CreateAxiosDefaults<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
test (20.x):
src/combat/manager.ts#L427
Object is possibly 'undefined'.
|
test (20.x):
src/combat/manager.ts#L427
Object is possibly 'undefined'.
|
test (20.x):
src/combat/manager.ts#L338
Type '{ id: string; name: string; initiative: number | undefined; hp: { current: number; max: number; temp?: number; }; ac: number | undefined; conditions: string[]; defeated: boolean; hidden: boolean; actorId: string | undefined; tokenId: string | undefined; turnTaken: false; actions: { ...; }; }' is not assignable to type 'CombatantState' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
test (20.x):
src/combat/manager.ts#L178
Type 'CombatantState | undefined' is not assignable to type 'CombatantState | null'.
|
test (20.x):
src/combat/manager.ts#L169
Type 'CombatantState | undefined' is not assignable to type 'CombatantState' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
|
test (20.x):
src/character/manager.ts#L251
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
|
test (20.x):
src/character/manager.ts#L134
Type 'number | undefined' is not assignable to type 'number'.
|
test (20.x):
src/character/manager.ts#L133
'requiredXP' is possibly 'undefined'.
|
test (20.x):
src/character/manager.ts#L132
Type 'number | undefined' is not assignable to type 'number'.
|
test (18.x)
The operation was canceled.
|
test (18.x)
The strategy configuration was canceled because "test._20_x" failed
|