Skip to content

chore(deps): bump vscode-languageserver from 7.0.0 to 9.0.1 #540

chore(deps): bump vscode-languageserver from 7.0.0 to 9.0.1

chore(deps): bump vscode-languageserver from 7.0.0 to 9.0.1 #540

Triggered via pull request October 31, 2023 12:15
Status Failure
Total duration 4m 18s
Artifacts

linting.yml

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

Annotations

5 errors and 12 warnings
Lint (18): src/server/modules/formatter.ts#L87
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint (18): src/server/modules/validator.ts#L69
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint (18): src/server/modules/validator.ts#L93
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint (18): src/server/server.ts#L438
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint (18)
Process completed with exit code 1.
Lint (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint (18): src/utils/stylelint/__tests__/stylelint-runner.ts#L66
Unexpected 'todo' comment: 'TODO: Remove once fixed upstream'
Lint (18): src/utils/stylelint/formatting-options-to-rules.ts#L21
Unexpected 'todo' comment: 'TODO: Create respective rule upstream?'
Lint (18): src/utils/stylelint/stylelint-runner.ts#L73
Unexpected 'todo' comment: 'TODO: Remove once fixed upstream'
Lint (18): test/e2e/__tests__/code-actions.ts#L41
Unexpected 'todo' comment: 'TODO: Investigate why editing tests...'
Lint (18): test/e2e/__tests__/ignore.ts#L11
Unexpected 'todo' comment: 'TODO: Get .stylelintignore to work'
Lint (18): test/e2e/__tests__/validate.ts#L25
Unexpected 'todo' comment: 'TODO: find a better way to wait for...'
Lint (18): test/e2e/__tests__/validate.ts#L51
Unexpected 'todo' comment: 'TODO: find a better way to wait for...'
Lint (18): test/e2e/setup.ts#L11
'languages' is defined but never used
Lint (18): test/e2e/setup.ts#L14
'ApiEvent' is defined but never used
Lint (18): test/integration/stylelint-vscode/test.ts#L48
Unexpected 'todo' comment: 'TODO: Restore once postcss-markdown is...'
Lint (18)
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/