Skip to content

build(deps): Bump sanitize-html from 2.11.0 to 2.12.1 #680

build(deps): Bump sanitize-html from 2.11.0 to 2.12.1

build(deps): Bump sanitize-html from 2.11.0 to 2.12.1 #680

Triggered via pull request September 19, 2024 07:30
Status Failure
Total duration 2m 39s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build-test
Type 'ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & RefAttributes<Ref>>' is not assignable to type 'FC<TextAreaProps>'.
build-test
Type 'ForwardRefExoticComponent<Omit<AutosuggestProps, "ref"> & RefAttributes<Ref>>' is not assignable to type 'FC<AutosuggestProps>'.
build-test
Type 'ForwardRefExoticComponent<Omit<InputProps, "ref"> & RefAttributes<Ref>>' is not assignable to type 'FC<InputProps>'.
build-test
Type 'ForwardRefExoticComponent<Omit<FullExamplesProps & { ref?: ForwardedRef<any> | undefined; }, "ref"> & RefAttributes<any>>' is not assignable to type 'FC<FullExamplesProps & { ref?: ForwardedRef<any> | undefined; }>'.
build-test
Type 'ForwardRefExoticComponent<Omit<StatusSelectorProps, "ref"> & RefAttributes<Ref>>' is not assignable to type 'FC<StatusSelectorProps>'.
build-test
Type 'ForwardRefExoticComponent<Omit<PriorityEditProps, "ref"> & RefAttributes<ForwardedRef<Ref>>>' is not assignable to type 'FC<PriorityEditProps>'.
build-test
Type '{ allowNoValue: true; placeholder: string; label: string | undefined; selectedLevel: string | undefined; setSelectedLevel: (selectedLevel: string | undefined) => void; onFocus?: (() => void) | undefined; onBlur?: (() => void) | undefined; ref: ForwardedRef<...>; }' is not assignable to type 'IntrinsicAttributes & LevelSelectorProps'.
build-test
Process completed with exit code 1.
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/