Skip to content

[WIP] refactor: make sequence/svgDraw typesafe #9155

[WIP] refactor: make sequence/svgDraw typesafe

[WIP] refactor: make sequence/svgDraw typesafe #9155

Triggered via pull request April 23, 2024 10:56
Status Success
Total duration 1m 50s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
unit-test
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../diagram-api/types.js'?
unit-test
Type '{ box: Box | undefined; name: string; description: string; wrap: boolean; prevActor: string | undefined; links: {}; properties: {}; actorCnt: null; rectData: null; type: string; }' is missing the following properties from type 'Actor': stopx, stopy, height, startx, and 4 more.
unit-test
Type 'Record<string, unknown>' is not assignable to type 'Record<string, string>'.
unit-test
Type 'unknown' is not assignable to type 'string'.
unit-test
Parameter 'elem' implicitly has an 'any' type.
unit-test
Parameter 'actor' implicitly has an 'any' type.
unit-test
Parameter 'conf' implicitly has an 'any' type.
unit-test
Parameter 'isFooter' implicitly has an 'any' type.
unit-test
Parameter 'elem' implicitly has an 'any' type.
unit-test
Parameter 'actor' implicitly has an 'any' type.
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.