feat(shared-types,ui-progress): add customization options for progressbar #4184
pr-validation.yml
on: pull_request
Lint commit msg + code
4m 40s
Vitest unit tests
4m 29s
Cypress component tests
4m 21s
Legacy unit tests
4m 54s
Annotations
12 errors and 4 warnings
Cypress component tests:
packages/ui-progress/src/ProgressBar/props.ts#L144
Property 'renderValueInside' is missing in type '{ screenReaderLabel: PropTypes.Validator<string>; size: PropTypes.Requireable<string>; valueMax: PropTypes.Requireable<number>; valueNow: PropTypes.Requireable<number>; ... 7 more ...; as: PropTypes.Requireable<...>; }' but required in type 'PropValidators<keyof ProgressBarOwnProps>'.
|
Cypress component tests:
packages/ui-progress/src/ProgressBar/theme.ts#L99
Type 'number' is not assignable to type 'string'.
|
Cypress component tests
Process completed with exit code 2.
|
Vitest unit tests:
packages/ui-progress/src/ProgressBar/props.ts#L144
Property 'renderValueInside' is missing in type '{ screenReaderLabel: PropTypes.Validator<string>; size: PropTypes.Requireable<string>; valueMax: PropTypes.Requireable<number>; valueNow: PropTypes.Requireable<number>; ... 7 more ...; as: PropTypes.Requireable<...>; }' but required in type 'PropValidators<keyof ProgressBarOwnProps>'.
|
Vitest unit tests:
packages/ui-progress/src/ProgressBar/theme.ts#L99
Type 'number' is not assignable to type 'string'.
|
Vitest unit tests
Process completed with exit code 2.
|
Lint commit msg + code:
packages/ui-progress/src/ProgressBar/props.ts#L144
Property 'renderValueInside' is missing in type '{ screenReaderLabel: PropTypes.Validator<string>; size: PropTypes.Requireable<string>; valueMax: PropTypes.Requireable<number>; valueNow: PropTypes.Requireable<number>; ... 7 more ...; as: PropTypes.Requireable<...>; }' but required in type 'PropValidators<keyof ProgressBarOwnProps>'.
|
Lint commit msg + code:
packages/ui-progress/src/ProgressBar/theme.ts#L99
Type 'number' is not assignable to type 'string'.
|
Lint commit msg + code
Process completed with exit code 2.
|
Legacy unit tests:
packages/ui-progress/src/ProgressBar/props.ts#L144
Property 'renderValueInside' is missing in type '{ screenReaderLabel: PropTypes.Validator<string>; size: PropTypes.Requireable<string>; valueMax: PropTypes.Requireable<number>; valueNow: PropTypes.Requireable<number>; ... 7 more ...; as: PropTypes.Requireable<...>; }' but required in type 'PropValidators<keyof ProgressBarOwnProps>'.
|
Legacy unit tests:
packages/ui-progress/src/ProgressBar/theme.ts#L99
Type 'number' is not assignable to type 'string'.
|
Legacy unit tests
Process completed with exit code 2.
|
Cypress component tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vitest unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint commit msg + code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Legacy unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|