Skip to content

fix: update release-please workflow permissions and configuration #11

fix: update release-please workflow permissions and configuration

fix: update release-please workflow permissions and configuration #11

Triggered via pull request June 21, 2025 14:53
Status Failure
Total duration 19s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

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