Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #162

Bump @adobe/css-tools from 4.0.1 to 4.3.1

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #162

Triggered via pull request August 30, 2023 01:05
Status Success
Total duration 1m 33s
Artifacts

ESLint.yml

on: pull_request
Matrix: eslint
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
eslint (16.x)
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/
eslint (16.x): src/components/common/SubjectsRow.tsx#L69
Forbidden non-null assertion
eslint (16.x): src/components/subjectPageComponents/VideoTranscription.tsx#L196
React Hook useEffect has a missing dependency: 'processedLines'. Either include it or remove the dependency array
eslint (16.x): src/components/subjectPageComponents/VideoWithTranscription.tsx#L43
React Hook useEffect has missing dependencies: 'props', 'searchParams', and 'videos'. 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