Skip to content

chore: bump vue from 3.2.47 to 3.4.21 #194

chore: bump vue from 3.2.47 to 3.4.21

chore: bump vue from 3.2.47 to 3.4.21 #194

Triggered via push March 19, 2024 06:58
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors
packages/runtime-core/__tests__/apiCreateApp.spec.ts > api: createApp > directive: packages/runtime-core/__tests__/apiCreateApp.spec.ts#L213
AssertionError: expected "spy" to be called at least once ❯ packages/runtime-core/__tests__/apiCreateApp.spec.ts:213:18
packages/runtime-core/__tests__/apiCreateApp.spec.ts > api: createApp > mixin: packages/runtime-core/__tests__/apiCreateApp.spec.ts#L295
AssertionError: expected [ 'mixinA created', …(2) ] to deeply equal [ 'mixinA created', …(5) ] - Expected + Received Array [ "mixinA created", "mixinB created", "comp created", - "mixinA mounted", - "mixinB mounted", - "comp mounted", ] ❯ packages/runtime-core/__tests__/apiCreateApp.spec.ts:295:19
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > via setup context: packages/runtime-core/__tests__/apiExpose.spec.ts#L28
AssertionError: expected undefined to be truthy - Expected: undefined + Received: false ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:28:28
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > via options: packages/runtime-core/__tests__/apiExpose.spec.ts#L59
AssertionError: expected undefined to be truthy - Expected: undefined + Received: false ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:59:28
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > options + context: packages/runtime-core/__tests__/apiExpose.spec.ts#L93
AssertionError: expected undefined to be truthy - Expected: undefined + Received: false ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:93:28
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > options: empty: packages/runtime-core/__tests__/apiExpose.spec.ts#L118
AssertionError: expected undefined to be truthy - Expected: undefined + Received: false ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:118:28
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > options: empty + setup context: packages/runtime-core/__tests__/apiExpose.spec.ts#L141
AssertionError: expected undefined to be truthy - Expected: undefined + Received: false ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:141:28
packages/runtime-core/__tests__/apiExpose.spec.ts > api: expose > expose should allow access to built-in instance properties: packages/runtime-core/__tests__/apiExpose.spec.ts#L221
TypeError: Cannot use 'in' operator to search for '$el' in undefined ❯ packages/runtime-core/__tests__/apiExpose.spec.ts:221:12
packages/runtime-core/__tests__/apiLifecycle.spec.ts > api: lifecycle hooks > onMounted: packages/runtime-core/__tests__/apiLifecycle.spec.ts#L59
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ packages/runtime-core/__tests__/apiLifecycle.spec.ts:59:16
packages/runtime-core/__tests__/apiLifecycle.spec.ts > api: lifecycle hooks > onBeforeUnmount in onMounted: packages/runtime-core/__tests__/apiLifecycle.spec.ts#L217
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ packages/runtime-core/__tests__/apiLifecycle.spec.ts:217:16
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/todomvc.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "classic". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/TransitionGroup.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "enter". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/Transition.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "basic transition". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/Transition.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "basic transition". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/todomvc.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "composition". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/TransitionGroup.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "leave". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/Transition.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "named transition". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/TransitionGroup.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "enter + leave". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/Transition.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "custom transition classes". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject') ❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 ❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18 ❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242 ❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226 ❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4 This error originated in "packages/vue/__tests__/e2e/TransitionGroup.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "appear". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.