Skip to content

feat(Tabs): updated props and markup #636

feat(Tabs): updated props and markup

feat(Tabs): updated props and markup #636

Triggered via pull request February 19, 2024 22:31
Status Success
Total duration 56s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
test / error-tests: test/packages/react-core/src/components/ActionList/examples/ActionListSingleGroup.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / error-tests: test/packages/react-core/src/components/Alert/examples/AlertDynamicLiveRegion.tsx#L2
add missing import InputGroupItem from @patternfly/react-core
test / error-tests: test/packages/react-core/src/components/Alert/examples/AlertDynamicLiveRegion.tsx#L44
Any non-InputGroupText child passed to InputGroup must now be wrapped within an InputGroupItem. The InputGroupItem may need the "isFill", "isPlain", and/or "isBox" props adjusted
test / error-tests: test/packages/react-core/src/components/Alert/examples/AlertDynamicLiveRegion.tsx#L44
Any non-InputGroupText child passed to InputGroup must now be wrapped within an InputGroupItem. The InputGroupItem may need the "isFill", "isPlain", and/or "isBox" props adjusted
test / error-tests: test/packages/react-core/src/components/Alert/examples/AlertDynamicLiveRegion.tsx#L44
Any non-InputGroupText child passed to InputGroup must now be wrapped within an InputGroupItem. The InputGroupItem may need the "isFill", "isPlain", and/or "isBox" props adjusted
test / error-tests: test/packages/react-core/src/components/Breadcrumb/examples/BreadcrumbDropdown.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / error-tests: test/packages/react-core/src/components/Card/examples/CardDeprecatedSelectable.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / error-tests: test/packages/react-core/src/components/Card/examples/CardExpandable.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / error-tests: test/packages/react-core/src/components/Card/examples/CardExpandableWithIcon.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / error-tests: test/packages/react-core/src/components/Card/examples/CardHeaderInCardHead.tsx#L2
Dropdown, and DropdownItem have been deprecated. Running the fix flag will update your imports and/or exports to our deprecated package, but we suggest using our new Dropdown implementation
test / unit-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / unit-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test / error-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / error-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx#L526
We've added the EmptyStateFooter sub-component, which should be added to wrap content after EmptyStateBody
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx#L549
We've added the EmptyStateFooter sub-component, which should be added to wrap content after EmptyStateBody
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx#L617
The default value of the Popover prop 'appendTo' has been updated to a value of "inline" and may cause markup changes that require updating selectors used in tests
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/CodeEditorControl.tsx#L40
Tooltips without a `triggerRef` will now have a wrapping div which may cause issues. Snapshots may need to be updated, or to avoid the wrapping div add a `triggerRef` with a ref which is attached to the trigger element
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorBasic.tsx#L2
The react-dropzone dependency used within CodeEditor has been updated from version 9 to version 14
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorCustomControl.tsx#L2
The react-dropzone dependency used within CodeEditor has been updated from version 9 to version 14
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorShortcutMainHeader.tsx#L2
The react-dropzone dependency used within CodeEditor has been updated from version 9 to version 14
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorSizeToFit.tsx#L2
The react-dropzone dependency used within CodeEditor has been updated from version 9 to version 14
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorWithActions.tsx#L2
The react-dropzone dependency used within CodeEditor has been updated from version 9 to version 14
test / error-tests: test/packages/react-core/src/components/AboutModal/examples/AboutModalBasic.tsx#L2
The AboutModalBoxHero sub-component has been removed from AboutModal. Selectors in tests may need to be updated