Skip to content

ecosystem-ci-from-pr #595

ecosystem-ci-from-pr

ecosystem-ci-from-pr #595

Manually triggered June 23, 2025 05:28
Status Failure
Total duration 7m 1s
Artifacts

ecosystem-ci-from-pr.yml

on: workflow_dispatch
Running for PR #13508
4s
Running for PR #13508
Matrix: execute-all
execute-selected-suite
0s
execute-selected-suite
update-comment
5s
update-comment
Fit to window
Zoom out
Zoom in

Annotations

5 errors
execute-all (vue-macros)
Process completed with exit code 1.
execute-all (language-tools)
Process completed with exit code 1.
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: reference-type-props/my-props.ts, Output: reference-type-props/my-props.d.ts: workspace/language-tools/language-tools/packages/tsc/tests/dts.spec.ts#L70
Error: Snapshot `vue-tsc-dts > Input: reference-type-props/my-props.ts, Output: reference-type-props/my-props.d.ts 1` mismatched - Expected + Received @@ -20,21 +20,21 @@ } declare const categories: readonly ["Uncategorized", "Content", "Interaction", "Display", "Forms", "Addons"]; type MyCategories = typeof categories[number]; export interface MyProps { /** - * string foo + * string foo - * + * - * @default "rounded" + * @default "rounded" - * @SInCE v1.0.0 + * @SInCE v1.0.0 - * @see https://vuejs.org/ + * @see https://vuejs.org/ - * @example + * @example - * ```vue + * ```vue - * <template> + * <template> - * <component foo="straight" /> + * <component foo="straight" /> - * </template> + * </template> - * ``` + * ``` */ foo: string; /** * optional number bar */ ❯ packages/tsc/tests/dts.spec.ts:70:66
packages/component-meta/tests/index.spec.ts > vue-component-meta w/o tsconfig > options-api: workspace/language-tools/language-tools/packages/component-meta/tests/index.spec.ts#L1329
Error: Snapshot `vue-component-meta w/o tsconfig > options-api 3` mismatched - Expected + Received @@ -1,9 +1,9 @@ { "declarations": [], "default": "{ - foo: "bar" + foo: "bar", }", "description": "Default function Object", "global": false, "name": "objectDefault", "rawType": undefined, ❯ packages/component-meta/tests/index.spec.ts:1329:30
packages/component-meta/tests/index.spec.ts > vue-component-meta w/ tsconfig > options-api: workspace/language-tools/language-tools/packages/component-meta/tests/index.spec.ts#L1329
Error: Snapshot `vue-component-meta w/ tsconfig > options-api 3` mismatched - Expected + Received @@ -1,9 +1,9 @@ { "declarations": [], "default": "{ - foo: "bar" + foo: "bar", }", "description": "Default function Object", "global": false, "name": "objectDefault", "rawType": undefined, ❯ packages/component-meta/tests/index.spec.ts:1329:30