Skip to content

VvInputText fix mask on negative numbers with leading zero #60

VvInputText fix mask on negative numbers with leading zero

VvInputText fix mask on negative numbers with leading zero #60

Triggered via pull request June 4, 2024 17:41
Status Failure
Total duration 6m 6s
Artifacts

pr-check-suite.yml

on: pull_request
vercel-deploy  /  Deploy-Preview
3m 15s
vercel-deploy / Deploy-Preview
vercel-test  /  storybook
2m 32s
vercel-test / storybook
trigger-automerge  /  approve-pr
trigger-automerge / approve-pr
trigger-automerge  /  merge-pr
trigger-automerge / merge-pr
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 12 warnings
build / build: src/components/VvAlert/index.ts#L146
Type '"passive"' is not assignable to type 'ModifierGuardsKeys'.
build / build: src/components/VvAlert/index.ts#L152
Type '"passive"' is not assignable to type 'ModifierGuardsKeys'.
build / build: src/stories/Accordion/Accordion.stories.ts#L10
Type '{ disabled: { control: string; description: string; table: { defaultValue: { summary: boolean; }; }; }; summary: { description: string; control: { type: string; }; table: { category: string; type: { summary: string; }; }; }; ... 4 more ...; not: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ name: StringConstructor; title: StringConstructor; content: StringConstructor; modelValue: { type: BooleanConstructor; default: undefined; }; disabled: BooleanConstructor; not: BooleanConstructor; modifiers: { ...; }; }, ... 11 more .....'.
build / build: src/stories/AccordionGroup/AccordionGroup.stories.ts#L6
Conversion of type '{ title: string; component: __VLS_WithTemplateSlots<DefineComponent<{ modelValue: { type: globalThis.PropType<string | string[] | undefined>; default: undefined; }; items: { type: globalThis.PropType<VvAccordionGroupItem[]>; default: () => never[]; }; ... 6 more ...; modifiers: { ...; }; }, ... 11 more ..., {}>, Par...' to type 'Meta<__VLS_WithTemplateSlots<DefineComponent<{ modelValue: { type: PropType<string | string[] | undefined>; default: undefined; }; items: { type: PropType<VvAccordionGroupItem[]>; default: () => never[]; }; ... 6 more ...; modifiers: { ...; }; }, ... 11 more ..., {}>, Partial<...> & ... 1 more ... & { ...; }>>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build / build: src/stories/AccordionGroup/AccordionGroupSlots.stories.ts#L14
Type '{ items: { control: { disable: true; }; }; default: { control: { disable: true; }; description: string; table: { category: string; type: { summary: string; }; }; }; disabled: { control: string; description: string; table: { ...; }; }; ... 5 more ...; itemModifiers: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ modelValue: { type: PropType<string | string[] | undefined>; default: undefined; }; items: { type: PropType<VvAccordionGroupItem[]>; default: () => never[]; }; ... 6 more ...; modifiers: { ...; }; }, ... 11 more ..., {}>, Partial<...> ...'.
build / build: src/stories/Alert/Alert.stories.ts#L10
Type '{ title: { description: string; }; content: { description: string; }; dismissable: { description: string; control: string; table: { defaultValue: { summary: boolean; }; }; }; autoClose: { description: string; control: string; table: { ...; }; }; ... 8 more ...; footer: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ modifiers: { type: PropType<string | string[]>; default: undefined; }; dismissable: { type: BooleanConstructor; default: boolean; }; autoClose: { ...; }; ... 7 more ...; id: (StringConstructor | NumberConstructor)[]; }, ... 11 more ......'.
build / build: src/stories/Alert/AlertModifiers.stories.ts#L10
Type '{ title: { description: string; }; content: { description: string; }; dismissable: { description: string; control: string; table: { defaultValue: { summary: boolean; }; }; }; autoClose: { description: string; control: string; table: { ...; }; }; ... 8 more ...; footer: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ modifiers: { type: PropType<string | string[]>; default: undefined; }; dismissable: { type: BooleanConstructor; default: boolean; }; autoClose: { ...; }; ... 7 more ...; id: (StringConstructor | NumberConstructor)[]; }, ... 11 more ......'.
build / build: src/stories/Alert/AlertSlots.stories.ts#L10
Type '{ title: { description: string; }; content: { description: string; }; dismissable: { description: string; control: string; table: { defaultValue: { summary: boolean; }; }; }; autoClose: { description: string; control: string; table: { ...; }; }; ... 8 more ...; footer: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ modifiers: { type: PropType<string | string[]>; default: undefined; }; dismissable: { type: BooleanConstructor; default: boolean; }; autoClose: { ...; }; ... 7 more ...; id: (StringConstructor | NumberConstructor)[]; }, ... 11 more ......'.
build / build: src/stories/AlertGroup/AlertGroup.stories.ts#L10
Type '{ default: { control: { type: string; }; table: { type: { summary: string; }; }; }; before: { control: { type: string; }; table: { type: { summary: string; }; }; }; after: { control: { type: string; }; table: { type: { summary: string; }; }; }; ... 8 more ...; transition: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ name: { type: StringConstructor; required: boolean; }; items: { type: PropType<Alert[]>; default: () => never[]; }; stack: { type: BooleanConstructor; default: boolean; }; ... 5 more ...; modifiers: { ...; }; }, ... 11 more ..., {}>, {...'.
build / build: src/stories/AlertGroup/AlertGroupPosition.stories.ts#L10
Type '{ default: { control: { type: string; }; table: { type: { summary: string; }; }; }; before: { control: { type: string; }; table: { type: { summary: string; }; }; }; after: { control: { type: string; }; table: { type: { summary: string; }; }; }; ... 8 more ...; transition: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ComponentPropsAndSlots<__VLS_WithTemplateSlots<DefineComponent<{ name: { type: StringConstructor; required: boolean; }; items: { type: PropType<Alert[]>; default: () => never[]; }; stack: { type: BooleanConstructor; default: boolean; }; ... 5 more ...; modifiers: { ...; }; }, ... 11 more ..., {}>, {...'.
vercel-test / storybook
Process completed with exit code 1.
build / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2.2.2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build / build
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build / build
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/
build / build
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/
build / build
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/
analysis / SonarCloud
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
vercel-deploy / Deploy-Preview
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
vercel-deploy / Deploy-Preview
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
vercel-deploy / Deploy-Preview
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/
vercel-deploy / Deploy-Preview
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/
vercel-deploy / Deploy-Preview
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/
vercel-test / storybook
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.2.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.