chore(main): release 1.10.0 #9436
nodejs.yml
on: pull_request
nodejs
/
prepare
16s
knip
40s
stylelint
44s
nodejs
/
lint-eslint
1m 32s
nodejs
/
lint-prettier
43s
nodejs
/
lint-check-types
1m 49s
nodejs
/
test-package
1m 24s
Matrix: nodejs / test
Annotations
10 warnings
|
nodejs / lint-eslint:
src/component/SVGTable.tsx#L175
Do not use Array index in keys
|
|
nodejs / lint-eslint:
src/component/EventsTrackers/BrushTracker.tsx#L353
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#L348
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/multiplicityTree/MultiplicityTree.tsx#L243
Do not use Array index in keys
|
|
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#L144
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#L59
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|