Skip to content

chore(deps): bump store2 from 2.12.0 to 2.14.4 in /frontend/amundsen_application/static #1563

chore(deps): bump store2 from 2.12.0 to 2.14.4 in /frontend/amundsen_application/static

chore(deps): bump store2 from 2.12.0 to 2.14.4 in /frontend/amundsen_application/static #1563

Status Failure
Total duration 1m 47s
Artifacts

frontend_pull_request.yml

on: pull_request
Matrix: test-unit-frontend
Matrix: test-unit-python
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/EntityCard/index.tsx#L31
defaultProp "sections" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/OwnerEditor/index.tsx#L67
defaultProp "isLoading" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/OwnerEditor/index.tsx#L68
defaultProp "itemProps" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/OwnerEditor/index.tsx#L69
defaultProp "onUpdateList" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L68
defaultProp "allTags" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L69
defaultProp "getAllTags" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L72
defaultProp "isLoading" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L73
defaultProp "resourceType" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L74
defaultProp "tags" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/features/Tags/TagInput/index.tsx#L75
defaultProp "updateTags" defined for isRequired propType
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/Bookmark/BookmarkIcon/index.tsx#L72
Visible, non-interactive elements with click handlers must have at least one keyboard listener
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/Bookmark/BookmarkIcon/index.tsx#L72
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
test-unit-frontend (12.x): frontend/amundsen_application/static/js/components/Lineage/Graph/index.tsx#L64
The ref value 'rootRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'rootRef.current' to a variable inside the effect, and use that variable in the cleanup function