Skip to content

chore(deps-dev): bump flatted from 3.3.4 to 3.4.2 #9917

chore(deps-dev): bump flatted from 3.3.4 to 3.4.2

chore(deps-dev): bump flatted from 3.3.4 to 3.4.2 #9917

Triggered via pull request March 20, 2026 17:53
Status Success
Total duration 3m 28s
Artifacts

nodejs.yml

on: pull_request
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nodejs / lint-eslint: src/component/2d/IndirectAxis2D.tsx#L41
Unexpected 'todo' comment: 'TODO apply `axis.unit` conversion'
nodejs / lint-eslint: src/component/2d/DirectAxis2D.tsx#L31
Unexpected 'todo' comment: 'TODO apply `axis.unit` conversion'
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/HorizontalAxis1D.tsx#L29
Unexpected 'todo' comment: 'TODO apply unit conversion'
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#L256
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L256
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/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L63
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive