fix(deps): update netlify packages #18580
Annotations
10 errors and 1 warning
verify-docs:
src/commands/base-command.ts#L434
Type '{ id?: string | undefined; client_id?: string | undefined; authorized?: boolean | undefined; created_at?: string | undefined; }' is not assignable to type '{ id: string; client_id: string; authorized: boolean; created_at: string; }'.
|
verify-docs:
src/commands/base-command.ts#L457
Type 'string | undefined' is not assignable to type 'string'.
|
verify-docs:
src/commands/base-command.ts#L458
Type 'string | undefined' is not assignable to type 'string'.
|
verify-docs:
src/commands/base-command.ts#L459
Type 'string | undefined' is not assignable to type 'string'.
|
verify-docs:
src/commands/base-command.ts#L578
Argument of type '{ siteId: string; feature_flags: string; }' is not assignable to parameter of type 'Params<{ site_id: string; }>'.
|
verify-docs:
src/commands/base-command.ts#L579
Property 'feature_flags' does not exist on type '{ id?: string | undefined; state?: string | undefined; plan?: string | undefined; name?: string | undefined; custom_domain?: string | undefined; domain_aliases?: string[] | undefined; ... 29 more ...; functions_region?: string | undefined; }'.
|
verify-docs:
src/commands/logs/build.ts#L66
Type '{ id?: string | undefined; site_id?: string | undefined; user_id?: string | undefined; build_id?: string | undefined; state?: string | undefined; name?: string | undefined; url?: string | undefined; ... 22 more ...; function_schedules?: { ...; }[] | undefined; } | undefined' is not assignable to type '{ id?: string | undefined; site_id?: string | undefined; user_id?: string | undefined; build_id?: string | undefined; state?: string | undefined; name?: string | undefined; url?: string | undefined; ... 22 more ...; function_schedules?: { ...; }[] | undefined; }'.
|
verify-docs:
src/commands/logs/functions.ts#L41
Property 'functions' does not exist on type '{ branch?: string | undefined; created_at?: string | undefined; functions?: { [key: string]: unknown; }[] | undefined; id?: string | undefined; log_type?: string | undefined; provider?: string | undefined; }[]'.
|
verify-docs:
src/commands/logs/functions.ts#L41
Type 'string | undefined' is not assignable to type 'string'.
|
verify-docs:
src/commands/sites/sites-create-template.ts#L90
Type '{ id?: string | undefined; state?: string | undefined; plan?: string | undefined; name?: string | undefined; custom_domain?: string | undefined; domain_aliases?: string[] | undefined; ... 29 more ...; functions_region?: string | undefined; }[]' is not assignable to type 'SiteInfo[]'.
|
verify-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|