Skip to content

feat(ranges): forward options to publication string renderer #9595

feat(ranges): forward options to publication string renderer

feat(ranges): forward options to publication string renderer #9595

Triggered via pull request February 4, 2026 08:44
Status Failure
Total duration 1m 54s
Artifacts

nodejs.yml

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

Annotations

13 errors and 10 warnings
nodejs / lint-check-types
Process completed with exit code 2.
nodejs / lint-check-types: src/component/workspaces/workspaceDefaultProperties.ts#L285
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / lint-check-types: src/component/workspaces/workspaceDefaultProperties.ts#L277
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / lint-check-types: src/component/workspaces/workspaceDefaultProperties.ts#L1
Module '"@zakodium/nmrium-core"' has no exported member 'TextStyle'.
nodejs / lint-check-types: src/component/modal/PublicationStringModal.tsx#L104
Argument of type 'ACSExportOptions' is not assignable to parameter of type '{ signalKind: "all" | "signal"; ascending: boolean; format: string; couplingFormat: string; deltaFormat: string; textStyle: { fill: string; fontSize: number; fontStyle: "normal" | "italic"; fontWeight: "bold" | "normal"; }; }'.
nodejs / lint-check-types: src/component/hooks/use_acs_settings.ts#L13
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / lint-check-types: src/__tests__/lib_interoperability.test-d.ts#L1
Module '"@zakodium/nmrium-core"' has no exported member 'TextStyle'.
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.13.0/x64/bin/npm' failed with exit code 1
nodejs / test-package: src/component/workspaces/workspaceDefaultProperties.ts#L285
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / test-package: src/component/workspaces/workspaceDefaultProperties.ts#L277
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / test-package: src/component/workspaces/workspaceDefaultProperties.ts#L1
Module '"@zakodium/nmrium-core"' has no exported member 'TextStyle'.
nodejs / test-package: src/component/modal/PublicationStringModal.tsx#L104
Argument of type 'ACSExportOptions' is not assignable to parameter of type '{ signalKind: "all" | "signal"; ascending: boolean; format: string; couplingFormat: string; deltaFormat: string; textStyle: { fill: string; fontSize: number; fontStyle: "normal" | "italic"; fontWeight: "bold" | "normal"; }; }'.
nodejs / test-package: src/component/hooks/use_acs_settings.ts#L13
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
nodejs / lint-eslint: src/component/2d/zones/Zone.tsx#L40
Avoid storing derived state. Compute "reduceOpacity" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/2d/zones/Signal.tsx#L39
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
nodejs / lint-eslint: src/component/2d/zones/Signal.tsx#L37
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
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#L28
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#L176
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L140
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#L63
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive