Skip to content

fix(compat): don't warn deprecation if compat config is disabled #18

fix(compat): don't warn deprecation if compat config is disabled

fix(compat): don't warn deprecation if compat config is disabled #18

Triggered via push November 20, 2024 10:52
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
packages/vue-compat/__tests__/componentAsync.spec.ts > COMPONENT_ASYNC > resolve/reject: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentAsync.spec.ts > COMPONENT_ASYNC > Promise: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentAsync.spec.ts > COMPONENT_ASYNC > object syntax: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentFunctional.spec.ts > COMPONENT_FUNCTIONAL > basic usage: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentFunctional.spec.ts > COMPONENT_FUNCTIONAL > copies compatConfig option: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-some-attr" with v-bind value `false` will render data-some-attr="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with: configureCompat({ ATTR_FALSE_VALUE: false }) Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentVModel.spec.ts > COMPONENT_V_MODEL > basic usage: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/componentVModel.spec.ts > COMPONENT_V_MODEL > with model option: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/filters.spec.ts > FILTERS > global registration: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/instance.spec.ts > INSTANCE_SET: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11
packages/vue-compat/__tests__/instance.spec.ts > INSTANCE_DELETE: scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings: - [Vue warn]: (deprecation GLOBAL_MOUNT) The global app bootstrapping API has changed: vm.$mount() and the "el" option have been removed. Use createApp(RootComponent).mount() instead. Details: https://v3-migration.vuejs.org/breaking-changes/global-api.html#mounting-app-instance ❯ scripts/setup-vitest.ts:101:11