build(deps-dev): bump @withfig/autocomplete-types from 1.28.0 to 1.29.0 #7463
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
typecheck:
node_modules/@fig/autocomplete-generators/lib/src/ai.d.ts#L4
'Fig' has no exported member named 'ExecuteShellCommandFunction'. Did you mean 'ExecuteCommandFunction'?
|
typecheck:
src/@usermn/sdc/index.ts#L3
Type '(executeShellCommand: ExecuteCommandFunction) => Promise<ExecuteCommandOutput>' is not assignable to type 'GetVersionCommand'.
|
typecheck:
src/@usermn/sdc/index.ts#L6
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
|
typecheck:
src/amplify.ts#L2
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/ansible-doc.ts#L2
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/ant.ts#L2
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/apt.ts#L16
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
|
typecheck:
src/apt.ts#L19
Property 'trim' does not exist on type 'ExecuteCommandOutput'.
|
typecheck:
src/apt.ts#L33
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/apt.ts#L49
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|