Skip to content

fix style stability content search #120

fix style stability content search

fix style stability content search #120

Triggered via pull request January 29, 2024 09:50
Status Failure
Total duration 1m 18s
Artifacts

release-next-npm-version.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
build: api/register-block-extension/index.js#L4
Cannot find module '@wordpress/hooks' or its corresponding type declarations.
build: api/register-block-extension/index.js#L5
Cannot find module '@wordpress/compose' or its corresponding type declarations.
build: api/register-block-extension/index.js#L56
Generic type 'Array<T>' requires 1 type argument(s).
build: api/register-block-extension/index.js#L61
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
build: api/register-block-extension/index.js#L67
Type '{ attributes: any; }' is not assignable to type 'any[]'.
build: api/register-block-extension/index.js#L68
Property 'attributes' does not exist on type 'object'.
build: api/register-block-extension/index.js#L83
Parameter 'BlockEdit' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L84
Parameter 'props' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L117
Parameter 'BlockList' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L118
Parameter 'props' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L4
Cannot find module '@wordpress/hooks' or its corresponding type declarations.
build: api/register-block-extension/index.js#L5
Cannot find module '@wordpress/compose' or its corresponding type declarations.
build: api/register-block-extension/index.js#L56
Generic type 'Array<T>' requires 1 type argument(s).
build: api/register-block-extension/index.js#L61
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
build: api/register-block-extension/index.js#L67
Type '{ attributes: any; }' is not assignable to type 'any[]'.
build: api/register-block-extension/index.js#L68
Property 'attributes' does not exist on type 'object'.
build: api/register-block-extension/index.js#L83
Parameter 'BlockEdit' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L84
Parameter 'props' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L117
Parameter 'BlockList' implicitly has an 'any' type.
build: api/register-block-extension/index.js#L118
Parameter 'props' implicitly has an 'any' type.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/