Skip to content

Update UI/UX (major) - autoclosed #226

Update UI/UX (major) - autoclosed

Update UI/UX (major) - autoclosed #226

Triggered via pull request March 5, 2024 13:46
Status Failure
Total duration 30s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
build: pages/index.tsx#L7
Module '"@marigold/components"' has no exported member 'extendTheme'.
build: pages/index.tsx#L18
Cannot find module '@marigold/theme-b2b' or its corresponding type declarations.
build: pages/index.tsx#L67
Type '"small"' is not assignable to type '0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | "0.5" | "1.5" | "2.5" | "3.5" | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined'.
build: pages/index.tsx#L76
Type '"small"' is not assignable to type '0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | "0.5" | "1.5" | "2.5" | "3.5" | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined'.
build: pages/index.tsx#L78
Type '{ children: string; as: ForwardRefExoticComponent<Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>>; href: string; }' is not assignable to type 'IntrinsicAttributes & LinkProps & RefAttributes<HTMLAnchorElement>'.
build: pages/index.tsx#L83
Type '{ children: string; as: ForwardRefExoticComponent<Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>>; href: string; }' is not assignable to type 'IntrinsicAttributes & LinkProps & RefAttributes<HTMLAnchorElement>'.
build: pages/index.tsx#L90
Type '{ children: string; variant: string; key: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
build: src/components/DataTableX/DataTableX.tsx#L95
Type '{ children: string; key: string; onClick: () => void; style: { backgroundColor: "red"; color: "white"; }; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
build: src/components/ReminderForm/ReminderForm.tsx#L4
Cannot find module '@marigold/theme-b2b' or its corresponding type declarations.
build: src/components/ReminderForm/ReminderForm.tsx#L86
Type '"medium"' is not assignable to type '0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | "0.5" | "1.5" | "2.5" | "3.5" | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined'.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: pages/index.tsx#L40
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
build: scripts/update-version.js#L35
'value' is assigned a value but never used