Skip to content

fix(automation): resolve MeshCore DM destination as a pubkey string, not Number() #4346

fix(automation): resolve MeshCore DM destination as a pubkey string, not Number()

fix(automation): resolve MeshCore DM destination as a pubkey string, not Number() #4346

Triggered via pull request July 9, 2026 08:44
Status Cancelled
Total duration 14m 22s
Artifacts

pr-tests.yml

on: pull_request
Detect Changed Files
6s
Detect Changed Files
Focused Tests
3m 7s
Focused Tests
Documentation Build
0s
Documentation Build
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Quick Tests
Canceling since a higher priority waiting request for PR Tests-4019 exists
Quick Tests
The operation was canceled.
Quick Tests: src/components/Dashboard/DashboardSidebar.test.tsx#L85
Type 'string' is not assignable to type 'null | undefined'.
Quick Tests: src/components/Dashboard/DashboardMap.test.tsx#L89
A spread argument must either have a tuple type or be passed to a rest parameter.
Quick Tests: src/components/ChannelSoundPicker.test.tsx#L46
Expected 0 arguments, but got 2.
Quick Tests: src/components/AutoAcknowledgeSection.test.tsx#L827
Property 'preSendDelaySeconds' is missing in type '{ enabled: boolean; regex: string; message: string; messageDirect: string; channels: Channel[]; enabledChannels: number[]; skipIncompleteNodes: boolean; ignoredNodes: string; matrix: AutoAckMatrix; ... 13 more ...; onTestMessagesChange: Mock<...>; }' but required in type 'AutoAcknowledgeSectionProps'.
Quick Tests: src/components/AutoAcknowledgeSection.test.tsx#L812
Property 'preSendDelaySeconds' is missing in type '{ enabled: boolean; regex: string; message: string; messageDirect: string; channels: Channel[]; enabledChannels: number[]; skipIncompleteNodes: boolean; ignoredNodes: string; matrix: AutoAckMatrix; ... 13 more ...; onTestMessagesChange: Mock<...>; }' but required in type 'AutoAcknowledgeSectionProps'.
Quick Tests: src/components/AutoAcknowledgeSection.test.tsx#L802
Property 'preSendDelaySeconds' is missing in type '{ enabled: boolean; regex: string; message: string; messageDirect: string; channels: Channel[]; enabledChannels: number[]; skipIncompleteNodes: boolean; ignoredNodes: string; matrix: AutoAckMatrix; ... 13 more ...; onTestMessagesChange: Mock<...>; }' but required in type 'AutoAcknowledgeSectionProps'.
Quick Tests: src/components/AuditLogTab.test.tsx#L156
Type '{ authStatus: any; loading: false; hasPermission: () => false; login: Mock<Procedure>; loginWithOIDC: Mock<Procedure>; logout: Mock<Procedure>; refreshAuth: Mock<...>; }' is missing the following properties from type 'AuthContextType': verifyMfa, hasChannelDbPermission
Quick Tests: src/components/AuditLogTab.test.tsx#L124
Type '{ authStatus: any; loading: false; hasPermission: () => true; login: Mock<Procedure>; loginWithOIDC: Mock<Procedure>; logout: Mock<Procedure>; refreshAuth: Mock<...>; }' is missing the following properties from type 'AuthContextType': verifyMfa, hasChannelDbPermission
Quick Tests: src/cli/migrationTables.test.ts#L22
Argument of type '"[2,11,12]" | SQLiteTableWithColumns<{ name: "nodes"; schema: undefined; columns: { nodeNum: SQLiteColumn<{ name: "nodeNum"; tableName: "nodes"; dataType: "number"; columnType: "SQLiteInteger"; data: number; driverParam: number; ... 8 more ...; generated: undefined; }, {}, {}>; ... 63 more ...; sourceId: SQLiteColum...' is not assignable to parameter of type 'Table<TableConfig<Column<any, object, object>>>'.
Quick Tests: src/cli/migrationTables.test.ts#L21
A type predicate's type must be assignable to its parameter's type.
PR Tests
Canceling since a higher priority waiting request for PR Tests-4019 exists