feat(accessible-names): require accessible names in non-text wrapping components #2491
Triggered via pull request
December 13, 2024 12:56
nataliadelmar
synchronize
#732
Status
Failure
Total duration
3m 28s
Artifacts
–
pull-request.yml
on: pull_request_target
Check - Validation
0s
Test - Source
2m 35s
Test - static
35s
Build - Source
37s
Annotations
16 errors and 4 warnings
Test - static:
src/components/Popover/Popover.stories.tsx#L145
Type '{ children: Element[]; ariaToolbarItemsSize: number; ariaLabel: string; }' is not assignable to type 'IntrinsicAttributes & PropsWithChildren<Props>'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L22
Property ''aria-label'' is missing in type '{ name: "haha"; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L32
Property ''aria-label'' is missing in type '{ name: "haha"; className: string; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L42
Property ''aria-label'' is missing in type '{ name: "haha"; id: string; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L52
Property ''aria-label'' is missing in type '{ name: "haha"; style: { color: string; }; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L62
Property ''aria-label'' is missing in type '{ name: "haha"; size: 16; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L72
Property ''aria-label'' is missing in type '{ name: "haha"; size: 16; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L97
Property ''aria-label'' is missing in type '{ name: "haha"; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L108
Property ''aria-label'' is missing in type '{ name: "haha"; className: string; }' but required in type 'Props'.
|
Test - static:
src/components/Reaction/Reaction.unit.test.tsx#L119
Property ''aria-label'' is missing in type '{ name: "haha"; id: string; }' but required in type 'Props'.
|
Build - Source:
src/components/AriaToolbar/AriaToolbar.types.ts#L5
Cannot find module 'src/utils/a11y' or its corresponding type declarations.
|
Build - Source:
src/components/List/List.types.ts#L3
Cannot find module 'src/utils/a11y' or its corresponding type declarations.
|
Build - Source:
src/components/Reaction/Reaction.types.ts#L7
Cannot find module 'src/utils/a11y' or its corresponding type declarations.
|
Build - Source:
src/components/Slider/Slider.types.ts#L3
Cannot find module 'src/utils/a11y' or its corresponding type declarations.
|
Build - Source:
src/components/Tree/Tree.types.ts#L10
Cannot find module 'src/utils/a11y' or its corresponding type declarations.
|
Build - Source
Process completed with exit code 2.
|
Initialize
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Test - Source
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Build - Source
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Test - static
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|