Skip to content

chore(deps): bump @livepeer/design-system to 1.1.2 #454

chore(deps): bump @livepeer/design-system to 1.1.2

chore(deps): bump @livepeer/design-system to 1.1.2 #454

Triggered via pull request April 11, 2026 20:39
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: pull_request
lint-and-test
57s
lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-and-test: components/OrchestratorList/index.tsx#L1188
Type '{ children: Element; css: { width: number; borderRadius: "$4"; bc: "$neutral4"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<PopoverContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/OrchestratorList/index.tsx#L1098
Type '{ children: Element; css: { width: "200px"; mt: string; boxShadow: "0px 5px 14px rgba(0, 0, 0, 0.22), 0px 0px 2px rgba(0, 0, 0, 0.2)"; bc: string; }; align: "center"; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<DropdownMenuContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/OrchestratorList/index.tsx#L947
Type '{ children: Element[]; css: { borderRadius: "$4"; bc: "$neutral4"; }; onClick: (e: MouseEvent<HTMLDivElement, MouseEvent>) => void; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<PopoverContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/OrchestratorList/index.tsx#L406
Type '{ children: Element; css: { minWidth: number; borderRadius: "$4"; bc: "$neutral4"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<PopoverContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/LlamaswapModal/index.tsx#L9
Type '{ children: any; css: { width: "100%"; maxWidth: number; height: "80vh"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/GatewayList/index.tsx#L260
Type '{ children: Element; css: { borderRadius: "$4"; bc: "$neutral4"; }; onClick: (e: MouseEvent<HTMLDivElement, MouseEvent>) => void; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<PopoverContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/EditProfile/index.tsx#L27
Type '{ children: (string | Element)[]; css: { overflow: "scroll"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/DelegatingWidget/Undelegate.tsx#L99
Type '{ children: Element[]; css: { maxWidth: number; width: "100%"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/CliVotingInstructionsDialog/index.tsx#L84
Type '{ children: Element[]; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test: components/BottomDrawer/index.tsx#L24
Type '{ children: any; side: "bottom"; "aria-label": string; css: { height: "initial"; backgroundColor: "transparent"; }; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; placeholder: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<SheetContentProps, "ref"> & RefAttributes<HTMLDivElement>'.
lint-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/