Skip to content

Bump lucide-react from 0.507.0 to 0.508.0 in /packages/ui #1474

Bump lucide-react from 0.507.0 to 0.508.0 in /packages/ui

Bump lucide-react from 0.507.0 to 0.508.0 in /packages/ui #1474

Triggered via pull request May 9, 2025 02:16
Status Success
Total duration 3m 23s
Artifacts

test.yml

on: pull_request
Matrix: pdfme-test
Matrix: playground-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
pdfme-test (20.x): packages/ui/src/hooks.ts#L107
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L157
React Hook useEffect has missing dependencies: '_cache', 'basePdf', 'i18n', 'mode', 'onChange', 'options', 'placeholder', 'schema', 'stopEditing', 'tabIndex', 'theme', and 'value'. Either include them or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L154
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L55
React Hook useMemo has an unnecessary dependency: 'plugin?.uninterruptedEditMode'. Either exclude it or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Preview.tsx#L88
React Hook useEffect has missing dependencies: 'init' and 'unitCursor'. Either include them or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L94
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L83
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
pdfme-test (20.x): packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L83
React Hook useEffect has missing dependencies: 'options', 'props', 'token', and 'typedI18n'. Either include them or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Designer/RightSidebar/DetailView/WidgetRenderer.tsx#L23
React Hook useEffect has missing dependencies: 'otherProps' and 'widget'. Either include them or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Designer/RightSidebar/DetailView/WidgetRenderer.tsx#L20
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function