Skip to content

build(deps): bump color from 4.2.3 to 5.0.3 #1922

build(deps): bump color from 4.2.3 to 5.0.3

build(deps): bump color from 4.2.3 to 5.0.3 #1922

Triggered via pull request December 5, 2025 00:49
Status Failure
Total duration 3m 24s
Artifacts

test.yml

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

Annotations

2 errors and 10 warnings
pdfme-test (20.x)
Process completed with exit code 1.
playground-test (20.x)
Process completed with exit code 1.
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L151
React Hook useEffect has missing dependencies: '_cache', 'basePdf', 'i18n', 'mode', 'onChange', 'options', 'placeholder', 'plugin.ui', 'scale', 'schema', 'stopEditing', 'tabIndex', 'theme', and 'value'. Either include them or remove the dependency array
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L151
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
pdfme-test (20.x): packages/ui/src/components/Renderer.tsx#L148
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/Preview.tsx#L100
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#L101
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#L92
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#L90
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#L90
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