Skip to content

chore(deps): update all non-major dependencies #1937

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #1937

Triggered via pull request October 4, 2024 09:20
Status Failure
Total duration 1m 1s
Artifacts

continuous-integration.yml

on: pull_request
Linting
51s
Linting
Typecheck TypeScript code
43s
Typecheck TypeScript code
Build code
41s
Build code
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Typecheck TypeScript code: src/commands/Clan/clan.ts#L96
Type 'undefined' cannot be used as an index type.
Typecheck TypeScript code: src/interaction-handlers/modals/startClanEmbedModal.ts#L83
Property 'send' does not exist on type 'TextBasedChannel'.
Typecheck TypeScript code: src/lib/coc/client/ClashClient.ts#L34
Property 'getPlayer' in type 'GoblinClashClient' is not assignable to the same property in base type 'Client'.
Typecheck TypeScript code: src/lib/coc/structure/ClanHelper.ts#L96
Type 'undefined' cannot be used as an index type.
Typecheck TypeScript code: src/lib/coc/structure/Player.ts#L8
Class 'GoblinPlayer' incorrectly extends base class 'Player'.
Typecheck TypeScript code: src/lib/coc/structure/Player.ts#L18
Argument of type 'GoblinClashClient' is not assignable to parameter of type 'Client'.
Typecheck TypeScript code: src/lib/coc/structure/Player.ts#L20
Argument of type 'this' is not assignable to parameter of type 'Player'.
Typecheck TypeScript code: src/lib/util/classes/prompter.ts#L45
Property 'awaitMessageComponent' does not exist on type 'TextBasedChannel'.
Typecheck TypeScript code: src/lib/util/classes/prompter.ts#L48
Parameter 'interaction' implicitly has an 'any' type.
Typecheck TypeScript code: src/listeners/message/alias.ts#L44
Property 'sendTyping' does not exist on type 'DMChannel | PartialDMChannel | PartialGroupDMChannel | NewsChannel | StageChannel | TextChannel | PublicThreadChannel<...> | PrivateThreadChannel | VoiceChannel'.