Skip to content

upgrade packages

upgrade packages #293

Triggered via pull request December 11, 2023 13:52
Status Failure
Total duration 46s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
publish: node_modules/redux-devtools-extension/index.d.ts#L1
Type 'StoreExt' does not satisfy the constraint '{}'.
publish: node_modules/redux-devtools-extension/index.d.ts#L1
Type 'StoreExt' does not satisfy the constraint '{}'.
publish: src/appHost.tsx#L1
Argument of type 'UpdateInstalledShellsAction' is not assignable to parameter of type 'UnknownAction'.
publish: src/appHost.tsx#L1
Argument of type 'UpdateInstalledShellsAction' is not assignable to parameter of type 'UnknownAction'.
publish: src/appMainView.tsx#L1
No overload matches this call.
publish: src/appMainView.tsx#L1
Type 'Context<ReactReduxContextValue<any, UnknownAction>>' is not assignable to type 'Context<ReactReduxContextValue<any, UnknownAction> | null>'.
publish: src/connectWithShell.tsx#L1
No overload matches this call.
publish: src/renderSlotComponents.tsx#L1
Type 'Context<ReactReduxContextValue<any, UnknownAction>>' is not assignable to type 'Context<ReactReduxContextValue<any, UnknownAction> | null>'.
publish: src/renderSlotComponents.tsx#L1
No overload matches this call.
publish: src/renderSlotComponents.tsx#L1
Type '{ renderCount: number; slot: ExtensionSlot<T>; mapFunc?(item: T, index: number): ReactComponentContributor; filterFunc?(item: T, index: number): boolean; sortFunc?(itemA: ExtensionItem<...>, itemB: ExtensionItem<...>): number; }' is not assignable to type 'IntrinsicAttributes & { items: ExtensionItem<any>[]; mapFunc?: ((item: any, index: number) => ReactComponentContributor) | undefined; filterFunc?: ((item: any, index: number) => boolean) | undefined; sortFunc?: ((itemA: ExtensionItem<...>, itemB: ExtensionItem<...>) => number) | undefined; context?: Context<...> | u...'.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/