Skip to content

✨ feat(table): implement table column and row controllers with decorators #335

✨ feat(table): implement table column and row controllers with decorators

✨ feat(table): implement table column and row controllers with decorators #335

Triggered via pull request May 26, 2026 13:51
Status Failure
Total duration 5m 33s
Artifacts

pkg.pr.new.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Release
Process completed with exit code 1.
src/plugins/table/__test__/litexml.test.ts > table litexml > writer should work: src/plugins/table/__test__/litexml.test.ts#L44
AssertionError: expected '<?xml version="1.0" encoding="UTF-8"?…' to be '<?xml version="1.0" encoding="UTF-8"?…' // Object.is equality Expected: "<?xml version="1.0" encoding="UTF-8"?><root><table id="ll63" colWidths="187.5,187.5,187.5,187.5"><tr id="lqqe"><td id="lwap"><span id="m1v0">Name</span></td><td id="m7fb"><span id="mczm">Age</span></td><td id="mijx"><span id="mo48">City</span></td><td id="mtoj"><span id="mz8u">Country</span></td></tr><tr id="n4t5"><td id="nadg"><span id="nfxr">Alice</span></td><td id="nli2"><span id="nr2d">25</span></td><td id="nwmo"><span id="o26z">New York</span></td><td id="o7ra"><span id="odbl">USA</span></td></tr><tr id="oivw"><td id="oog7"><span id="ou0i">Bob</span></td><td id="ozkt"><span id="p554">30</span></td><td id="papf"><span id="pg9q">London</span></td><td id="plu1"><span id="prec">UK</span></td></tr><tr id="pwyn"><td id="q2iy"><span id="q839">Charlie</span></td><td id="qdnk"><span id="qj7v">28</span></td><td id="qos6"><span id="quch">Tokyo</span></td><td id="qzws"><span id="r5h3">Japan</span></td></tr></table></root>" Received: "<?xml version="1.0" encoding="UTF-8"?><root><table id="ll63" colWidths="187,187,187,189"><tr id="lqqe"><td id="lwap"><span id="m1v0">Name</span></td><td id="m7fb"><span id="mczm">Age</span></td><td id="mijx"><span id="mo48">City</span></td><td id="mtoj"><span id="mz8u">Country</span></td></tr><tr id="n4t5"><td id="nadg"><span id="nfxr">Alice</span></td><td id="nli2"><span id="nr2d">25</span></td><td id="nwmo"><span id="o26z">New York</span></td><td id="o7ra"><span id="odbl">USA</span></td></tr><tr id="oivw"><td id="oog7"><span id="ou0i">Bob</span></td><td id="ozkt"><span id="p554">30</span></td><td id="papf"><span id="pg9q">London</span></td><td id="plu1"><span id="prec">UK</span></td></tr><tr id="pwyn"><td id="q2iy"><span id="q839">Charlie</span></td><td id="qdnk"><span id="qj7v">28</span></td><td id="qos6"><span id="quch">Tokyo</span></td><td id="qzws"><span id="r5h3">Japan</span></td></tr></table></root>" ❯ src/plugins/table/__test__/litexml.test.ts:44:44
Release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release: src/plugins/markdown/utils/index.ts#L92
Empty block statement
Release: src/plugins/markdown/service/transformers.ts#L47
'match' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/service/transformers.ts#L47
'node' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/service/transformers.ts#L32
'match' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/service/transformers.ts#L32
'node' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/service/transformers.ts#L18
'selection' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/command/index.ts#L28
'endLine' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/markdown/command/index.ts#L28
'startLine' is defined but never used. Allowed unused args must match /^_/u
Release: src/plugins/inode/service/index.ts#L19
'inode' is defined but never used. Allowed unused args must match /^_/u
Release: src/editor-kernel/types.ts#L1
Empty files are not allowed