Skip to content

Update dependency vitest to v1.6.1 [SECURITY] #1450

Update dependency vitest to v1.6.1 [SECURITY]

Update dependency vitest to v1.6.1 [SECURITY] #1450

Triggered via pull request July 20, 2026 20:34
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test
Process completed with exit code 1.
test: packages/usehooks-ts/src/useScript/useScript.ts#L34
Replace `|·UseScriptStatus⏎···` with `UseScriptStatus`
test: packages/usehooks-ts/src/useOnClickOutside/useOnClickOutside.ts#L7
Replace `|·'mousedown'⏎··|·'mouseup'⏎··|·'touchstart'⏎··|·'touchend'⏎··|·'focusin'⏎·` with `'mousedown'·|·'mouseup'·|·'touchstart'·|·'touchend'·|·'focusin'`
test: packages/usehooks-ts/src/useEventCallback/useEventCallback.test.tsx#L47
Replace `|·((event:·React.MouseEvent<HTMLButtonElement>)·=>·void)⏎·····` with `((event:·React.MouseEvent<HTMLButtonElement>)·=>·void)`
test
usehooks-ts#lint: command (/home/runner/work/usehooks-ts/usehooks-ts/packages/usehooks-ts) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
test: packages/usehooks-ts/src/useEventCallback/useEventCallback.test.tsx#L36
Replace `|·Mock<[React.MouseEvent<HTMLButtonElement>],·void>⏎·····` with `Mock<[React.MouseEvent<HTMLButtonElement>],·void>`
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/