Skip to content

Base Styles: Remove $palette-max-height variable #149614

Base Styles: Remove $palette-max-height variable

Base Styles: Remove $palette-max-height variable #149614

Triggered via pull request March 18, 2026 14:03
Status Success
Total duration 16m 3s
Artifacts

static-checks.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block.native.js#L335
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block.native.js#L334
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block.native.js#L333
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block.native.js#L325
React Hook useMemo has missing dependencies: 'attributes', 'baseGlobalStyles', 'defaultColors', 'fontSizes', 'globalStyle', 'name', and 'wrapperProps?.style'. Either include them or remove the dependency array.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block-list-item-cell.native.js#L52
React Hook useCallback has a missing dependency: 'blocksLayouts'. Either include it or remove the dependency array.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-list/block-list-item-cell.native.js#L35
React Hook useEffect has missing dependencies: 'blocksLayouts', 'clientId', and 'updateBlocksLayouts'. Either include them or remove the dependency array.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-draggable/index.native.js#L416
React Hook useEffect has missing dependencies: 'startDraggingBlock' and 'stopDraggingBlock'. Either include them or remove the dependency array.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-draggable/index.native.js#L121
React Hook useEffect has missing dependencies: 'isDragging.value' and 'stopDraggingBlocks'. Either include them or remove the dependency array.
All (Node.js 24 on Linux): packages/block-editor/src/components/block-draggable/index.js#L82
React Hook useEffect has a missing dependency: 'stopDraggingBlocks'. Either include it or remove the dependency array.
All (Node.js 24 on Linux): packages/block-directory/src/components/auto-block-uninstaller/index.js#L34
React Hook useEffect has missing dependencies: 'uninstallBlockType' and 'unusedBlockTypes'. Either include them or remove the dependency array.