Skip to content

feat: CSS vars updater package #925

feat: CSS vars updater package

feat: CSS vars updater package #925

Triggered via pull request November 13, 2024 12:21
Status Success
Total duration 58s
Artifacts

check-pr.yml

on: pull_request
test  /  unit-tests
39s
test / unit-tests
test  /  class-name-updater-tests
22s
test / class-name-updater-tests
test  /  error-tests
48s
test / error-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 19 warnings
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L97
Icons must now be passed to the `icon` prop of Button instead of as children. If you are passing anything other than an icon as children, ignore this rule when running fixes
test / error-tests: test/packages/react-core/src/components/Card/examples/CardClickable.tsx#L23
The markup for clickable-only cards has been updated
test / error-tests: test/packages/react-core/src/components/Card/examples/CardClickable.tsx#L35
The markup for clickable-only cards has been updated
test / error-tests: test/packages/react-core/src/components/Card/examples/CardClickable.tsx#L46
The markup for clickable-only cards has been updated
test / error-tests: test/packages/react-core/src/components/Checkbox/examples/CheckboxReversed.tsx#L5
isLabelBeforeButton prop for Checkbox has been replaced with labelPosition="start"
test / error-tests: test/packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasic.tsx#L2
DualListSelector, DualListSelectorPane, DualListSelectorList, DualListSelectorListItem, DualListSelectorControlsWrapper, and DualListSelectorControl have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicSearch.tsx#L2
DualListSelector, DualListSelectorPane, DualListSelectorList, DualListSelectorListItem, DualListSelectorControlsWrapper, and DualListSelectorControl have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicTooltips.tsx#L2
DualListSelector, DualListSelectorPane, DualListSelectorList, DualListSelectorListItem, DualListSelectorControlsWrapper, and DualListSelectorControl have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/react-core/src/components/DualListSelector/examples/DualListSelectorComplexOptionsActions.tsx#L2
DualListSelector, DualListSelectorPane, DualListSelectorList, DualListSelectorListItem, DualListSelectorControlsWrapper, and DualListSelectorControl have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/react-core/src/components/DualListSelector/examples/DualListSelectorDragDrop.tsx#L2
DualListSelector, DualListSelectorPane, DualListSelectorList, DualListSelectorListItem, DualListSelectorControlsWrapper, and DualListSelectorControl have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests
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 / unit-tests
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 / class-name-updater-tests
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 / class-name-updater-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 / class-name-updater-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 / unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L29
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L46
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L63
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L77
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L103
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionDefinitionList.tsx#L17
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionDefinitionList.tsx#L34
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionDefinitionList.tsx#L51
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionDefinitionList.tsx#L65
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionDefinitionList.tsx#L87
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper