Release candidate #194
Triggered via issue
September 25, 2024 01:56
Status
Success
Total duration
1m 54s
Artifacts
–
Annotations
15 warnings
publish_release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish_release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/create-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish_release:
packages/smarthr-ui/src/components/ComboBox/ListBoxItemButton.tsx#L74
onMouseOver must be accompanied by onFocus for accessibility
|
publish_release:
packages/smarthr-ui/src/components/ComboBox/ListBoxItemButton.tsx#L76
Elements with the ARIA role "option" must have the following attributes defined: aria-selected
|
publish_release:
packages/smarthr-ui/src/components/ComboBox/ListBoxItemButton.tsx#L88
onMouseOver must be accompanied by onFocus for accessibility
|
publish_release:
packages/smarthr-ui/src/components/ComboBox/MultiComboBox.tsx#L335
React Hook useCallback has missing dependencies: 'handleDelete', 'inputValue', 'selectedItems', and 'setInputValueIfUncontrolled'. Either include them or remove the dependency array
|
publish_release:
packages/smarthr-ui/src/components/ComboBox/MultiComboBox.tsx#L454
Non-interactive elements should not be assigned mouse or keyboard event listeners
|
publish_release:
packages/smarthr-ui/src/components/Dialog/ModelessDialog.tsx#L355
Elements with the ARIA role "slider" must have the following attributes defined: aria-valuenow
|
publish_release:
packages/smarthr-ui/src/components/DropZone/DropZone.tsx#L117
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
publish_release:
packages/smarthr-ui/src/components/Dropdown/Dropdown.tsx#L88
React Hook useMemo has an unnecessary dependency: 'isPortalRootMounted'. Either exclude it or remove the dependency array
|
publish_release:
packages/smarthr-ui/src/components/FormControl/FormControl.tsx#L174
React Hook useMemo has an unnecessary dependency: 'isRoleGroup'. Either exclude it or remove the dependency array
|
publish_release:
packages/smarthr-ui/src/components/Stepper/VRTStepper.stories.tsx#L21
Imported JSX component _Default must be in PascalCase or SCREAMING_SNAKE_CASE
|
publish_release
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/
|
publish_release
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/
|
publish_release
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/
|