Update Transitive Dependencies #108
update-transitive-dependencies.yaml
on: workflow_dispatch
update
1m 33s
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:hbs$ ember-template-lint .
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/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-course-manager 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-dashboard lint:css: Done
packages/test-app lint:css: Done
packages/lti-course-manager lint:css: Done
packages/lti-course-manager lint:hbs: Done
packages/lti-dashboard lint:hbs: Done
packages/lti-course-manager lint:js: Done
packages/lti-dashboard lint:js: Done
packages/frontend lint:css: app/styles/layout/_layout.scss
packages/frontend lint:css: 78:37 ✖ Replace "42px·*·constants.$golden-ratio-small" with "⏎··········42px·*·constants.$golden-ratio-small⏎········" prettier/prettier
packages/frontend lint:css: 88:37 ✖ Replace "42px·*·constants.$golden-ratio-large" with "⏎··········42px·*·constants.$golden-ratio-large⏎········" prettier/prettier
packages/frontend lint:css: ✖ 2 problems (2 errors, 0 warnings)
packages/frontend lint:css: Failed
/Users/runner/work/frontend/frontend/packages/frontend:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@42.4.1 lint:css: `stylelint "**/*.scss"`
Exit status 2
ELIFECYCLE Command failed with exit code 2.
husky - pre-commit script failed (code 2)
|