Update 6312-MUI6 showcase #48
Triggered via pull request
November 20, 2024 17:41
JeffGreiner-eaton
opened
#178
Status
Failure
Total duration
1m 45s
Artifacts
–
blui-ci.yml
on: pull_request_target
Matrix: build
Matrix: prettier_lint
Matrix: unit_test
Annotations
15 errors and 3 warnings
build (20.x):
src/components/SharedAppBar.tsx#L65
Property 'component' is missing in type '{ flex: number; }' but required in type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "component">'.
|
build (20.x):
src/components/SharedAppBar.tsx#L71
Property 'component' is missing in type '{ width: string; flex: number; }' but required in type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "component">'.
|
build (20.x):
src/components/SharedAppBar.tsx#L83
Property 'component' is missing in type '{ width: string; flex: number; }' but required in type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "component">'.
|
build (20.x):
src/components/SharedAppBar.tsx#L84
Property 'component' is missing in type '{ avatar: Element; menuTitle: string; menuSubtitle: string; menuGroups: ({ items: ({ title: string; icon: Element; } | { title: string; icon: Element; divider: true; })[]; } | { ...; })[]; }' but required in type 'Pick<UserMenuProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 348 more ... | "BottomSheetProps">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L31
Property 'component' is missing in type '{ value: string; }' but required in type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L37
Property 'component' is missing in type '{ value: string; units: string; }' but required in type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L43
Property 'component' is missing in type '{ value: string; units: string; icon: Element; }' but required in type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L53
Property 'component' is missing in type '{ value: string; units: string; fontSize: number; icon: Element; }' but required in type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/EmptyState.tsx#L31
Property 'component' is missing in type '{ icon: Element; title: string; }' but required in type 'Pick<EmptyStateProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 342 more ... | "actions">'.
|
build (20.x):
src/components/brightlayer-ui/data-display/EmptyState.tsx#L40
Property 'component' is missing in type '{ icon: Element; title: string; description: string; }' but required in type 'Pick<EmptyStateProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 342 more ... | "actions">'.
|
prettier_lint (20.x):
src/index.tsx#L23
ES2015 module syntax is preferred over namespaces
|
prettier_lint (20.x):
src/index.tsx#L24
Use a `type` instead of an `interface`
|
prettier_lint (20.x):
src/index.tsx#L26
Qualifier is unnecessary since 'PointerEventHandler' is in scope
|
prettier_lint (20.x)
Process completed with exit code 1.
|
unit_test (20.x)
Process completed with exit code 1.
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
prettier_lint (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit_test (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|