feat: Add Table Selection Dropdown #21954
build-lint-test.yml
on: pull_request
Matrix: build
Matrix: deploy
Waiting for pending jobs
Annotations
6 errors and 30 warnings
|
build (React 18) / build
Process completed with exit code 1.
|
|
Components › definition for table matches the snapshot:
src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint)
Snapshot name: `Components definition for table matches the snapshot: table 1`
- Snapshot - 19
+ Received + 4
@@ -124,46 +124,31 @@
},
{
"cancelable": false,
"description": "Fired when a user activates a selection controller item from the dropdown menu.
The event detail contains the `id` of the activated item and, for checkbox items,
- the `checked` state.
+ the new `checked` state.
The table does not automatically modify `selectedItems`. Use this event
to implement custom selection logic and update `selectedItems` accordingly.",
"detailInlineType": {
- "name": "ButtonDropdownProps.ItemClickDetails",
+ "name": "TableProps.SelectionControllerItemClickDetail",
"properties": [
{
"name": "checked",
"optional": true,
"type": "boolean",
},
{
- "name": "external",
- "optional": true,
- "type": "boolean",
- },
- {
- "name": "href",
- "optional": true,
- "type": "string",
- },
- {
"name": "id",
"optional": false,
"type": "string",
},
- {
- "name": "target",
- "optional": true,
- "type": "string",
- },
],
"type": "object",
},
- "detailType": "ButtonDropdownProps.ItemClickDetails",
+ "detailType": "TableProps.SelectionControllerItemClickDetail",
"name": "onSelectionControllerItemClick",
},
{
"cancelable": false,
"description": "Called when either the column to sort by or the direction of sorting changes upon user interaction.
@@ -1002,11 +987,11 @@
The selection controller is not rendered when `selectionType` is `"single"`,
when `expandableRows` with `groupSelection` is configured, or when this
prop is undefined or an empty array.",
"name": "selectionControllerItems",
"optional": true,
- "type": "ButtonDropdownProps.Items",
+ "type": "ReadonlyArray<TableProps.SelectionControllerItem | TableProps.SelectionControllerItemGroup>",
},
{
"description": "Specifies the selection type (`'single' | 'multi'`).",
"inlineType": {
"name": "TableProps.SelectionType",
at src/__tests__/snapshot-tests/documenter.test.ts:15:24
|
|
build / build
The strategy configuration was canceled because "build._18" failed
|
|
build / build
Process completed with exit code 1.
|
|
Components › definition for table matches the snapshot:
src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint)
Snapshot name: `Components definition for table matches the snapshot: table 1`
- Snapshot - 19
+ Received + 4
@@ -124,46 +124,31 @@
},
{
"cancelable": false,
"description": "Fired when a user activates a selection controller item from the dropdown menu.
The event detail contains the `id` of the activated item and, for checkbox items,
- the `checked` state.
+ the new `checked` state.
The table does not automatically modify `selectedItems`. Use this event
to implement custom selection logic and update `selectedItems` accordingly.",
"detailInlineType": {
- "name": "ButtonDropdownProps.ItemClickDetails",
+ "name": "TableProps.SelectionControllerItemClickDetail",
"properties": [
{
"name": "checked",
"optional": true,
"type": "boolean",
},
{
- "name": "external",
- "optional": true,
- "type": "boolean",
- },
- {
- "name": "href",
- "optional": true,
- "type": "string",
- },
- {
"name": "id",
"optional": false,
"type": "string",
},
- {
- "name": "target",
- "optional": true,
- "type": "string",
- },
],
"type": "object",
},
- "detailType": "ButtonDropdownProps.ItemClickDetails",
+ "detailType": "TableProps.SelectionControllerItemClickDetail",
"name": "onSelectionControllerItemClick",
},
{
"cancelable": false,
"description": "Called when either the column to sort by or the direction of sorting changes upon user interaction.
@@ -1002,11 +987,11 @@
The selection controller is not rendered when `selectionType` is `"single"`,
when `expandableRows` with `groupSelection` is configured, or when this
prop is undefined or an empty array.",
"name": "selectionControllerItems",
"optional": true,
- "type": "ButtonDropdownProps.Items",
+ "type": "ReadonlyArray<TableProps.SelectionControllerItem | TableProps.SelectionControllerItemGroup>",
},
{
"description": "Specifies the selection type (`'single' | 'multi'`).",
"inlineType": {
"name": "TableProps.SelectionType",
at src/__tests__/snapshot-tests/documenter.test.ts:15:24
|
|
Build, lint and test
The strategy configuration was canceled because "build._18" failed
|
|
build (React 18) / git-secrets
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / git-secrets
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (React 18) / codeql
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (React 18) / codeql
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
build (React 18) / codeql
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
build / codeql
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / codeql
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
build / codeql
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
build (React 18) / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
build (React 18) / build:
src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
build (React 18) / build:
src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
build (React 18) / build:
pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
build (React 18) / build:
pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build (React 18) / build:
pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build (React 18) / build:
pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build (React 18) / build:
pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build (React 18) / build:
pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
build (React 18) / build:
pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
build / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
build / build:
src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
build / build:
src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
build / build:
pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
build / build:
pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build / build:
pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build / build:
pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build / build:
pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
build / build:
pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
build / build:
pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dev-pages-react16
|
15.5 MB |
sha256:e5e9f4f106a3a221ee786d85888771ac7e28c4afb8e3c43faff945e197cf8fad
|
|
|
dev-pages-react18
|
15.5 MB |
sha256:81844c472dc2142e14bbcd3d4e48f18b4b87898c73d3c3f452f9b8ebf4356cf0
|
|