feat(Menu): updated markup for MenuItemAction #656
check-pr.yml
on: pull_request
test
/
unit-tests
33s
test
/
error-tests
46s
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 / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksBasic.tsx#L8
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L6
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L7
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L10
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L11
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L12
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L15
The `href` prop on JumpLinksItem is now required
|
test / error-tests:
test/packages/react-core/src/components/JumpLinks/examples/JumpLinksExpandableVerticalWithSubsection.tsx#L16
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/Menu/examples/MenuWithActions.tsx#L2
The markup for MenuItemAction has been updated. It now uses our Button component internally, has a wrapper around the action button, and no longer renders an icon wrapper inside the action button
|
test / error-tests:
test/packages/react-core/src/components/Menu/examples/MenuWithFavorites.tsx#L2
The markup for MenuItemAction has been updated. It now uses our Button component internally, has a wrapper around the action button, and no longer renders an icon wrapper inside the action button
|
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"
|