Skip to content

chore(deps): bump react-hook-form from 7.31.1 to 7.49.2 #1528

chore(deps): bump react-hook-form from 7.31.1 to 7.49.2

chore(deps): bump react-hook-form from 7.31.1 to 7.49.2 #1528

Triggered via pull request December 13, 2023 19:29
Status Failure
Total duration 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nodejs.yml

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

Annotations

9 errors and 1 warning
build (18.x): src/components/inputs/BoolArray.tsx#L74
Type 'Control<FormValues, any>' is not assignable to type 'Control<FieldValues, any>'.
build (18.x): src/components/inputs/BoolArray.tsx#L75
Type 'UnpackNestedValue<PathValue<FormValues, Path<FormValues>>>' is not assignable to type '(Path<FormValues> extends `${infer K}.${infer R}` ? K extends string ? R extends string ? R extends `${infer K}.${infer R}` ? K extends string | number | symbol ? R extends string ? R extends `${infer K}.${infer R}` ? K extends string | number | symbol ? R extends string ? R extends `${infer K}.${infer R}` ? K exten...'.
build (18.x): src/components/inputs/Upload.tsx#L135
Argument of type 'UnpackNestedValue<PathValue<FormValues, Path<FormValues>>>' is not assignable to parameter of type 'PathValue<FormValues, Path<FormValues>>'.
build (18.x): src/components/inputs/Upload.tsx#L156
Argument of type 'UnpackNestedValue<PathValue<FormValues, Path<FormValues>>>' is not assignable to parameter of type 'PathValue<FormValues, Path<FormValues>>'.
build (18.x): src/components/inputs/Upload.tsx#L222
Argument of type 'UnpackNestedValue<PathValue<FormValues, Path<FormValues>>>' is not assignable to parameter of type 'PathValue<FormValues, Path<FormValues>>'.
build (18.x): src/components/inputs/Upload.tsx#L251
Argument of type 'UnpackNestedValue<PathValue<FormValues, Path<FormValues>>>' is not assignable to parameter of type 'PathValue<FormValues, Path<FormValues>>'.
build (18.x): src/pages/EventAdministration/components/EventEditor.tsx#L364
Type '{ value: RegExp; message: string; }' is not assignable to type 'undefined'.
build (18.x): src/pages/Toddel/components/CreateToddelDialog.tsx#L55
Type '{ value: RegExp; message: string; }' is not assignable to type 'undefined'.
build (18.x)
Process completed with exit code 1.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/