Skip to content

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

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

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

Triggered via pull request December 4, 2024 01:02
Status Failure
Total duration 9m 59s
Billable time 1h 37m
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

49 errors and 11 warnings
format
Process completed with exit code 1.
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
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 | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[]; ... 4 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'.
test
Process completed with exit code 1.
lint: packages/react/src/ActionList/Group.tsx#L109
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L132
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L166
Replace `title·??·(slots.groupHeading?.props.children·as·string` with `(title·??·(slots.groupHeading?.props.children·as·string)`
lint: packages/react/src/ActionList/Group.tsx#L204
'listVariant' is assigned a value but never used
lint: packages/react/src/ActionList/Item.tsx#L30
'ButtonItemContainer' is assigned a value but never used
lint: packages/react/src/ActionList/Item.tsx#L75
'inlineStyles' is defined but never used. Allowed unused args must match /^_/u
lint: packages/react/src/ActionList/Item.tsx#L112
'listVariant' is assigned a value but never used
lint: packages/react/src/ActionList/Item.tsx#L150
'navListContext' 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
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
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 | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[]; ... 4 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'.
sizes
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
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 | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[]; ... 4 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'.
type-check
Process completed with exit code 1.
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
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 | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[]; ... 4 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'.
examples
Could not find a declaration file for module '@primer/react'. '/home/runner/work/react/react/packages/react/lib-esm/index.js' implicitly has an 'any' type.
examples
Could not find a declaration file for module '@primer/react'. '/home/runner/work/react/react/packages/react/lib-esm/index.js' implicitly has an 'any' type.
examples
Process completed with exit code 1.
aat-all-flags
Process completed with exit code 1.
aat
Process completed with exit code 1.
vrt
Process completed with exit code 1.
vrt-all-flags
Process completed with exit code 1.
build-components-json
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sizes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
aat-all-flags
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
aat
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vrt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vrt-all-flags
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
axe
998 KB
axe-all-flags
1000 KB
axe-all-flags-1 Expired
768 KB
axe-all-flags-2 Expired
722 KB
axe-all-flags-3 Expired
720 KB
axe-all-flags-4 Expired
722 KB
axe-no-flag-1 Expired
767 KB
axe-no-flag-2 Expired
724 KB
axe-no-flag-3 Expired
721 KB
axe-no-flag-4 Expired
716 KB
vrt-all-flags
15.1 MB
vrt-all-flags-1 Expired
31.4 MB
vrt-all-flags-2 Expired
17.6 MB
vrt-all-flags-3 Expired
27 MB
vrt-all-flags-4 Expired
856 KB
vrt-no-flag
13.9 MB
vrt-no-flag-1 Expired
31.4 MB
vrt-no-flag-2 Expired
13.2 MB
vrt-no-flag-3 Expired
27 MB
vrt-no-flag-4 Expired
857 KB