Skip to content

feat: improve export publication string options #9084

feat: improve export publication string options

feat: improve export publication string options #9084

Triggered via pull request October 6, 2025 07:50
Status Failure
Total duration 1m 46s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  lint-eslint
1m 23s
nodejs / lint-eslint
nodejs  /  lint-prettier
38s
nodejs / lint-prettier
nodejs  /  lint-check-types
46s
nodejs / lint-check-types
nodejs  /  test-package
48s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
nodejs / lint-check-types
Process completed with exit code 2.
nodejs / lint-check-types: src/component/workspaces/workspaceDefaultProperties.ts#L6
Property 'acsExportOptions' is missing in type '{ display: { general: { hideGeneralSettings: false; experimentalFeatures: { display: false; visible: true; }; hidePanelOnLoad: false; hideLogs: false; hideHelp: false; hideMaximize: false; hideWorkspaces: false; hidePanelsBar: false; }; panels: { ...; }; toolBarButtons: { ...; }; }; ... 11 more ...; peaksLabel: { .....' but required in type 'Required<WorkspacePreferences>'.
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.9.0/x64/bin/npm' failed with exit code 2
nodejs / test-package: src/component/workspaces/workspaceDefaultProperties.ts#L6
Property 'acsExportOptions' is missing in type '{ display: { general: { hideGeneralSettings: false; experimentalFeatures: { display: false; visible: true; }; hidePanelOnLoad: false; hideLogs: false; hideHelp: false; hideMaximize: false; hideWorkspaces: false; hidePanelsBar: false; }; panels: { ...; }; toolBarButtons: { ...; }; }; ... 11 more ...; peaksLabel: { .....' but required in type 'Required<WorkspacePreferences>'.
nodejs / lint-eslint: src/component/EventsTrackers/KeysListenerTracker.tsx#L72
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L345
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L340
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/2d/ft/Contours.tsx#L87
Unexpected 'todo' comment: 'TODO: make sure preferences are not a...'
nodejs / lint-eslint: src/component/1d/multiplicityTree/generateTreeNodes.ts#L27
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
nodejs / lint-eslint: src/component/1d/inset/DraggableInset.tsx#L72
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatingRanges.tsx#L179
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L141
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L66
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive