fix(deps): update dependency espree to v10 - autoclosed #1090
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
NodeCI.yml
on: pull_request
lint
1m 21s
test-for-win-integrations
2m 39s
test-for-mac-integrations
1m 29s
test-for-ubuntu-integrations
1m 0s
test-and-coverage
55s
Matrix: test-with-eslint6
Matrix: test-with-eslint7
Matrix: test-with-eslint8
Matrix: test
Annotations
2 errors and 9 warnings
|
lint:
package.json#L71
"espree@^10.0.0" is not compatible with "node@^12.22.0||^14.17.0||>=16.0.0". Allowed is: "node@^18.18.0||^20.9.0||>=21.1.0"
|
|
lint
Process completed with exit code 1.
|
|
lint:
docs/.vitepress/vite-plugin.mjs#L46
Unexpected console statement
|
|
lint:
lib/rules/indent.ts#L1112
Method 'Program:exit' has a complexity of 22. Maximum allowed is 16
|
|
lint:
lib/rules/key-spacing.ts#L471
Function 'report' has a complexity of 21. Maximum allowed is 16
|
|
lint:
lib/rules/no-irregular-whitespace.ts#L8
Unexpected 'todo' comment: 'TODO: We will switch this in the next...'
|
|
lint:
lib/rules/quote-props.ts#L169
Function 'checkUnnecessaryQuotes' has a complexity of 18. Maximum allowed is 16
|
|
lint:
lib/utils/eslint-ast-utils.ts#L28
Function 'canTokensBeAdjacent' has a complexity of 33. Maximum allowed is 16
|
|
lint:
tests/lib/rules/no-multi-str.ts#L17
Unexpected 'fixme' comment: 'FIXME: drop supports eslint6 ["Multiline...'
|
|
lint:
tests/lib/rules/no-multi-str.ts#L22
Unexpected 'fixme' comment: 'FIXME: drop supports eslint6 ["Multiline...'
|
|
lint:
tests/lib/rules/no-multi-str.ts#L32
Unexpected 'fixme' comment: 'FIXME: drop supports eslint6 ["Multiline...'
|