Skip to content

[DRAFT] feat: configurable <MotionGroup> child element variants using :config-fn prop #192

[DRAFT] feat: configurable <MotionGroup> child element variants using :config-fn prop

[DRAFT] feat: configurable <MotionGroup> child element variants using :config-fn prop #192

Triggered via pull request May 29, 2024 08:38
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
tests/components.spec.ts > '`<Motion>` component' > Lifecycle variants: src/utils/component.ts#L165
DataCloneError: #<Object> could not be cloned. ❯ src/utils/component.ts:165:35 ❯ ReactiveEffect.fn node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:993:13 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ❯ ComputedRefImpl.get value [as value] node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1005:109 ❯ Proxy.<anonymous> src/components/Motion.ts:23:49 ❯ renderComponentRoot node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 25, INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 }
tests/components.spec.ts > '`<Motion>` component' > Visibility variants: src/utils/component.ts#L165
DataCloneError: #<Object> could not be cloned. ❯ src/utils/component.ts:165:35 ❯ ReactiveEffect.fn node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:993:13 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ❯ ComputedRefImpl.get value [as value] node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1005:109 ❯ Proxy.<anonymous> src/components/Motion.ts:23:49 ❯ renderComponentRoot node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 25, INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 }
tests/components.spec.ts > '`<Motion>` component' > Event variants: src/utils/component.ts#L165
DataCloneError: #<Object> could not be cloned. ❯ src/utils/component.ts:165:35 ❯ ReactiveEffect.fn node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:993:13 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ❯ ComputedRefImpl.get value [as value] node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1005:109 ❯ Proxy.<anonymous> src/components/Motion.ts:23:49 ❯ renderComponentRoot node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/.pnpm/@VUE+runtime-core@3.4.23/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46 ❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.4.23/node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 25, INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 }
ci (ubuntu-latest, 18)
Process completed with exit code 1.
ci (ubuntu-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2.0.1, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (ubuntu-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (ubuntu-latest, 18)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ci (ubuntu-latest, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ci (ubuntu-latest, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ci (ubuntu-latest, 18): src/directive/index.ts#L47
'binding' is defined but never used. Allowed unused args must match /^_/u
ci (ubuntu-latest, 18): src/directive/index.ts#L48
'node' is defined but never used. Allowed unused args must match /^_/u