Skip to content

Update deps

Update deps #2233

Triggered via push October 13, 2024 09:05
Status Cancelled
Total duration 3m 56s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
vue/VList.ssr.spec.ts > SSR > should render items with renderToString and vertical: src/vue/VList.ssr.spec.ts#L30
Error: Snapshot `SSR > should render items with renderToString and vertical 1` mismatched Expected: ""<div style="display:block;overflow-y:auto;contain:strict;width:100%;height:100%;" id="list-id"><div style="overflow-anchor:none;flex:none;position:relative;visibility:hidden;width:100%;height:40000px;"><div style="width:100%;left:0px;top:0px;visibility:visible;"><div>0</div></div><div style="width:100%;left:0px;top:40px;visibility:visible;"><div>1</div></div><div style="width:100%;left:0px;top:80px;visibility:visible;"><div>2</div></div><div style="width:100%;left:0px;top:120px;visibility:visible;"><div>3</div></div><div style="width:100%;left:0px;top:160px;visibility:visible;"><div>4</div></div><div style="width:100%;left:0px;top:200px;visibility:visible;"><div>5</div></div><div style="width:100%;left:0px;top:240px;visibility:visible;"><div>6</div></div><div style="width:100%;left:0px;top:280px;visibility:visible;"><div>7</div></div><div style="width:100%;left:0px;top:320px;visibility:visible;"><div>8</div></div><div style="width:100%;left:0px;top:360px;visibility:visible;"><div>9</div></div><div style="width:100%;left:0px;top:400px;visibility:visible;"><div>10</div></div><div style="width:100%;left:0px;top:440px;visibility:visible;"><div>11</div></div><div style="width:100%;left:0px;top:480px;visibility:visible;"><div>12</div></div><div style="width:100%;left:0px;top:520px;visibility:visible;"><div>13</div></div></div></div>"" Received: ""<!---->"" ❯ vue/VList.ssr.spec.ts:30:18
vue/VList.ssr.spec.ts > SSR > should render items with renderToString and horizontal: src/vue/VList.ssr.spec.ts#L55
Error: Snapshot `SSR > should render items with renderToString and horizontal 1` mismatched Expected: ""<div style="display:inline-block;overflow-x:auto;contain:strict;width:100%;height:100%;" id="list-id"><div style="overflow-anchor:none;flex:none;position:relative;visibility:hidden;width:40000px;height:100%;"><div style="height:100%;top:0px;left:0px;visibility:visible;display:flex;"><div>0</div></div><div style="height:100%;top:0px;left:40px;visibility:visible;display:flex;"><div>1</div></div><div style="height:100%;top:0px;left:80px;visibility:visible;display:flex;"><div>2</div></div><div style="height:100%;top:0px;left:120px;visibility:visible;display:flex;"><div>3</div></div><div style="height:100%;top:0px;left:160px;visibility:visible;display:flex;"><div>4</div></div><div style="height:100%;top:0px;left:200px;visibility:visible;display:flex;"><div>5</div></div><div style="height:100%;top:0px;left:240px;visibility:visible;display:flex;"><div>6</div></div><div style="height:100%;top:0px;left:280px;visibility:visible;display:flex;"><div>7</div></div><div style="height:100%;top:0px;left:320px;visibility:visible;display:flex;"><div>8</div></div><div style="height:100%;top:0px;left:360px;visibility:visible;display:flex;"><div>9</div></div><div style="height:100%;top:0px;left:400px;visibility:visible;display:flex;"><div>10</div></div><div style="height:100%;top:0px;left:440px;visibility:visible;display:flex;"><div>11</div></div><div style="height:100%;top:0px;left:480px;visibility:visible;display:flex;"><div>12</div></div><div style="height:100%;top:0px;left:520px;visibility:visible;display:flex;"><div>13</div></div></div></div>"" Received: ""<!---->"" ❯ vue/VList.ssr.spec.ts:55:18
check
Process completed with exit code 1.
e2e-react
Canceling since a higher priority waiting request for 'check-refs/heads/main' exists
e2e-react
The operation was canceled.
check: src/react/VGrid.tsx#L317
React Hook useImperativeHandle has missing dependencies: 'hStore', 'scroller._scrollBy', 'scroller._scrollTo', 'scroller._scrollToIndex', and 'vStore'. Either include them or remove the dependency array
check: src/react/Virtualizer.tsx#L315
React Hook useEffect has a missing dependency: 'onRangeChangeProp'. Either include it or remove the dependency array. If 'onRangeChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
check: src/react/Virtualizer.tsx#L339
React Hook useImperativeHandle has missing dependencies: 'scroller._scrollBy', 'scroller._scrollTo', 'scroller._scrollToIndex', and 'store'. Either include them or remove the dependency array
check: src/react/WindowVirtualizer.tsx#L219
React Hook useEffect has a missing dependency: 'onRangeChangeProp'. Either include it or remove the dependency array. If 'onRangeChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
check: src/react/WindowVirtualizer.tsx#L230
React Hook useImperativeHandle has a missing dependency: 'store'. Either include it or remove the dependency array
check: src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
check: src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
check: src/solid/RangedFor.tsx#L40
For proper analysis, a variable should be used to capture the result of this function call
check: src/solid/RangedFor.tsx#L53
For proper analysis, array destructuring should be used to capture the first result of this function call
check: src/solid/VList.tsx#L53
The reactive variable 'props' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored