Skip to content

Release 4.25.2

Release 4.25.2 #10251

Triggered via pull request December 16, 2025 08:55
@m1r0m1r0
synchronize #7882
release/4.25.2
Status Success
Total duration 2m 27s
Artifacts

js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
JS Linting: assets/setup-wizard/data/use-setup-wizard-step.js#L40
React Hook useSelect has a missing dependency: 'step'. Either include it or remove the dependency array
JS Linting: assets/react-hooks/use-select-with-debounce.js#L35
React Hook useSelect has a missing dependency: 'mapSelect'. Either include it or remove the dependency array
JS Linting: assets/blocks/quiz/quiz-block/quiz-validation.js#L55
React Hook useSelect has an unnecessary dependency: 'clientId'. Either exclude it or remove the dependency array
JS Linting: assets/blocks/quiz/quiz-block/next-question-index.js#L21
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
JS Linting: assets/blocks/lesson-actions/lesson-actions-block/use-toggle-blocks.js#L32
React Hook useSelect has a missing dependency: 'parentClientId'. Either include it or remove the dependency array
JS Linting: assets/blocks/course-outline/outline-block/outline-appender.js#L27
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
JS Linting: assets/blocks/course-outline/outline-block/existing-lessons-modal/use-add-existing-lessons.js#L43
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
JS Linting: assets/blocks/course-outline/outline-block/existing-lessons-modal/use-add-existing-lessons.js#L38
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
JS Linting: assets/blocks/course-categories-block/hooks/use-course-categories/index.js#L47
React Hook useSelect has missing dependencies: 'postType', 'slug', and 'term?.postTerms'. Either include them or remove the dependency array
JS Linting: assets/admin/editor-wizard/steps/lesson-details-step.js#L40
React Hook useEffect has missing dependencies: 'setWizardData' and 'wizardData'. Either include them or remove the dependency array. If 'setWizardData' changes too often, find the parent component that defines it and wrap that definition in useCallback