Skip to content

Create a reference widget AKA Smart Picker widget #7217

Create a reference widget AKA Smart Picker widget

Create a reference widget AKA Smart Picker widget #7217

Triggered via pull request September 5, 2026 12:13
Status Failure
Total duration 48s
Artifacts

lint-typescript.yml

on: pull_request
changes
7s
changes
typescript-summary
5s
typescript-summary
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test
Process completed with exit code 2.
test: src/components/ReferenceWidgets/CallReferenceWidget.vue#L136
Property 'timestamp' does not exist on type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; ... 20 more ...; metaData?: { ...; } | undefin...'.
test: src/components/ReferenceWidgets/CallReferenceWidget.spec.ts#L193
Type '{ actorDisplayName: string; actorType: string; message: string; messageParameters: {}; messageType: string; systemMessage: string; expirationTimestamp: number; }' is not assignable to type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; messageType: string; systemMessage: string; } ...'.
test: src/components/ReferenceWidgets/CallReferenceWidget.spec.ts#L165
Type '{ actorDisplayName: string; actorType: string; message: string; messageParameters: {}; messageType: "comment_deleted"; systemMessage: string; expirationTimestamp: number; }' is not assignable to type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; messageType: string; systemMessage: string; } ...'.
test: src/components/ReferenceWidgets/CallReferenceWidget.spec.ts#L137
Type '{ actorDisplayName: string; actorType: string; message: string; messageParameters: {}; messageType: string; systemMessage: string; expirationTimestamp: number; }' is not assignable to type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; messageType: string; systemMessage: string; } ...'.
test: src/components/ReferenceWidgets/CallReferenceWidget.spec.ts#L91
Type '{ actorDisplayName: string; actorType: string; message: string; messageParameters: {}; messageType: string; systemMessage: string; expirationTimestamp: number; }' is not assignable to type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; messageType: string; systemMessage: string; } ...'.
test: src/components/ReferenceWidgets/CallReferenceWidget.spec.ts#L63
Type '{ timestamp: number; }' is not assignable to type '{ actorDisplayName: string; actorId: string; actorType: string; expirationTimestamp: number; message: string; messageParameters: { [key: string]: { type: string; id: string; name: string; server?: string | undefined; ... 24 more ...; blurhash?: string | undefined; }; }; messageType: string; systemMessage: string; } ...'.
typescript-summary
Process completed with exit code 1.
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/