ecosystem-ci-from-pr #256
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
29 errors
execute-all (vitepress)
Type 'string | undefined' is not assignable to type 'string'.
|
execute-all (vitepress)
Process completed with exit code 1.
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
execute-all (language-tools)
Argument of type 'DefineComponent<{ foo: string; bar?: number | undefined; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ParametersToFns<[e: "update", value: string] | [e: ...]>, ... 9 more ..., false>' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<...>, ... 6 more ..., false>' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type '<T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { 'update:modelValue': (modelValue: string) => any; ... 4 more ...; 'update:g': (g: string) => any; }, ... 9 more ..., false>' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ... 7 more ..., false>' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type '<T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register useTemplateRef globally:
workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L193
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'useTemplateRef'
❯ packages/nuxt/test/auto-imports.test.ts:193:67
|
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in 'prod':
workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L128
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
❯ packages/nuxt/test/treeshake-client.test.ts:128:26
|
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in 'dev':
workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L128
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
❯ packages/nuxt/test/treeshake-client.test.ts:128:26
|
execute-all (nuxt)
Process completed with exit code 1.
|
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
|
src/floating-bubble/test/index.spec.ts > should render correctly when all props set:
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L29
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(952px, 696px, 0)'
- Expected
+ Received
- translate3d(952px, 696px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:29:44
|
src/floating-bubble/test/index.spec.ts > should only y axis direction move when axis is default:
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L81
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(952px, 596px, 0)'
- Expected
+ Received
- translate3d(952px, 596px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:81:44
|
src/floating-bubble/test/index.spec.ts > should only x axis direction adn emit offsetChange move when axis is "x" :
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L107
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(852px, 696px, 0)'
- Expected
+ Received
- translate3d(852px, 696px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:107:44
|
src/floating-bubble/test/index.spec.ts > should free direction move when axis is "xy" :
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L138
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(852px, 596px, 0)'
- Expected
+ Received
- translate3d(852px, 596px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:138:44
|
src/floating-bubble/test/index.spec.ts > should free direction move when axis is "xy" :
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L164
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(852px, 596px, 0)'
- Expected
+ Received
- translate3d(852px, 596px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:164:44
|
src/floating-bubble/test/index.spec.ts > should free direction move and magnetic to x axios when magnetic is "x" :
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L193
AssertionError: expected 'translate3d(1000px, 744px, 0)' to deeply equal 'translate3d(952px, 596px, 0)'
- Expected
+ Received
- translate3d(952px, 596px, 0)
+ translate3d(1000px, 744px, 0)
❯ src/floating-bubble/test/index.spec.ts:193:44
|
src/floating-bubble/test/index.spec.ts > should offset control positioning when use v-model:offset :
workspace/vant/vant/packages/vant/src/floating-bubble/test/index.spec.ts#L233
AssertionError: expected 'translate3d(200px, 200px, 0)' to deeply equal 'translate3d(300px, 300px, 0)'
- Expected
+ Received
- translate3d(300px, 300px, 0)
+ translate3d(200px, 200px, 0)
❯ src/floating-bubble/test/index.spec.ts:233:44
|
execute-all (vant)
Process completed with exit code 1.
|
execute-all (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<...>'.
|
execute-all (vue-macros)
Process completed with exit code 1.
|
packages/vue-i18n-core/test/composer.test.ts > __translateVNode > missing:
workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/composer.test.ts#L1747
Error: Snapshot `__translateVNode > missing 1` mismatched
- Expected
+ Received
@@ -22,9 +22,10 @@
"ssFallback": null,
"staticCount": 0,
"suspense": null,
"target": null,
"targetAnchor": null,
+ "targetStart": null,
"transition": null,
"type": Symbol(v-txt),
},
]
❯ packages/vue-i18n-core/test/composer.test.ts:1747:7
|
execute-all (vue-i18n)
Process completed with exit code 1.
|