Skip to content

chore(deps): update dependency @openedx/paragon to v23.15.1 #17027

chore(deps): update dependency @openedx/paragon to v23.15.1

chore(deps): update dependency @openedx/paragon to v23.15.1 #17027

Triggered via pull request October 25, 2025 05:29
Status Failure
Total duration 2m 13s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests: src/search-manager/FilterByTags.tsx#L113
Type '{ children: Element; disabled: true; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByPublished.tsx#L83
Type '{ children: Element[]; className: string; style: { boxShadow: string; }; }' is not assignable to type 'IntrinsicAttributes & MenuProps'.
tests: src/search-manager/FilterByPublished.tsx#L61
Type '{ children: Element; key: PublishStatus; as: any; value: PublishStatus; onChange: () => void; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByBlockType.tsx#L273
Type '{ children: Element; disabled: true; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByBlockType.tsx#L264
Type '{ children: (false | Element | Element[])[]; className: string; style: { boxShadow: string; }; }' is not assignable to type 'IntrinsicAttributes & MenuProps'.
tests: src/search-manager/FilterByBlockType.tsx#L183
Type '{ children: Element; as: any; value: string; onChange: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByBlockType.tsx#L133
Type '{ children: Element; disabled: true; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByBlockType.tsx#L119
Type '{ children: Element; key: string; as: any; value: string; onChange: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/search-manager/FilterByBlockType.tsx#L79
Type '{ children: Element; key: string; as: any; value: string; onChange: (e: any) => void; isIndeterminate: boolean; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.
tests: src/library-authoring/generic/parent-breadcrumbs/index.tsx#L35
Type '{ children: ReactNode; key: string; to: string; as: ForwardRefExoticComponent<LinkProps & RefAttributes<HTMLAnchorElement>>; }' is not assignable to type 'IntrinsicAttributes & MenuItemProps'.