Update dependency vite to v5.4.11 #2558
Triggered via pull request
December 14, 2024 13:06
Status
Cancelled
Total duration
1m 34s
Artifacts
–
check.yml
on: pull_request
check
59s
e2e-react
1m 26s
e2e-vue
46s
e2e-solid
48s
e2e-svelte
50s
Annotations
2 errors and 14 warnings
e2e-react
Canceling since a higher priority waiting request for 'check-refs/pull/469/merge' exists
|
e2e-react
The operation was canceled.
|
e2e-vue
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e-solid
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e-svelte
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check:
src/react/VGrid.tsx#L324
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#L325
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#L235
React Hook useImperativeHandle has missing dependencies: 'scroller.$scrollToIndex' and 'store'. Either include them or remove the dependency array
|
check:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check:
src/solid/ListItem.tsx#L31
The reactive variable 'props' should not be reassigned or altered directly
|
check:
src/solid/ListItem.tsx#L31
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
|