chore: DH-18088: Upgrade dh packages to ^0.102.x #67
typescript-check.yml
on: pull_request
typescript-check
2m 12s
Annotations
3 errors and 1 warning
typescript-check:
plugins/ui/src/js/src/elements/TabPanels.tsx#L13
error TS2322: Type '{ UNSAFE_style: { accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; alignItems?: AlignItems | undefined; alignSelf?: AlignSelf | undefined; ... 803 more ...; vectorEffect?: VectorEffect | undefined; }; ... 38 more ...; isHidden?: Responsive<...> | undefined; }' is not assignable to type 'SpectrumTabPanelsProps<object>'.
Types of property 'children' are incompatible.
Type 'CollectionChildren<ReactNode>' is not assignable to type 'CollectionChildren<object>'.
Type 'ReactElement<ItemProps<ReactNode>, string | JSXElementConstructor<any>>' is not assignable to type 'CollectionChildren<object>'.
Type 'ReactElement<ItemProps<ReactNode>, string | JSXElementConstructor<any>>' is not assignable to type 'ReactElement<SectionProps<object>, string | JSXElementConstructor<any>>'.
Type 'ItemProps<ReactNode>' is not assignable to type 'SectionProps<object>'.
Types of property 'children' are incompatible.
Type 'ReactNode' is not assignable to type 'ItemElement<object> | ItemElement<object>[] | ItemRenderer<object>'.
Type 'undefined' is not assignable to type 'ItemElement<object> | ItemElement<object>[] | ItemRenderer<object>'.
|
typescript-check:
plugins/ui/src/js/src/widget/WidgetHandler.tsx#L385
error TS2345: Argument of type '(event: WidgetMessageEvent) => void' is not assignable to parameter of type '(e: Event<WidgetMessageDetails>) => void'.
Types of parameters 'event' and 'e' are incompatible.
Type 'Event<WidgetMessageDetails>' is missing the following properties from type 'CustomEvent<WidgetMessageDetails>': initCustomEvent, bubbles, cancelBubble, cancelable, and 18 more.
|
typescript-check
Process completed with exit code 2.
|
typescript-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|