chore: turn on noOptionalProperties and useBrandedStringAliases for fdr #242
Triggered via pull request
September 24, 2024 15:45
Status
Failure
Total duration
1m 38s
Artifacts
–
Annotations
10 errors
run
Type '{ version: string; irVersion: number; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|
run
Type '{ type: "feat"; summary: string; added: string[]; links: string[]; }' is missing the following properties from type 'ChangelogEntry': upgradeNotes, changed, deprecated, removed, fixed
|
run
Type '{ version: string; irVersion: number; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|
run
Type '{ version: string; irVersion: number; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|
run
Type '{ version: string; irVersion: number; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|
run
Type '{ version: string; irVersion: number; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|
run
Type '{ type: "feat"; summary: string; added: string[]; }' is missing the following properties from type 'ChangelogEntry': links, upgradeNotes, changed, deprecated, and 2 more.
|
run
Type '{ type: "fix"; summary: string; fixed: string[]; }' is missing the following properties from type 'ChangelogEntry': links, upgradeNotes, added, changed, and 2 more.
|
run
Type '{ type: "fix"; summary: string; fixed: string[]; deprecated: string[]; }' is missing the following properties from type 'ChangelogEntry': links, upgradeNotes, added, changed, removed
|
run
Type '{ irVersion: number; version: string; }' is missing the following properties from type 'CliReleaseRequest': createdAt, isYanked, changelogEntry, tags
|