Skip to content

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

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

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

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

unit-tests.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build (20.12.2)
Type '{ value: string; name: string; spellcheck: true; required: boolean; onInput: (e: any) => void; onBlur: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
build (20.12.2)
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">'.
build (20.12.2)
Type '{ className: string; placeholder: string; value: string; required: boolean; onInput: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputBaseProps'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
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'.
build (20.12.2)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
build (20.12.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636