Skip to content

feat(audit): render MEMBER_ACTIVITY_UPDATE event #107

feat(audit): render MEMBER_ACTIVITY_UPDATE event

feat(audit): render MEMBER_ACTIVITY_UPDATE event #107

Triggered via pull request January 8, 2025 17:39
Status Failure
Total duration 46s
Artifacts

check.yml

on: pull_request
Check for lint and typescript error
37s
Check for lint and typescript error
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Check for lint and typescript error: src/components/audit/AuditEntryInline.vue#L58
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; withTimeline: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; }>, {}>, ... 24 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryInline.vue#L73
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; withTimeline: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; }>, {}>, ... 24 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberActivity.vue#L14
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ... 4 more ...; activityDate: typeof activityDate; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberActivity.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ... 4 more ...; activityDate: typeof activityDate; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberSubscription.vue#L14
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; dayjs: typeof dayjs; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberSubscription.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; dayjs: typeof dayjs; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberTicket.vue#L14
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/audit/AuditEntryMemberTicket.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; }, ... 23 more ..., { ...; }>'.
Check for lint and typescript error: src/components/layout/NavigationDrawer.vue#L27
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { monoLogo: typeof monoLogo; ROUTE_NAMES: typeof ROUTE_NAMES; MembersThumbnail: typeof MembersThumbnail; authStore: typeof authStore; sidebarNavigation: typeof sidebarNavigation; }, ... 23 more ..., {}>'.
Check for lint and typescript error: src/components/layout/NavigationDrawer.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { monoLogo: typeof monoLogo; ROUTE_NAMES: typeof ROUTE_NAMES; MembersThumbnail: typeof MembersThumbnail; authStore: typeof authStore; sidebarNavigation: typeof sidebarNavigation; }, ... 23 more ..., {}>'.
Check for lint and typescript error
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636