Update sdk #1961
types.yml
on: push
type-check
/
Resolving inputs
0s
Matrix: type-check / test
Annotations
5 errors and 1 warning
|
type-check / TS 5.4, "esnext", ./.:
src/commands/login/attempt-login.ts#L51
Type '{ name: string | null; value: string; }[]' is not assignable to type 'OrgChoices'.
|
|
type-check / TS 5.4, "esnext", ./.:
src/commands/organization/output-organization-list.ts#L42
'o.name' is possibly 'null'.
|
|
type-check / TS 5.4, "esnext", ./.:
src/commands/organization/output-organization-list.ts#L73
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
type-check / TS 5.4, "esnext", ./.:
src/commands/scan/suggest-org-slug.ts#L19
Type '{ name: string; value: string | null; description: string; }[]' is not assignable to type '(string | Separator)[] | readonly (string | Separator)[] | (Separator | Choice<string>)[] | readonly (Separator | Choice<string>)[]'.
|
|
type-check / TS 5.4, "esnext", ./.
Process completed with exit code 2.
|
|
type-check / TS 5.4, "esnext", ./.
Unexpected input(s) 'submodules', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
|