Skip to content

(PoC) Integrated with alien-signals #13728

(PoC) Integrated with alien-signals

(PoC) Integrated with alien-signals #13728

Triggered via pull request November 9, 2024 01:44
Status Failure
Total duration 2m 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors
test / lint-and-test-dts: packages/reactivity/__tests__/computed.spec.ts#L30
All imports in the declaration are only used as types. Use `import type`
test / lint-and-test-dts: packages/reactivity/__tests__/effect.spec.ts#L25
Imports "Dependency" are only used as type
test / lint-and-test-dts: packages/reactivity/__tests__/effectScope.spec.ts#L2
All imports in the declaration are only used as types. Use `import type`
test / lint-and-test-dts: packages/reactivity/src/dep.ts#L3
Member 'System' of the import declaration should be sorted alphabetically
test / lint-and-test-dts: packages/reactivity/src/dep.ts#L80
Our output target is ES2016, and optional chaining results in verbose helpers and should be avoided
test / lint-and-test-dts: packages/reactivity/src/effect.ts#L2
Imports "DirtyLevels" are only used as type
test / lint-and-test-dts: packages/reactivity/src/effect.ts#L50
Please use non-const enums. This project automatically inlines enums
test / lint-and-test-dts: packages/reactivity/src/effect.ts#L163
Our output target is ES2016, and optional chaining results in verbose helpers and should be avoided
test / lint-and-test-dts: packages/reactivity/src/effectScope.ts#L1
Imports "DirtyLevels", "IEffect" and "Link" are only used as type
test / lint-and-test-dts: packages/reactivity/src/effectScope.ts#L10
Imports "ReactiveEffect" are only used as type
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > debug: onTrack: packages/reactivity/__tests__/computed.spec.ts#L244
AssertionError: expected "spy" to be called 3 times, but got 0 times ❯ packages/reactivity/__tests__/computed.spec.ts:244:21
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > debug: onTrigger (reactive): packages/reactivity/__tests__/computed.spec.ts#L280
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ packages/reactivity/__tests__/computed.spec.ts:280:23
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > debug: onTrigger (ref): packages/reactivity/__tests__/computed.spec.ts#L956
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ packages/reactivity/__tests__/computed.spec.ts:956:23
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should prevent endless recursion in self-referencing computed getters: packages/reactivity/__tests__/computed.spec.ts#L1007
AssertionError: expected '<button>Step</button><p>Step 1</p>' to be '<button>Step</button><p>Step 2</p>' // Object.is equality Expected: "<button>Step</button><p>Step 2</p>" Received: "<button>Step</button><p>Step 1</p>" ❯ packages/reactivity/__tests__/computed.spec.ts:1007:34
packages/reactivity/__tests__/effect.spec.ts > reactivity/effect > events: onTrack: packages/reactivity/__tests__/effect.spec.ts#L760
AssertionError: expected "spy" to be called 3 times, but got 0 times ❯ packages/reactivity/__tests__/effect.spec.ts:760:21
packages/reactivity/__tests__/effect.spec.ts > reactivity/effect > debug: the call sequence of onTrack: packages/reactivity/__tests__/effect.spec.ts#L806
AssertionError: expected '' to be '1,2' // Object.is equality - Expected + Received - 1,2 ❯ packages/reactivity/__tests__/effect.spec.ts:806:28
packages/reactivity/__tests__/effect.spec.ts > reactivity/effect > events: onTrigger: packages/reactivity/__tests__/effect.spec.ts#L825
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ packages/reactivity/__tests__/effect.spec.ts:825:23
packages/reactivity/__tests__/effect.spec.ts > reactivity/effect > debug: the call sequence of onTrigger: packages/reactivity/__tests__/effect.spec.ts#L889
AssertionError: expected '' to be '1,2,3,4' // Object.is equality - Expected + Received - 1,2,3,4 ❯ packages/reactivity/__tests__/effect.spec.ts:889:28
packages/reactivity/__tests__/effectScope.spec.ts > reactivity/effect/scope > should dereference child scope from parent scope after stopping child scope (no memleaks): packages/reactivity/__tests__/effectScope.spec.ts#L239
AssertionError: expected { dep: EffectScope{ …(13) }, …(5) } to be undefined ❯ packages/reactivity/__tests__/effectScope.spec.ts:239:25
packages/reactivity/__tests__/reactive.spec.ts > reactivity/reactive > should release property Dep instance if it no longer has subscribers: packages/reactivity/__tests__/reactive.spec.ts#L410
AssertionError: expected { subs: undefined, …(2) } to be falsy - Expected: Object { "linkedTrackId": 21, "subs": undefined, "subsTail": undefined, } + Received: false ❯ packages/reactivity/__tests__/reactive.spec.ts:410:42
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > basic transition: packages/vue/__tests__/e2e/Transition.spec.ts#L32
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:28:22, <anonymous>:1:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:32:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > named transition: packages/vue/__tests__/e2e/Transition.spec.ts#L88
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:79:22, <anonymous>:1:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:88:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > custom transition classes: packages/vue/__tests__/e2e/Transition.spec.ts#L144
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:130:22, <anonymous>:1:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:144:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition with dynamic name: packages/vue/__tests__/e2e/Transition.spec.ts#L205
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:186:22, <anonymous>:1:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:205:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition events without appear: packages/vue/__tests__/e2e/Transition.spec.ts#L281
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:256:22, <anonymous>:9:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:281:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > events with arguments: packages/vue/__tests__/e2e/Transition.spec.ts#L385
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:353:22, <anonymous>:9:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:385:9
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > onEnterCancelled: packages/vue/__tests__/e2e/Transition.spec.ts#L489
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:448:20, <anonymous>:2:27 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:489:7
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition on appear: packages/vue/__tests__/e2e/Transition.spec.ts#L549
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:503:42, <anonymous>:1:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:549:29
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition events with appear: packages/vue/__tests__/e2e/Transition.spec.ts#L645
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:591:42, <anonymous>:12:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:645:29
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > css: false: packages/vue/__tests__/e2e/Transition.spec.ts#L787
TypeError: Cannot destructure property 'createApp' of 'window.Vue' as it is undefined. ❯ evaluate evaluate at /home/runner/work/core/core/packages/vue/__tests__/e2e/Transition.spec.ts:724:22, <anonymous>:9:29 ❯ ExecutionContext.#evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:449:13 ❯ ExecutionContext.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/ExecutionContext.ts:292:12 ❯ IsolatedWorld.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/IsolatedWorld.ts:194:12 ❯ CdpFrame.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:472:12 ❯ CdpPage.evaluate node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:2219:12 ❯ packages/vue/__tests__/e2e/Transition.spec.ts:787:9