Skip to content

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

chore(deps): update all non-major dependencies

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

Triggered via pull request November 29, 2024 08:04
Status Failure
Total duration 45s
Artifacts

continuous-integration.yml

on: pull_request
Linting NodeJS
36s
Linting NodeJS
Building NodeJS
34s
Building NodeJS
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Building NodeJS: src/lib/structures/managers/SettingsManager.ts#L68
Type '$SpecialObject' does not satisfy the expected type 'APIEmbed'.
Building NodeJS: src/lib/structures/managers/SettingsManager.ts#L72
Argument of type '$SpecialObject' is not assignable to parameter of type 'APIEmbed | EmbedData | undefined'.
Building NodeJS: src/commands/Admin/config.ts#L201
Type '$SpecialObject' is not assignable to type 'string[]'.
Building NodeJS: src/commands/Admin/config.ts#L202
Type '$SpecialObject' is not assignable to type 'string[]'.
Building NodeJS: src/lib/util/utils.ts#L36
Argument of type 'string | object' is not assignable to parameter of type 'string | null'.
Building NodeJS: src/lib/util/utils.ts#L36
Argument of type '$SpecialObject' is not assignable to parameter of type 'readonly (string | object)[]'.
Building NodeJS: src/routes/guilds/guild/settings.ts#L29
Type '(options?: ValidatorOptions | undefined) => StringValidator<string>' is not assignable to type 'BaseValidator<unknown>'.
Building NodeJS: src/routes/guilds/guild/settings.ts#L30
Type '(options?: ValidatorOptions | undefined) => StringValidator<string>' is not assignable to type 'BaseValidator<any>'.
Building NodeJS: src/routes/guilds/guild/settings.ts#L30
Type '(options?: ValidatorOptions | undefined) => PassthroughValidator<unknown>' is not assignable to type 'BaseValidator<any>'.
Building NodeJS: src/scheduled-tasks/BirthdayReminderTask.ts#L392
Property 'send' does not exist on type 'DMChannel | PartialDMChannel | PartialGroupDMChannel | NewsChannel | StageChannel | TextChannel | PublicThreadChannel<...> | PrivateThreadChannel | VoiceChannel'.
Linting NodeJS
Process completed with exit code 1.