Update Transitive Dependencies #67
Annotations
1 error
update
Unexpected error:
> @ lint /Users/runner/work/frontend/frontend
> pnpm run --parallel "/^lint:(hbs|js|css)$/"
Scope: 5 of 6 workspace projects
packages/frontend lint:css$ stylelint "**/*.scss"
packages/frontend lint:js$ eslint . --cache
packages/ilios-common lint:css$ stylelint "**/*.scss"
packages/ilios-common lint:hbs$ ember-template-lint .
packages/ilios-common lint:js$ eslint . --cache
packages/frontend lint:hbs$ ember-template-lint .
packages/lti-course-manager lint:css$ stylelint "**/*.scss"
packages/lti-course-manager lint:hbs$ ember-template-lint .
packages/lti-course-manager lint:js$ eslint . --cache
packages/lti-dashboard lint:css$ stylelint "**/*.scss"
packages/lti-dashboard lint:hbs$ ember-template-lint .
packages/lti-dashboard lint:js$ eslint . --cache
packages/test-app lint:css$ stylelint "**/*.scss"
packages/test-app lint:hbs$ ember-template-lint .
packages/test-app lint:js$ eslint . --cache
packages/lti-course-manager lint:css: Done
packages/lti-dashboard lint:css: Done
packages/test-app lint:css: Done
packages/lti-dashboard lint:hbs: Done
packages/lti-course-manager lint:hbs: Done
packages/lti-course-manager lint:js: Done
packages/lti-dashboard lint:js: Done
packages/frontend lint:css: app/styles/components/ilios-navigation.scss
packages/frontend lint:css: 149:5 ✖ Expected selector "&:hover" to come before selector ".ilios-navigation ul.expand-navigation li .expander:hover" no-descending-specificity
packages/frontend lint:css: app/styles/components/pagination-links.scss
packages/frontend lint:css: 49:5 ✖ Expected selector "&:hover" to come before selector ".pagination-links .link-button:enabled:hover" no-descending-specificity
packages/frontend lint:css: 59:5 ✖ Expected selector "&:disabled" to come before selector ".pagination-links .link-button:enabled:hover" no-descending-specificity
packages/frontend lint:css: app/styles/components/school-competencies-list.scss
packages/frontend lint:css: 52:5 ✖ Expected selector "&:last-of-type" to come before selector ".school-competencies-list .grid-row .grid-item ul li:last-of-type" no-descending-specificity
packages/frontend lint:css: app/styles/components/reports/new-subject.scss
packages/frontend lint:css: 77:11 ✖ Expected selector "&:last-of-type" to come before selector ".reports-new-subject .new-subject-content .new-subject-search .results li button:hover" no-descending-specificity
packages/frontend lint:css: ✖ 5 problems (5 errors, 0 warnings)
packages/frontend lint:css: Failed
/Users/runner/work/frontend/frontend/packages/frontend:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@41.2.0 lint:css: `stylelint "**/*.scss"`
Exit status 2
ELIFECYCLE Command failed with exit code 2.
husky - pre-commit script failed (code 2)
|