Skip to content

Bump follow-redirects from 1.10.0 to 1.15.4 #42

Bump follow-redirects from 1.10.0 to 1.15.4

Bump follow-redirects from 1.10.0 to 1.15.4 #42

Triggered via push January 8, 2024 23:08
Status Failure
Total duration 41s
Artifacts

nodejs.yml

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

Annotations

10 errors and 1 warning
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldCheckboxGroup/FieldCheckboxGroup.d.ts#L1
Interface 'FieldCheckboxGroupProps' cannot simultaneously extend types 'CheckboxGroupProps' and 'Pick<FieldProps, "required" | "disabled" | "label" | "inline" | "className" | "id" | "width" | "description" | "hideLabel" | "validationMessage">'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldChips/FieldChips.d.ts#L1
Interface 'FieldChipsProps' cannot simultaneously extend types 'FieldProps' and 'InputChipsProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldColor/FieldColor.d.ts#L1
Interface 'FieldColorProps' cannot simultaneously extend types 'FieldProps' and 'InputColorProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldRadioGroup/FieldRadioGroup.d.ts#L1
Interface 'FieldRadioGroupProps' cannot simultaneously extend types 'RadioGroupProps' and 'Pick<FieldProps, "required" | "disabled" | "label" | "inline" | "className" | "id" | "width" | "description" | "hideLabel" | "validationMessage">'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldSelect/FieldSelect.d.ts#L1
Interface 'FieldSelectProps' cannot simultaneously extend types 'FieldProps' and 'SelectProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldSelectMulti/FieldSelectMulti.d.ts#L1
Interface 'FieldSelectMultiProps' cannot simultaneously extend types 'FieldProps' and 'SelectMultiProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldText/FieldText.d.ts#L1
Interface 'FieldTextProps' cannot simultaneously extend types 'FieldProps' and 'InputTextProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldTextArea/FieldTextArea.d.ts#L1
Interface 'FieldTextAreaProps' cannot simultaneously extend types 'FieldProps' and 'TextAreaProps'.
build (10.x): node_modules/@looker/components/lib/Form/Fields/FieldTime/FieldTime.d.ts#L1
Interface 'FieldInputTimeProps' cannot simultaneously extend types 'FieldProps' and 'InputTimeProps'.
build (10.x): node_modules/@looker/components/lib/Form/Inputs/InputChips/InputChipsBase.d.ts#L1
Interface 'InputChipsCommonProps' cannot simultaneously extend types 'Pick<InputSearchBaseProps, "max" | "required" | "high" | "low" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | ... 383 more ... | "suffix">' and 'MaxHeightProps<Required<Theme<string | number>>, string | number>'.
build (10.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/