Skip to content

Draft: the big boy actionlist CSS conversion (to be broken up) #25547

Draft: the big boy actionlist CSS conversion (to be broken up)

Draft: the big boy actionlist CSS conversion (to be broken up) #25547

Triggered via pull request November 23, 2024 20:13
Status Failure
Total duration 13m 17s
Billable time 1h 38m
Artifacts 20

ci.yml

on: pull_request
Matrix: aat-runner-all-flags
Matrix: aat-runner
Matrix: vrt-runner-all-flags
Matrix: vrt-runner
Fit to window
Zoom out
Zoom in

Annotations

55 errors
format
Process completed with exit code 1.
type-check
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
type-check
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
type-check
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
type-check
Parameter 'descriptionSlot' implicitly has an 'any' type.
type-check
Element implicitly has an 'any' type because expression of type '"aria-expanded"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
type-check
Element implicitly has an 'any' type because expression of type '"aria-controls"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
type-check
Exported variable 'ActionList' has or is using name 'SubItemProps' from external module "/home/runner/work/react/react/packages/react/src/ActionList/SubItem" but cannot be named.
type-check
Type '"subtle" | "filled" | undefined' is not assignable to type 'undefined'.
type-check
Type '{ children: (string | number | (string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[])[]; ... 5 more ...; style: CSSProperties; }' is not assignable to type 'IntrinsicAttributes & { children: ReactNode; subNav: ReactNode; depth: number; defaultOpen?: boolean | undefined; } & SxProp'.
type-check
Property 'style' does not exist on type 'ItemWithSubNavProps'.
lint: packages/react/src/ActionList/Group.tsx#L108
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L131
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L165
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L203
'listVariant' is assigned a value but never used
lint: packages/react/src/ActionList/Item.tsx#L113
'listVariant' is assigned a value but never used
lint: packages/react/src/ActionList/Item.tsx#L367
'collapseItemProps' is assigned a value but never used
lint: packages/react/src/ActionList/List.tsx#L45
Replace `slots.heading.props.id·??·headingId` with `(slots.heading.props.id·??·headingId)`
lint: packages/react/src/ActionList/SubItem.tsx#L2
'clsx' is defined but never used
lint: packages/react/src/ActionList/SubItem.tsx#L3
'classes' is defined but never used
lint: packages/react/src/ActionList/SubItem.tsx#L10
'className' is defined but never used. Allowed unused args must match /^_/u
sizes
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
sizes
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
sizes
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
sizes
Parameter 'descriptionSlot' implicitly has an 'any' type.
sizes
Element implicitly has an 'any' type because expression of type '"aria-expanded"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
sizes
Element implicitly has an 'any' type because expression of type '"aria-controls"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
sizes
Exported variable 'ActionList' has or is using name 'SubItemProps' from external module "/home/runner/work/react/react/packages/react/src/ActionList/SubItem" but cannot be named.
sizes
Type '"subtle" | "filled" | undefined' is not assignable to type 'undefined'.
sizes
Type '{ children: (string | number | (string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[])[]; ... 5 more ...; style: CSSProperties; }' is not assignable to type 'IntrinsicAttributes & { children: ReactNode; subNav: ReactNode; depth: number; defaultOpen?: boolean | undefined; } & SxProp'.
sizes
Property 'style' does not exist on type 'ItemWithSubNavProps'.
test
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
test
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
test
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
test
Parameter 'descriptionSlot' implicitly has an 'any' type.
test
Element implicitly has an 'any' type because expression of type '"aria-expanded"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
test
Element implicitly has an 'any' type because expression of type '"aria-controls"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
test
Exported variable 'ActionList' has or is using name 'SubItemProps' from external module "/home/runner/work/react/react/packages/react/src/ActionList/SubItem" but cannot be named.
test
Type '"subtle" | "filled" | undefined' is not assignable to type 'undefined'.
test
Type '{ children: (string | number | (string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[])[]; ... 5 more ...; style: CSSProperties; }' is not assignable to type 'IntrinsicAttributes & { children: ReactNode; subNav: ReactNode; depth: number; defaultOpen?: boolean | undefined; } & SxProp'.
test
Property 'style' does not exist on type 'ItemWithSubNavProps'.
examples
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
examples
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
examples
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
examples
Parameter 'descriptionSlot' implicitly has an 'any' type.
examples
Element implicitly has an 'any' type because expression of type '"aria-expanded"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
examples
Element implicitly has an 'any' type because expression of type '"aria-controls"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
examples
Exported variable 'ActionList' has or is using name 'SubItemProps' from external module "/home/runner/work/react/react/packages/react/src/ActionList/SubItem" but cannot be named.
examples
Type '"subtle" | "filled" | undefined' is not assignable to type 'undefined'.
examples
Type '{ children: (string | number | (string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[])[]; ... 5 more ...; style: CSSProperties; }' is not assignable to type 'IntrinsicAttributes & { children: ReactNode; subNav: ReactNode; depth: number; defaultOpen?: boolean | undefined; } & SxProp'.
examples
Property 'style' does not exist on type 'ItemWithSubNavProps'.
aat
Process completed with exit code 1.
vrt
Process completed with exit code 1.
vrt-all-flags
Process completed with exit code 1.
aat-all-flags
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
axe
1.04 MB
axe-all-flags
1.05 MB
axe-all-flags-1
1.11 MB
axe-all-flags-2
702 KB
axe-all-flags-3
692 KB
axe-all-flags-4
698 KB
axe-no-flag-1
1.13 MB
axe-no-flag-2
703 KB
axe-no-flag-3
691 KB
axe-no-flag-4
697 KB
vrt-all-flags
18.4 MB
vrt-all-flags-1
49.8 MB
vrt-all-flags-2
21 MB
vrt-all-flags-3
22.6 MB
vrt-all-flags-4
832 KB
vrt-no-flag
10.3 MB
vrt-no-flag-1
31.5 MB
vrt-no-flag-2
1.32 MB
vrt-no-flag-3
22.6 MB
vrt-no-flag-4
835 KB