Skip to content

feat(Card): Remove deprecated and unused props #657

feat(Card): Remove deprecated and unused props

feat(Card): Remove deprecated and unused props #657

Triggered via pull request February 26, 2024 19:48
Status Success
Total duration 49s
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/JumpLinks/examples/JumpLinksBasic.tsx#L6
The `href` prop on JumpLinksItem is now required
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksBasic.tsx#L7
The `href` prop on JumpLinksItem is now required
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-core/src/components/JumpLinks/examples/JumpLinksBasic.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksVertical.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksVerticalWithLabel.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksWithCenteredList.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/JumpLinks/examples/JumpLinksWithLabel.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/react-core/src/components/Page/examples/PageGroupSection.tsx#L105
Classes from the `variant` prop will now only be applied to PageSection when the `type` prop has a value of "default"
test / error-tests: test/packages/react-core/src/components/Page/examples/PageGroupSection.tsx#L107
Classes from the `variant` prop will now only be applied to PageSection when the `type` prop has a value of "default"
test / error-tests: test/packages/react-core/src/components/Page/examples/PageGroupSection.tsx#L108
Classes from the `variant` prop will now only be applied to PageSection when the `type` prop has a value of "default"
test / error-tests: test/packages/react-core/src/components/Page/examples/PageHorizontalNav.tsx#L38
Classes from the `variant` prop will now only be applied to PageSection when the `type` prop has a value of "default"