build(deps): bump cross-spawn and @edx/frontend-build #1911
Annotations
10 errors and 1 warning
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L15
Unexpected newline after '('
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L17
Unexpected newline before ')'
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L17
Unexpected newline after '('
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L19
Unexpected newline before ')'
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L19
Unexpected newline after '('
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepContent.jsx#L21
Unexpected newline before ')'
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepList.jsx#L19
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “WaitingStepList” and pass data as props
|
Run Tests:
openassessment/xblock/static/js/src/lms/components/WaitingStepList.jsx#L40
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “WaitingStepList” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Run Tests:
openassessment/xblock/static/js/src/lms/containers/WaitingStepDetailsContainer.jsx#L78
React Hook useEffect has missing dependencies: 'onMount' and 'updateData'. Either include them or remove the dependency array. If 'onMount' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run Tests:
openassessment/xblock/static/js/src/lms/oa_base.js#L29
Expected indentation of 2 spaces but found 4
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading