chore: remove documentComponents from the public API #179
dry-run.yml
on: pull_request
dry-run
/
Create build tree
4s
dry-run
/
Build board components
2m 2s
dry-run
/
Build code view components
1m 4s
dry-run
/
Build chat components
1m 28s
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / Components integration tests shards
dry-run
/
Components unit tests
4m 28s
dry-run
/
Components motion tests
4m 3s
dry-run
/
Demos tests
9m 42s
dry-run
/
Components accessibility tests
3s
dry-run
/
Components integration tests
2s
Annotations
72 warnings
|
dry-run / Build documenter:
fixtures/components/complex-types/table/interfaces.ts#L23
Unexpected any. Specify a different type
|
|
dry-run / Build documenter:
fixtures/components/complex-types/table/interfaces.ts#L6
Unexpected any. Specify a different type
|
|
dry-run / Build documenter:
fixtures/components/complex-types/table/index.tsx#L8
'props' is defined but never used
|
|
dry-run / Build documenter:
fixtures/components/complex-types/table/index.tsx#L8
Unexpected any. Specify a different type
|
|
dry-run / Build documenter:
fixtures/components/complex-types/table/index.tsx#L8
Missing return type on function
|
|
dry-run / Build documenter:
fixtures/components/complex-types/side-navigation/index.tsx#L17
'props' is defined but never used
|
|
dry-run / Build documenter:
fixtures/components/complex-types/side-navigation/index.tsx#L17
Missing return type on function
|
|
dry-run / Build documenter:
fixtures/components/complex-types/column-layout/index.tsx#L15
'props' is defined but never used
|
|
dry-run / Build documenter:
fixtures/components/complex-types/column-layout/index.tsx#L15
Missing return type on function
|
|
dry-run / Build documenter:
fixtures/components/complex-types/button-group/index.tsx#L12
Missing return type on function
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Forbidden non-null assertion
|
|
dry-run / Build test-utils
Unexpected any. Specify a different type
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: expose configuration property'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO Enable after fixing 'Distinguish...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO Enable after fixing...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: enable after fixing 'tools...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: remove polyfill with es2019...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Prop "className" is forbidden on Components
|
|
dry-run / Build code view components
Prop "id" is forbidden on Components
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Unexpected any. Specify a different type
|
|
dry-run / Build code view components
Prop "className" is forbidden on Components
|
|
dry-run / Build code view components
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Prop "className" is forbidden on Components
|
|
dry-run / Build chat components
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components
Prop "id" is forbidden on Components
|
|
dry-run / Build board components
Prop "id" is forbidden on Components
|
|
dry-run / Build board components
Prop "id" is forbidden on Components
|
|
dry-run / Build board components
Prop "className" is forbidden on Components
|
|
dry-run / Build board components
Prop "className" is forbidden on Components
|
|
dry-run / Build board components
Prop "id" is forbidden on Components
|
|
dry-run / Build board components
Run autofix to sort these imports!
|
|
dry-run / Build board components
Run autofix to sort these imports!
|
|
dry-run / Build board components
Unexpected any. Specify a different type
|
|
dry-run / Build board components
Unexpected any. Specify a different type
|
|
dry-run / Build board components
Unexpected any. Specify a different type
|
|
RETRY 1: refresh-toolbar › switches between mobile and desktop modes:
src/app-layout/__integ__/awsui-applayout.test.ts#L79
expect(received).resolves.toBe(expected) // Object.is equality
Expected: false
Received: true
at Object.toBe (node_modules/expect/build/index.js:174:22)
at src/app-layout/__integ__/awsui-applayout.test.ts:79:62
at src/app-layout/__integ__/awsui-applayout.test.ts:40:7
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: allows to scroll overflowing table by focusing the wrapper:
src/table/__integ__/keyboard-scroll.test.ts#L36
expect(received).toBeLessThan(expected)
Expected: < 25
Received: 40
at src/table/__integ__/keyboard-scroll.test.ts:36:25
at RetryOperation._fn (node_modules/p-retry/index.js:50:12)
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Unexpected any. Specify a different type
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Use JSX file extension as needed
|
|
dry-run / Demos tests
Unexpected any. Specify a different type
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cloudscape-design-board-components
Expired
|
287 KB |
sha256:9f0a20c16da7810e94b28c0958a983b4a2f4d07c2d2694a2c686192f0a50eb10
|
|
|
cloudscape-design-chat-components
Expired
|
89.2 KB |
sha256:b14b3e91fe7ec8e3ac499e0612fa87acdce25ba65a8ecd396719e4dde4d0f383
|
|
|
cloudscape-design-code-view
Expired
|
47.9 KB |
sha256:59e58aa834c609975db3bcc59255fcff733ad8bf1f0c4d057766195428b91aca
|
|
|
cloudscape-design-components
Expired
|
8.05 MB |
sha256:f878217100e083f605c0fdff53050eccc3dd11bf728399afb190a2903d5c26a6
|
|
|
cloudscape-design-documenter
Expired
|
34.3 KB |
sha256:ae3f71d6d22669d3f08cd3a58e292f3eaaff65b103fbe41dc5ad430182c931af
|
|
|
cloudscape-design-test-utils
Expired
|
22.2 KB |
sha256:893f884404e0a58562e69e25c3c60645d2abb6ba3fdc4294f6685132ee9ed2eb
|
|