upgrade packages #293
Annotations
10 errors and 1 warning
Run yarn build:
node_modules/redux-devtools-extension/index.d.ts#L1
Type 'StoreExt' does not satisfy the constraint '{}'.
|
Run yarn build:
node_modules/redux-devtools-extension/index.d.ts#L1
Type 'StoreExt' does not satisfy the constraint '{}'.
|
Run yarn build:
src/appHost.tsx#L1
Argument of type 'UpdateInstalledShellsAction' is not assignable to parameter of type 'UnknownAction'.
|
Run yarn build:
src/appHost.tsx#L1
Argument of type 'UpdateInstalledShellsAction' is not assignable to parameter of type 'UnknownAction'.
|
Run yarn build:
src/appMainView.tsx#L1
No overload matches this call.
|
Run yarn build:
src/appMainView.tsx#L1
Type 'Context<ReactReduxContextValue<any, UnknownAction>>' is not assignable to type 'Context<ReactReduxContextValue<any, UnknownAction> | null>'.
|
Run yarn build:
src/connectWithShell.tsx#L1
No overload matches this call.
|
Run yarn build:
src/renderSlotComponents.tsx#L1
Type 'Context<ReactReduxContextValue<any, UnknownAction>>' is not assignable to type 'Context<ReactReduxContextValue<any, UnknownAction> | null>'.
|
Run yarn build:
src/renderSlotComponents.tsx#L1
No overload matches this call.
|
Run yarn build:
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...'.
|
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/
|
The logs for this run have expired and are no longer available.
Loading