Skip to content

chore(deps): bump @dhis2/analytics from 26.8.2 to 26.9.0 #204

chore(deps): bump @dhis2/analytics from 26.8.2 to 26.9.0

chore(deps): bump @dhis2/analytics from 26.8.2 to 26.9.0 #204

Triggered via pull request November 4, 2024 23:38
Status Cancelled
Total duration 2m 17s
Artifacts 1

verify-pr.yml

on: pull_request
call-workflow-e2e-prod  /  compute-prod-versions
3s
call-workflow-e2e-prod / compute-prod-versions
Matrix: call-workflow-e2e-prod / e2e-prod
call-workflow-e2e-prod  /  e2e-tests-success
0s
call-workflow-e2e-prod / e2e-tests-success
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 12 warnings
call-workflow-e2e-prod / e2e-prod (2.40, 1, cypress/e2e/dashboard_filter.feature, cypress/e2e/view_errors.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 3, cypress/e2e/edit_errors.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 2, cypress/e2e/edit_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 5, cypress/e2e/item_context_menu.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 3, cypress/e2e/edit_errors.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 5, cypress/e2e/item_context_menu.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 8, cypress/e2e/view_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 6, cypress/e2e/responsive_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 7, cypress/e2e/smoke.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.40, 4, cypress/e2e/filter_restrict.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 6, cypress/e2e/responsive_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 1, cypress/e2e/dashboard_filter.feature, cypress/e2e/view_errors.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 2, cypress/e2e/edit_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 8, cypress/e2e/view_dashboard.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 4, cypress/e2e/filter_restrict.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
call-workflow-e2e-prod / e2e-prod (2.41, 7, cypress/e2e/smoke.feature)
Canceling since a higher priority waiting request for 'e2e-prod-verify pr-refs/pull/3148/merge' exists
setup-matrix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: src/components/App.js#L46
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
lint: src/components/DashboardsBar/DashboardsBar.js#L56
React Hook useEffect has missing dependencies: 'onExpandedChanged', 'updateUserRows', and 'userRows'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/DashboardsBar/DashboardsBar.js#L60
React Hook useEffect has a missing dependency: 'rootElement.style'. Either include it or remove the dependency array
lint: src/components/DashboardsBar/DashboardsBar.js#L65
React Hook useEffect has a missing dependency: 'rootElement.style'. Either include it or remove the dependency array
lint: src/components/DashboardsBar/DashboardsBar.js#L72
React Hook useEffect has a missing dependency: 'userRows'. Either include it or remove the dependency array. Mutable values like 'userRowsChanged.current' aren't valid dependencies because mutating them doesn't re-render the component
lint: src/components/DashboardsBar/DashboardsBar.js#L87
React Hook useCallback has missing dependencies: 'memoizedCancelExpanded', 'onExpandedChanged', and 'scrollToTop'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/DashboardsBar/DashboardsBar.js#L92
React Hook useCallback has missing dependencies: 'onExpandedChanged' and 'scrollToTop'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/SystemSettingsProvider.js#L39
React Hook useEffect has a missing dependency: 'engine'. Either include it or remove the dependency array
lint: src/pages/edit/EditDashboard.js#L56
React Hook useEffect has missing dependencies: 'dataEngine', 'props', and 'width'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
lint: src/pages/edit/LayoutModal.js#L33
React Hook useEffect has a missing dependency: 'columns'. Either include it or remove the dependency array. If 'setCols' needs the current value of 'columns', you can also switch to useReducer instead of useState and read 'columns' in the reducer
call-workflow-e2e-prod / compute-prod-versions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, ./action-supported-legacy-versions/precheck-max-version, ./action-supported-legacy-versions/legacy-versions. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
app-build Expired
6.97 MB