Integration #194
integration.yml
on: schedule
Build and lint
48s
E2E tests (nightly)
Annotations
10 errors and 1 warning
|
Build and lint:
src/MafSequenceWidget/stateModelFactory.ts#L14
The inferred type of 'stateModelFactory' cannot be named without a reference to '@jbrowse/core/node_modules/@jbrowse/mobx-state-tree'. This is likely not portable. A type annotation is necessary.
|
|
Build and lint:
src/MafSequenceWidget/index.ts#L18
Property '[$type]' is missing in type 'IModelType<{ id: ISimpleType<string>; type: ISimpleType<"MafSequenceWidget">; adapterConfig: IType<({ [x: string]: any; } & NonEmptyObject & { setSubschema(slotName: string, data: Record<...>): Record<...> | ({ ...; } & ... 2 more ... & IStateTreeNode<...>); } & IStateTreeNode<...>) | null | undefined, ({ ...; } & ....' but required in type 'IModelType<any, any, any, any>'.
|
|
Build and lint:
src/MafAddTrackWorkflow/index.ts#L13
Property '[$type]' is missing in type 'IModelType<{}, {}, _NotCustomized, _NotCustomized>' but required in type 'IModelType<any, any, any, any>'.
|
|
Build and lint:
src/LinearMafDisplay/stateModel.ts#L685
Argument of type '{ [x: string]: any; } & import("/home/runner/work/jbrowse-plugin-mafviewer/jbrowse-plugin-mafviewer/node_modules/@jbrowse/mobx-state-tree/dist/types/complex-types/model").NonEmptyObject & ... 8 more ... & import("/home/runner/work/jbrowse-plugin-mafviewer/jbrowse-plugin-mafviewer/node_modules/@jbrowse/mobx-state-tre...' is not assignable to parameter of type '{ [x: string]: any; } & import("/home/runner/work/jbrowse-plugin-mafviewer/jbrowse-plugin-mafviewer/node_modules/@jbrowse/mobx-state-tree/dist/types/complex-types/model").NonEmptyObject & ... 9 more ... & import("/home/runner/work/jbrowse-plugin-mafviewer/jbrowse-plugin-mafviewer/node_modules/@jbrowse/mobx-state-tre...'.
|
|
Build and lint:
src/LinearMafDisplay/stateModel.ts#L279
Argument of type '{ [x: string]: any; } & NonEmptyObject & { hoveredInfo: Record<string, unknown> | undefined; prefersOffset: boolean; volatileSamples: Sample[] | undefined; volatileTree: NodeWithIds | undefined; highlightedRowNames: string[] | undefined; hoveredTreeNode: { ...; } | undefined; treeMenuAnchor: { ...; } | undefined; } ...' is not assignable to parameter of type '{ configuration: { [x: string]: any; } & NonEmptyObject & { setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({ [x: string]: any; } & NonEmptyObject & { ...; } & IStateTreeNode<...>); } & IStateTreeNode<...>; }'.
|
|
Build and lint:
src/LinearMafDisplay/stateModel.ts#L63
No overload matches this call.
|
|
Build and lint:
src/LinearMafDisplay/stateModel.ts#L60
No overload matches this call.
|
|
Build and lint:
src/LinearMafDisplay/index.ts#L15
Property '[$type]' is missing in type 'IModelType<ModelProperties, { hoveredInfo: Record<string, unknown> | undefined; prefersOffset: boolean; volatileSamples: Sample[] | undefined; volatileTree: NodeWithIds | undefined; highlightedRowNames: string[] | undefined; hoveredTreeNode: { ...; } | undefined; treeMenuAnchor: { ...; } | undefined; } & ... 7 more ...' but required in type 'IModelType<any, any, any, any>'.
|
|
Build and lint:
src/LinearMafDisplay/configSchema.ts#L4
The inferred type of 'configSchemaF' cannot be named without a reference to '@jbrowse/core/node_modules/@jbrowse/mobx-state-tree'. This is likely not portable. A type annotation is necessary.
|
|
Build and lint:
src/LinearMafDisplay/components/LinearMafDisplayComponent.tsx#L72
Type '{ model: { [x: string]: any; } & NonEmptyObject & { hoveredInfo: Record<string, unknown> | undefined; prefersOffset: boolean; volatileSamples: Sample[] | undefined; volatileTree: NodeWithIds | undefined; highlightedRowNames: string[] | undefined; hoveredTreeNode: { ...; } | undefined; treeMenuAnchor: { ...; } | unde...' is not assignable to type '{ model: { id: string; type: string; rpcDriverName: string | undefined; heightPreConfig: number | undefined; userBpPerPxLimit: number | undefined; userByteSizeLimit: number | undefined; blockState: IMSTMap<...> & IStateTreeNode<...>; configuration: { ...; } & ... 2 more ... & IStateTreeNode<...>; showLegend: boolean...'.
|
|
Build and lint
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, bahmutov/npm-install@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|