Skip to content

Issue/#57 nuxt to vue migration #259

Issue/#57 nuxt to vue migration

Issue/#57 nuxt to vue migration #259

Triggered via pull request September 8, 2024 12:41
Status Failure
Total duration 1m 33s
Artifacts

test-build-ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 31 warnings
build (22.4.x): src/shared/lib/use-events/use-events.ts#L34
Type '() => { normalizeUnknownEvent: (event: ServerEvent<unknown>) => NormalizedEvent<unknown>; events: TUseEventsApi; getItemsCount: ComputedRef<(eventType: EVENT_TYPES | undefined) => number>; cachedEvents: { ...; }; lockedIds: { ...; }; rayExecution: { ...; }; }' is not assignable to type 'TUseEvents'.
build (22.4.x): src/shared/ui/preview-card/preview-card-header.vue#L60
Argument of type 'EventTypes | "unknown"' is not assignable to parameter of type 'EVENT_TYPES'.
build (22.4.x): src/shared/ui/preview-card/preview-card-header.vue#L82
Property 'title' does not exist on type 'string | { title: string; value: string; context: string; }'.
build (22.4.x): src/shared/ui/value-dump/value-dump.vue#L4
Could not find a declaration file for module '../../lib/vendor/dumper'. '/home/runner/work/frontend/frontend/src/shared/lib/vendor/dumper.js' implicitly has an 'any' type.
build (22.4.x): src/shared/ui/value-dump/value-dump.vue#L52
Type 'string | number | boolean' is not assignable to type 'string | unknown[] | Record<string, unknown> | null | undefined'.
build (22.4.x): src/shared/ui/stat-board/stat-board.vue#L60
'item.percent' is possibly 'null'.
build (22.4.x): src/widgets/ui/page-event-header/page-event-header.vue#L42
Argument of type '{ disabled: boolean; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
build (22.4.x): src/entities/http-dump/lib/use-http-dump/normalize-http-dump-event.ts#L9
Type 'EVENT_TYPES.HTTP_DUMP' is not assignable to type 'EventType | "unknown"'.
build (22.4.x): src/entities/inspector/lib/use-inspector/normalize-inspector-event.ts#L11
Type 'EVENT_TYPES.INSPECTOR' is not assignable to type 'EventType | "unknown"'.
build (22.4.x): src/entities/monolog/lib/use-monolog/normalize-monolog.ts#L9
Type 'EVENT_TYPES.MONOLOG' is not assignable to type 'EventType | "unknown"'.
build (18.x)
The job was canceled because "_22_4_x" failed.
build (18.x): src/shared/lib/use-events/use-events.ts#L34
Type '() => { normalizeUnknownEvent: (event: ServerEvent<unknown>) => NormalizedEvent<unknown>; events: TUseEventsApi; getItemsCount: ComputedRef<(eventType: EVENT_TYPES | undefined) => number>; cachedEvents: { ...; }; lockedIds: { ...; }; rayExecution: { ...; }; }' is not assignable to type 'TUseEvents'.
build (18.x): src/shared/ui/preview-card/preview-card-header.vue#L60
Argument of type 'EventTypes | "unknown"' is not assignable to parameter of type 'EVENT_TYPES'.
build (18.x): src/shared/ui/preview-card/preview-card-header.vue#L82
Property 'title' does not exist on type 'string | { title: string; value: string; context: string; }'.
build (18.x): src/shared/ui/value-dump/value-dump.vue#L4
Could not find a declaration file for module '../../lib/vendor/dumper'. '/home/runner/work/frontend/frontend/src/shared/lib/vendor/dumper.js' implicitly has an 'any' type.
build (18.x): src/shared/ui/value-dump/value-dump.vue#L52
Type 'string | number | boolean' is not assignable to type 'string | unknown[] | Record<string, unknown> | null | undefined'.
build (18.x): src/shared/ui/stat-board/stat-board.vue#L60
'item.percent' is possibly 'null'.
build (18.x): src/widgets/ui/page-event-header/page-event-header.vue#L42
Argument of type '{ disabled: boolean; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
build (18.x): src/entities/http-dump/lib/use-http-dump/normalize-http-dump-event.ts#L9
Type 'EVENT_TYPES.HTTP_DUMP' is not assignable to type 'EventType | "unknown"'.
build (18.x): src/entities/inspector/lib/use-inspector/normalize-inspector-event.ts#L11
Type 'EVENT_TYPES.INSPECTOR' is not assignable to type 'EventType | "unknown"'.
build (18.x): src/entities/monolog/lib/use-monolog/normalize-monolog.ts#L9
Type 'EVENT_TYPES.MONOLOG' is not assignable to type 'EventType | "unknown"'.
build (20.x)
The job was canceled because "_22_4_x" failed.
build (20.x): src/shared/lib/use-events/use-events.ts#L34
Type '() => { normalizeUnknownEvent: (event: ServerEvent<unknown>) => NormalizedEvent<unknown>; events: TUseEventsApi; getItemsCount: ComputedRef<(eventType: EVENT_TYPES | undefined) => number>; cachedEvents: { ...; }; lockedIds: { ...; }; rayExecution: { ...; }; }' is not assignable to type 'TUseEvents'.
build (20.x): src/shared/ui/preview-card/preview-card-header.vue#L60
Argument of type 'EventTypes | "unknown"' is not assignable to parameter of type 'EVENT_TYPES'.
build (20.x): src/shared/ui/preview-card/preview-card-header.vue#L82
Property 'title' does not exist on type 'string | { title: string; value: string; context: string; }'.
build (20.x): src/shared/ui/value-dump/value-dump.vue#L4
Could not find a declaration file for module '../../lib/vendor/dumper'. '/home/runner/work/frontend/frontend/src/shared/lib/vendor/dumper.js' implicitly has an 'any' type.
build (20.x): src/shared/ui/value-dump/value-dump.vue#L52
Type 'string | number | boolean' is not assignable to type 'string | unknown[] | Record<string, unknown> | null | undefined'.
build (20.x): src/shared/ui/stat-board/stat-board.vue#L60
'item.percent' is possibly 'null'.
build (20.x): src/widgets/ui/page-event-header/page-event-header.vue#L42
Argument of type '{ disabled: boolean; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
build (20.x): src/entities/http-dump/lib/use-http-dump/normalize-http-dump-event.ts#L9
Type 'EVENT_TYPES.HTTP_DUMP' is not assignable to type 'EventType | "unknown"'.
build (20.x): src/entities/inspector/lib/use-inspector/normalize-inspector-event.ts#L11
Type 'EVENT_TYPES.INSPECTOR' is not assignable to type 'EventType | "unknown"'.
build (20.x): src/entities/monolog/lib/use-monolog/normalize-monolog.ts#L9
Type 'EVENT_TYPES.MONOLOG' is not assignable to type 'EventType | "unknown"'.
build (22.4.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (22.4.x): src/entities/ray/ui/ray-mail/ray-mail.vue#L85
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/preview-card/preview-card.vue#L60
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/preview-card/preview-card.vue#L69
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L68
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L81
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L96
'v-html' directive can lead to XSS attack
build (22.4.x): src/entities/sentry/ui/sentry-exception/sentry-exception.vue#L36
'v-html' directive can lead to XSS attack
build (22.4.x): src/screens/sentry/ui/sentry-page/sentry-page.vue#L40
'v-html' directive can lead to XSS attack
build (22.4.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L15
Prop 'htmlSource' requires default value to be set
build (22.4.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L107
'v-html' directive can lead to XSS attack
build (18.x): src/entities/ray/ui/ray-mail/ray-mail.vue#L85
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/preview-card/preview-card.vue#L60
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/preview-card/preview-card.vue#L69
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L68
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L81
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L96
'v-html' directive can lead to XSS attack
build (18.x): src/entities/sentry/ui/sentry-exception/sentry-exception.vue#L36
'v-html' directive can lead to XSS attack
build (18.x): src/screens/sentry/ui/sentry-page/sentry-page.vue#L40
'v-html' directive can lead to XSS attack
build (18.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L15
Prop 'htmlSource' requires default value to be set
build (18.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L107
'v-html' directive can lead to XSS attack
build (20.x): src/entities/ray/ui/ray-mail/ray-mail.vue#L85
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/preview-card/preview-card.vue#L60
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/preview-card/preview-card.vue#L69
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L68
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L81
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/sentry-exception/sentry-exception-frame.vue#L96
'v-html' directive can lead to XSS attack
build (20.x): src/entities/sentry/ui/sentry-exception/sentry-exception.vue#L36
'v-html' directive can lead to XSS attack
build (20.x): src/screens/sentry/ui/sentry-page/sentry-page.vue#L40
'v-html' directive can lead to XSS attack
build (20.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L15
Prop 'htmlSource' requires default value to be set
build (20.x): src/screens/smtp/ui/smtp-page/smtp-page.vue#L107
'v-html' directive can lead to XSS attack