deps(dev): bump typescript-eslint from 7.18.0 to 8.17.0 #3017
Annotations
11 errors and 10 warnings
|
ESLint:
src/framework/typescript/arguments/Argument.ts#L145
Explicit undefined is unnecessary on an optional parameter
|
ESLint:
src/framework/typescript/cache/GlobalStore.ts#L26
An interface declaring no members is equivalent to its supertype
|
ESLint:
src/framework/typescript/services/ServiceManager.ts#L36
An interface declaring no members is equivalent to its supertype
|
ESLint:
src/main/typescript/services/CommandManager.ts#L337
Expected an assignment or function call and instead saw an expression
|
ESLint:
src/main/typescript/services/CommandManager.ts#L349
Expected an assignment or function call and instead saw an expression
|
ESLint:
src/main/typescript/services/CommandManager.ts#L452
Expected an assignment or function call and instead saw an expression
|
ESLint:
src/main/typescript/services/GuildSetupService.ts#L1810
Argument of unary negation should be assignable to number | bigint but is string instead
|
ESLint:
src/main/typescript/services/GuildSetupService.ts#L1811
Argument of unary negation should be assignable to number | bigint but is string instead
|
ESLint:
src/main/typescript/shell/core/ShellClient.ts#L104
Expected the Promise rejection reason to be an Error
|
ESLint:
src/main/typescript/types/Services.ts#L72
An interface declaring no members is equivalent to its supertype
|
ESLint:
src/framework/typescript/cluster/FeatureFlagManager.ts#L60
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/fun/HttpCatCommand.ts#L75
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/fun/HttpDogCommand.ts#L75
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/information/AvatarCommand.ts#L84
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/information/EncourageCommand.ts#L49
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/moderation/EchoCommand.ts#L161
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/moderation/EditMessageCommand.ts#L111
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/moderation/InfractionDurationCommand.ts#L111
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/moderation/SendCommand.ts#L138
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint:
src/main/typescript/commands/moderation/SendReplyCommand.ts#L146
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
Loading