ecosystem-ci #310
Annotations
16 errors
test-ecosystem (vueuse)
Process completed with exit code 1.
|
test-ecosystem (language-tools)
Property 'modelValue' does not exist on type '{ readonly num: number; readonly "onUpdate:modelValue"?: ((modelValue: T) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>'.
|
test-ecosystem (language-tools)
Argument of type 'DefineComponent<{ foo: string; bar?: number | undefined; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (id: number) => void; update: (value: string) => void; }, ... 9 more ..., false>' is not assignable to parameter of type 'never'.
|
test-ecosystem (language-tools)
Argument of type 'DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<...>, ... 6 more ..., false>' is not assignable to parameter of type 'never'.
|
test-ecosystem (language-tools)
Argument of type '<T>(__VLS_props: { readonly onBar?: ((data: T) => any) | undefined; foo: T; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: { ...; } | undefined, __VLS_expose?: ((exposed: ShallowUnwrapRef<...>) => void) | undefined, __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
|
test-ecosystem (language-tools)
Unused '@ts-expect-error' directive.
|
test-ecosystem (language-tools)
Unused '@ts-expect-error' directive.
|
test-ecosystem (language-tools)
Unused '@ts-expect-error' directive.
|
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstanceWithMixins<Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, ... 14 more ..., {}>'.
|
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstanceWithMixins<Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, ... 14 more ..., {}>'.
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: empty-component/component.vue, Output: empty-component/component.vue.d.ts:
workspace/language-tools/language-tools/packages/tsc/tests/dts.spec.ts#L72
Error: Snapshot `vue-tsc-dts > Input: empty-component/component.vue, Output: empty-component/component.vue.d.ts 1` mismatched
- Expected
+ Received
- "declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
+ "declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true>;
export default _default;
"
❯ packages/tsc/tests/dts.spec.ts:72:66
|
src/col/test/demo-ssr.spec.ts > should render demo and match snapshot:
workspace/vant/vant/packages/vant/test/demo.ts#L37
Error: Snapshot `should render demo and match snapshot 1` mismatched
- Expected
+ Received
@@ -63,18 +63,18 @@
>
<!--[-->
span: 8
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--8"
>
<!--[-->
span: 8
</div>
<div
- style
+ style="padding-left:13.333333333333332px;padding-right:1.7763568394002505e-15px;"
class="van-col van-col--8"
>
<!--[-->
span: 8
</div>
@@ -91,11 +91,11 @@
>
<!--[-->
span: 12
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
span: 12
</div>
@@ -105,11 +105,11 @@
>
<!--[-->
span: 12
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
span: 12
</div>
❯ test/demo.ts:37:20
|
test-ecosystem (vant)
Process completed with exit code 1.
|
test-ecosystem (vuetify)
Process completed with exit code 1.
|
test-ecosystem (vue-macros)
Type '{ bar: ReactiveVariable<string>; modelValue: ReactiveVariable<number>; }' is not assignable to type 'IntrinsicAttributes & { readonly bar: string; readonly "onUpdate:title"?: ((title: string) => any) | undefined; readonly "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>'.
|
test-ecosystem (vue-macros)
Process completed with exit code 1.
|