Skip to content

feat: jsx-coercion (#876) #734

feat: jsx-coercion (#876)

feat: jsx-coercion (#876) #734

Triggered via push May 16, 2024 23:13
Status Failure
Total duration 2m 36s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Release: components/Code/index.tsx#L11
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Release: components/Code/index.tsx#L13
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Release: example/App.tsx#L6
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Release: index.tsx#L96
Type '() => { Variable: any; code: (props: Props) => React.JSX.Element; 'code-tabs': (props: any) => React.JSX.Element; 'html-block': ({ children, runScripts, safeMode }: { children?: string; runScripts?: boolean; safeMode?: boolean; }) => React.JSX.Element; ... 13 more ...; TableOfContents: any; }' is not assignable to type 'UseMdxComponents'.
Release: index.tsx#L120
Property 'components' does not exist on type '{}'.
Release: processor/transform/readme-components.ts#L17
Property 'name' does not exist on type 'MdxJsxAttribute | MdxJsxExpressionAttribute'.
Release: processor/transform/readme-components.ts#L24
No overload matches this call.
Release: processor/transform/readme-components.ts#L25
Property 'name' does not exist on type 'Node<Data>'.
Release: processor/transform/readme-components.ts#L27
Property 'name' does not exist on type 'Node<Data>'.
Release: processor/transform/readme-components.ts#L29
Property 'value' does not exist on type '{}'.
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.