fix(deps): update vueuse monorepo to v12 (major) #2204
Annotations
10 errors
build
Conversion of type 'WritableComputedRef<DateValue | DateValue[] | undefined, DateValue | DateValue[] | undefined>' to type 'Ref<DateValue | DateValue[] | undefined>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Conversion of type 'WritableComputedRef<DateValue | undefined, DateValue | undefined>' to type 'Ref<DateValue>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Conversion of type 'WritableComputedRef<boolean | "indeterminate" | undefined, boolean | "indeterminate" | undefined>' to type 'Ref<CheckedState>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Argument of type 'ComputedRef<HTMLElement>' is not assignable to parameter of type 'MaybeElementRef'.
|
build
Conversion of type 'WritableComputedRef<boolean | undefined, boolean | undefined>' to type 'Ref<boolean>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Property '[RefSymbol]' is missing in type 'WritableComputedRef<boolean, boolean>' but required in type 'Ref<boolean>'.
|
build
Argument of type 'Ref<HTMLElement | undefined>' is not assignable to parameter of type 'MaybeElementRef'.
|
build
Argument of type 'ComputedRef<HTMLElement>' is not assignable to parameter of type 'MaybeComputedElementRef<MaybeElement> | MaybeComputedElementRef<MaybeElement>[] | MaybeRefOrGetter<MaybeElement[]>'.
|
build
Conversion of type 'WritableComputedRef<PropsWithDefaults<LooseRequired<ComboboxRootProps<T>>, { open: undefined; resetSearchTermOnBlur: true; }, "disabled" | "multiple" | "asChild" | "defaultOpen" | ... 4 more ... | ([...] extends [...] ? "selectedValue" : never)>["searchTerm"], PropsWithDefaults<...>["searchTerm"]>' to type 'Ref<string>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Conversion of type 'WritableComputedRef<PropsWithDefaults<LooseRequired<ComboboxRootProps<T>>, { open: undefined; resetSearchTermOnBlur: true; }, "disabled" | "multiple" | "asChild" | "defaultOpen" | ... 4 more ... | ([...] extends [...] ? "selectedValue" : never)>["modelValue"], PropsWithDefaults<...>["modelValue"]>' to type 'Ref<T | T[]>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|