Skip to content

fix(deps): update dependency preact to v10.25.4 #967

fix(deps): update dependency preact to v10.25.4

fix(deps): update dependency preact to v10.25.4 #967

Triggered via pull request January 21, 2025 19:28
Status Failure
Total duration 1m 34s
Artifacts

.size-limit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
size
Type '{ value: string; name: string; spellcheck: true; required: boolean; onInput: (e: any) => void; onBlur: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ name: string; value: "savings" | "checking"; items: { id: string; name: string; }[]; onChange: (e: any) => void; required: boolean; style: "button"; }' is not assignable to type 'IntrinsicAttributes & Partial<Pick<RadioGroupProps, "items" | "onChange">> & Pick<RadioGroupProps, "label" | ... 315 more ... | "ariaLabel">'.
size
Type '{ className: string; placeholder: string; value: string; required: boolean; onInput: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ name: string; className: string; placeholder: string; value: string; "aria-invalid": boolean; "aria-label": string; "aria-required": "true"; required: boolean; readonly: boolean; autocorrect: string; onBlur: (e: any) => void; onInput: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ value: string; className: string; placeholder: string; "aria-invalid": boolean; "aria-label": string; "aria-required": "true"; required: boolean; readonly: boolean; autocorrect: string; onBlur: (e: any) => void; onInput: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ value: string; className: string; placeholder: string; "aria-invalid": boolean; "aria-label": string; "aria-required": "true"; required: boolean; readonly: boolean; autocorrect: string; onBlur: (e: any) => void; onInput: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ value: string; name: string; className: string; classNameModifiers: string[]; placeholder: string; spellcheck: false; "aria-invalid": boolean; "aria-label": string; "aria-required": "true"; required: boolean; readonly: boolean; autocorrect: string; onInput: (e: any) => void; onBlur: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ value: string; name: string; spellcheck: false; required: boolean; autocorrect: string; autocomplete: string; onInput: (e: any) => void; onBlur: (e: any) => void; placeholder: string; inputMode: string; maxLength: number; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ value: string; required: boolean; onBlur: (event: Event) => void; onInput: (event: Event) => void; disabled: boolean; name: string; className: string; placeholder: string; autocomplete: string; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
Type '{ name: string; autoCorrect: string; value: string; className: string; spellCheck: boolean; onInput: (e: any) => void; onBlur: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636