Skip to content

Publish pre-release #47

Publish pre-release

Publish pre-release #47

Manually triggered September 19, 2024 08:59
Status Success
Total duration 4m 11s
Artifacts

pre-release-publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: packages/Form/Input/switch/src/Switch.stories.tsx#L46
`'` can be escaped with `'`, `‘`, `'`, `’`
publish: packages/alert/src/Alert.stories.tsx#L64
`'` can be escaped with `'`, `‘`, `'`, `’`
publish: packages/alert/src/AlertCore.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
publish: packages/alert/src/AlertWithType.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
publish: packages/button/src/ButtonCore.tsx#L21
The button type attribute must be specified by a static string or a trivial ternary expression
publish: packages/core/src/getClickId.tsx#L13
Assignment to property of function parameter 'previous'
publish: packages/core/src/getClickId.tsx#L32
Do not access Object.prototype method 'hasOwnProperty' from target object
publish: packages/popover/src/PopoverBase.stories.tsx#L59
`'` can be escaped with `'`, `‘`, `'`, `’`
publish: packages/table/src/Paging/Paging.tsx#L41
React Hook useCallback has missing dependencies: 'currentPage' and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
publish: packages/table/src/Paging/Paging.tsx#L50
React Hook useCallback has missing dependencies: 'numberItems' and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback