Skip to content

chore(deps): update dependency ansi-regex to v6 #4

chore(deps): update dependency ansi-regex to v6

chore(deps): update dependency ansi-regex to v6 #4

Triggered via pull request May 22, 2024 15:29
Status Failure
Total duration 1m 21s
Artifacts

continuous-integration.yml

on: pull_request
Linting NodeJS
55s
Linting NodeJS
Building NodeJS
46s
Building NodeJS
Unit Tests
1m 10s
Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Building NodeJS: src/lib/util/functions/messages.ts#L70
Conversion of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>' to type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Building NodeJS: src/lib/util/functions/messages.ts#L70
Argument of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>' is not assignable to parameter of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>'.
Building NodeJS: src/lib/util/functions/messages.ts#L85
This overload signature is not compatible with its implementation signature.
Building NodeJS: src/lib/util/functions/messages.ts#L114
Argument of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>' is not assignable to parameter of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>'.
Building NodeJS: src/lib/util/functions/messages.ts#L185
Argument of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>' is not assignable to parameter of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>'.
Building NodeJS: src/lib/util/functions/messages.ts#L186
Argument of type 'DMChannel | PartialDMChannel | NewsChannel | StageChannel | TextChannel | PrivateThreadChannel | PublicThreadChannel<...> | VoiceChannel' is not assignable to parameter of type 'Nullish | ChannelTypes'.
Building NodeJS: src/lib/util/functions/messages.ts#L187
Argument of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>' is not assignable to parameter of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>'.
Building NodeJS: src/lib/util/functions/messages.ts#L188
Argument of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index").Message<boolean>' is not assignable to parameter of type 'import("/home/runner/work/wolfstar/wolfstar/node_modules/discord.js/typings/index", { with: { "resolution-mode": "import" } }).Message<boolean>'.
Building NodeJS: src/lib/util/util.ts#L343
Conversion of type 'Promise<Message<boolean>>' to type 'Promise<T>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Building NodeJS: src/lib/util/util.ts#L343
Argument of type 'Message<boolean> | GuildMessage' is not assignable to parameter of type 'Message<boolean>'.
Linting NodeJS
Process completed with exit code 2.