chore(deps): update frontend non-major dependencies #2016
Annotations
10 errors and 1 warning
build
Argument of type '{ name: UnwrapRef<H>; title: string; sortable?: boolean | undefined; width?: string | undefined; }' is not assignable to parameter of type 'Header<H>'.
|
build
Type 'UnwrapRef<H>' cannot be used to index type 'Record<H, number>'.
|
build
Type 'UnwrapRef<H>' cannot be used to index type 'Record<H, number>'.
|
build
Type 'UnwrapRef<H>' cannot be used to index type 'Readonly<{ [A in H]?: ((_: { item: T; }) => any) | undefined; } & { empty(): any; "expanded-item"(props: { item: T; headers: Header<H>[]; }): any; }> & { [A in H]?: ((_: { ...; }) => any) | undefined; } & { ...; }'.
|
build
Type 'Reactive<T>' is not assignable to type 'T'.
|
build
Argument of type '{ value: UnwrapRef<T>; header: string; show?: (() => boolean) | undefined; disable?: (() => boolean) | undefined; }' is not assignable to parameter of type 'Tab<T>'.
|
build
Type 'UnwrapRef<T>' cannot be used to index type 'Readonly<{ [A in T]: () => VNode<RendererNode, RendererElement, { [key: string]: any; }>; } & { catchall: () => VNode<RendererNode, RendererElement, { ...; }>; default: () => VNode<...>; }> & { [A in T]: () => VNode<...>; } & { ...; }'.
|
build
Type 'Reactive<T>' is not assignable to type 'T'.
|
build
Argument of type '{ settings: { links: { id: number; type: string; title: string; links: { id: number; name: string; url: string; }[]; }[]; tags: Tag[]; license: { name: string; url?: string | undefined; type: string; }; keywords: string[]; sponsors: string; donation: { ...; }; }; ... 7 more ...; util: { ...; }; }' is not assignable to parameter of type 'ImportedProject'.
|
build
Argument of type '{ settings: { links: { id: number; type: string; title: string; links: { id: number; name: string; url: string; }[]; }[]; tags: Tag[]; license: { name: string; url?: string | undefined; type: string; }; keywords: string[]; sponsors: string; donation: { ...; }; }; ... 7 more ...; util: { ...; }; }' is not assignable to parameter of type 'ImportedProject'.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|