Scheduled tests #134
Annotations
10 errors and 2 warnings
test:
test/typescript/data.ts#L3
Type '{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; pollType: {}; pollOptionType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
|
test:
test/typescript/data.ts#L3
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: never[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test:
test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test:
test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test:
test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test:
test/typescript/data.ts#L5
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
|
test:
test/typescript/data.ts#L5
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: { ...; }[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L5
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test:
test/typescript/data.ts#L5
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, voxmedia/github-action-slack-notify-build@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|