chore: update npm dependencies #564
Annotations
12 errors and 10 warnings
|
ci
Error: ENOENT: no such file or directory, open '/home/runner/work/quickjs-emscripten-sync/quickjs-emscripten-sync/coverage/coverage-summary.json'
|
|
ci
Failed to parse the json-summary at path "/home/runner/work/quickjs-emscripten-sync/quickjs-emscripten-sync/coverage/coverage-summary.json."
Make sure to run vitest before this action and to include the "json-summary" reporter.
Original Error:
Error: ENOENT: no such file or directory, open '/home/runner/work/quickjs-emscripten-sync/quickjs-emscripten-sync/coverage/coverage-summary.json'
at async open (node:internal/fs/promises:640:25)
at async readFile (node:internal/fs/promises:1287:14)
at async n2 (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/02f3c2e641286b7fa308cd3e430783103ce6103b/dist/index.js:103:2575)
at async uw (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/02f3c2e641286b7fa308cd3e430783103ce6103b/dist/index.js:103:2656)
at async Jle (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/02f3c2e641286b7fa308cd3e430783103ce6103b/dist/index.js:191:570)
|
|
ci:
src/marshal/promise.test.ts#L70
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L68
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L66
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L58
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L57
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L56
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L52
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L51
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L50
Expect must be called inside a test block
|
|
ci:
src/marshal/promise.test.ts#L49
Expect must be called inside a test block
|
|
ci:
src/unmarshal/custom.test.ts#L1
Imports "QuickJSHandle" are only used as type
|
|
ci:
src/marshal/properties.test.ts#L1
Imports "QuickJSHandle" are only used as type
|
|
ci:
src/marshal/promise.test.ts#L5
Prefer using a top-level type-only import instead of inline type specifiers
|
|
ci:
src/marshal/promise.test.ts#L4
Prefer using a top-level type-only import instead of inline type specifiers
|
|
ci:
src/marshal/promise.test.ts#L3
Prefer using a top-level type-only import instead of inline type specifiers
|
|
ci:
src/marshal/function.test.ts#L1
Imports "QuickJSHandle" are only used as type
|
|
ci:
src/index.ts#L29
Imports "Wrapped" are only used as type
|
|
ci:
src/index.ts#L11
Imports "QuickJSContextEx" are only used as type
|
|
ci:
src/contextex.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
|
ci:
bench/hotpaths.bench.ts#L16
Prefer using a top-level type-only import instead of inline type specifiers
|