This repository was archived by the owner on Aug 20, 2026. It is now read-only.
build(deps): bump document-schema.js to 4.0.0 #180
ci.yml
on: pull_request
Commitlint
25s
Lint
29s
Typecheck
27s
Test
35s
Smoke test
27s
Notify downstream repositories
0s
Publish alias to GitHub Packages
0s
Attest SBOM and build provenance
0s
Matrix: publish-aliases
Annotations
13 errors
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck
command (/home/runner/work/markdown-codec/markdown-codec/) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run _typecheck exited (2)
|
|
Typecheck:
src/lower/lower.ts#L279
Object literal may only specify known properties, and 'formatVersion' does not exist in type '{ sections: { pageSize: { widthPt: number; heightPt: number; }; margins: { topPt: number; rightPt: number; bottomPt: number; leftPt: number; }; blocks: ContentBlock[]; }[]; kind: "wordprocessing"; metadata: { ...; }; symbolTable?: { ...; } | undefined; }'.
|
|
Typecheck:
src/lower/lower.ts#L17
Module '"document-schema.js"' has no exported member 'CONTENT_FORMAT_VERSION'.
|
|
Typecheck:
src/emit/emit.ts#L255
Type 'string | undefined' is not assignable to type 'string'.
|
|
Typecheck:
src/emit/emit.ts#L242
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Typecheck:
src/emit/emit.ts#L233
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Lint
Process completed with exit code 1.
|
|
Lint
command (/home/runner/work/markdown-codec/markdown-codec/) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run _lint exited (1)
|
|
Lint:
src/lower/lower.ts#L279
Unsafe assignment of an error typed value
|
|
Lint:
src/emit/emit.test.ts#L15
Unsafe assignment of an error typed value
|
|
Lint:
src/diagnostics/diagnostics.test.ts#L13
Unsafe assignment of an error typed value
|
|
Test
Coverage upload failed: Coverage upload failed (HTTP 403): Code quality is not enabled for this repository. Enable code quality in your repository settings.. To treat upload errors as warnings, add 'fail-on-error: false' to the action inputs. See https://docs.github.com/en/code-security/how-tos/maintain-quality-code/set-up-code-coverage for more information.
|