fix(compat): don't warn deprecation if compat config is disabled #18
ci.yml
on: push
test
/
unit-test
57s
test
/
unit-test-windows
1m 10s
test
/
e2e-test
1m 13s
test
/
lint-and-test-dts
45s
continuous-release
0s
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
|