Skip to content

build(deps): bump framer-motion from 10.18.0 to 11.0.3 #86

build(deps): bump framer-motion from 10.18.0 to 11.0.3

build(deps): bump framer-motion from 10.18.0 to 11.0.3 #86

Triggered via pull request February 13, 2024 07:25
Status Failure
Total duration 43s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
test (18)
Process completed with exit code 1.
test (20)
The job was canceled because "_18" failed.
test (20)
Process completed with exit code 1.
test (19)
Process completed with exit code 1.
test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: src/app/(pages)/y/page.tsx#L27
The ref value 'target.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'target.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/app/(pages)/y/page.tsx#L30
React Hook useEffect has a missing dependency: 'isVisible'. Either include it or remove the dependency array. You can also do a functional update 'setIsVisible(i => ...)' if you only need 'isVisible' in the 'setIsVisible' call
lint: src/lib/hooks/useToggleDropDownMenue.ts#L31
React Hook useEffect has a missing dependency: 'initialState'. Either include it or remove the dependency array