chore(deps): update dependency typescript to v5.7.3 #698
Annotations
10 errors
Build:
node_modules/@types/node/buffer.d.ts#L537
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
|
Build:
node_modules/@types/node/events.d.ts#L339
Duplicate identifier 'EventEmitter'.
|
Build:
node_modules/@types/node/fs/promises.d.ts#L54
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Build:
node_modules/@types/node/fs/promises.d.ts#L216
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Build:
node_modules/@types/node/module.d.ts#L107
Overload signatures must all be optional or required.
|
Build:
node_modules/@types/node/stream.d.ts#L52
Class 'Readable' incorrectly implements interface 'ReadableStream'.
|
Build:
node_modules/@types/node/stream.d.ts#L522
Class 'Writable' incorrectly implements interface 'WritableStream'.
|
Build:
node_modules/discord.js/typings/index.d.ts#L235
Duplicate identifier 'EventEmitter'.
|
Build:
src/definition/commands/options.ts#L222
Type '(ChannelType.GuildText | ChannelType.GuildVoice | ChannelType.GuildCategory | ChannelType.GuildAnnouncement | ChannelType.AnnouncementThread | ChannelType.PublicThread | ChannelType.PrivateThread | ChannelType.GuildStageVoice | ChannelType.GuildForum)[] | readonly [ChannelType.GuildText, ChannelType.GuildVoice, ChannelType.GuildCategory, ChannelType.GuildAnnouncement, ChannelType.AnnouncementThread, ChannelType.PublicThread, ChannelType.PrivateThread, ChannelType.GuildStageVoice, ChannelType.GuildForum, unknown] | readonly [ChannelType.GuildText, ChannelType.GuildVoice, ChannelType.GuildCategory, ChannelType.GuildAnnouncement, ChannelType.AnnouncementThread, ChannelType.PublicThread, ChannelType.PrivateThread, ChannelType.GuildStageVoice, ChannelType.GuildForum, ...never[]]' is not assignable to type 'readonly (ChannelType.GuildText | ChannelType.GuildVoice | ChannelType.GuildCategory | ChannelType.GuildAnnouncement | ChannelType.AnnouncementThread | ChannelType.PublicThread | ChannelType.PrivateThread | ChannelType.GuildStageVoice | ChannelType.GuildForum)[] | undefined'.
|
Build
Process completed with exit code 1.
|
Loading