Skip to content

ecosystem-ci-from-pr #378

ecosystem-ci-from-pr

ecosystem-ci-from-pr #378

Manually triggered October 27, 2024 13:54
Status Failure
Total duration 6m 11s
Artifacts

ecosystem-ci-from-pr.yml

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

Annotations

10 errors
execute-all (language-tools)
Expression expected.",
execute-all (language-tools)
Expression expected.",
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
execute-all (language-tools)
Unused '@ts-expect-error' directive.",
execute-all (language-tools)
Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.
execute-all (language-tools)
Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.",
execute-all (language-tools)
Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.",
packages/tsc/tests/typecheck.spec.ts > vue-tsc > TypeScript - Stable: workspace/language-tools/language-tools/packages/tsc/tests/typecheck.spec.ts#L10
Error: Snapshot `vue-tsc > TypeScript - Stable 1` mismatched - Expected + Received @@ -4,6 +4,10 @@ "test-workspace/tsc/failureFixtures/#3632/script.vue(3,1): error TS1109: Expression expected.", "test-workspace/tsc/failureFixtures/#3632/scriptSetup.vue(3,1): error TS1109: Expression expected.", "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.", "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.", "test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.", + "test-workspace/tsc/passedFixtures/vue3/defineProp_B/script-setup-generic.vue(17,18): error TS2345: Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'. + Type 'undefined' is not assignable to type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.", + "test-workspace/tsc/passedFixtures/vue3/defineProp_B/script-setup-generic.vue(18,18): error TS2345: Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.", + "test-workspace/tsc/passedFixtures/vue3/defineProp_B/script-setup-generic.vue(19,18): error TS2345: Argument of type 'UnwrapNestedRefs<T> | undefined' is not assignable to parameter of type '(UnwrapNestedRefs<T> | undefined) & IfEquals<UnwrapNestedRefs<T> | undefined, T | undefined, unknown, never>'.", ] ❯ packages/tsc/tests/typecheck.spec.ts:10:5
execute-all (language-tools)
Process completed with exit code 1.