Skip to content

Connectors: Add logo URL support for custom AI providers #148446

Connectors: Add logo URL support for custom AI providers

Connectors: Add logo URL support for custom AI providers #148446

Triggered via pull request March 10, 2026 06:07
Status Success
Total duration 13m 27s
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.