Skip to content

chore(deps-dev): bump vitest from 2.1.9 to 3.2.6 #6391

chore(deps-dev): bump vitest from 2.1.9 to 3.2.6

chore(deps-dev): bump vitest from 2.1.9 to 3.2.6 #6391

Triggered via pull request June 8, 2026 22:18
Status Success
Total duration 4m 54s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
unit-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-test: packages/toolkit/src/view/pipeline-builder/components/release-menu/ReleaseMenu.tsx#L99
React Hook React.useCallback has missing dependencies: 'routeInfo.data.namespaceId' and 'routeInfo.data.resourceId'. Either include them or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/cost/pipeline/DashboardListPipeline.tsx#L238
React Hook React.useMemo has an unnecessary dependency: 'targetNamespace.id'. Either exclude it or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/cost/model/DashboardListModel.tsx#L240
React Hook React.useMemo has an unnecessary dependency: 'targetNamespace.id'. Either exclude it or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/cost/CostTab.tsx#L110
React Hook React.useMemo has a missing dependency: 'selectedTimeOption.value'. Either include it or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/activity/PipelineTriggerCountsLineChart.tsx#L191
React Hook React.useEffect has a missing dependency: 'showGraph'. Either include it or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/activity/ModelsTriggerCountsLineChart.tsx#L187
React Hook React.useEffect has a missing dependency: 'showGraph'. Either include it or remove the dependency array
unit-test: packages/toolkit/src/view/dashboard/activity/DashboardActivityPageMainView.tsx#L234
React Hook React.useMemo has an unnecessary dependency: 'selectedTimeOption'. Either exclude it or remove the dependency array
unit-test: packages/toolkit/src/lib/use-instill-form/useInstillForm.tsx#L65
The 'forceOpenCollapsibleFormGroups' logical expression could make the dependencies of useMemo Hook (at line 186) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'forceOpenCollapsibleFormGroups' in its own useMemo() Hook
unit-test: packages/toolkit/src/lib/use-instill-form/useInstillForm.tsx#L61
The 'forceCloseCollapsibleFormGroups' logical expression could make the dependencies of useMemo Hook (at line 186) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'forceCloseCollapsibleFormGroups' in its own useMemo() Hook
unit-test: packages/toolkit/src/lib/react-query-service/artifact/useUploadAndGetDownloadNamespaceObjectURL.ts#L72
React Hook React.useCallback has missing dependencies: 'getNamespaceObjectDownloadURL', 'getNamespaceObjectUploadURL', and 'uploadNamespaceObject'. Either include them or remove the dependency array