Skip to content

Fix: respect isEditable context in PostMeta component #212

Fix: respect isEditable context in PostMeta component

Fix: respect isEditable context in PostMeta component #212

Triggered via pull request October 11, 2024 12:09
Status Success
Total duration 8m 30s
Artifacts
build_and_release
4m 31s
build_and_release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
fabiankaegy
approved Oct 11, 2024
testing

Annotations

11 errors and 1 warning
build_and_release
Process completed with exit code 1.
build_and_release: components/color-settings/index.tsx#L93
Type '(color: string) => void' is not assignable to type '(newColor?: string | undefined, index?: number | undefined) => void'.
build_and_release: components/repeater/index.js#L1
Module '"@wordpress/block-editor"' has no exported member 'useBlockEditContext'.
build_and_release: components/repeater/index.js#L39
Type 'null' is not assignable to type 'Function'.
build_and_release: components/repeater/index.js#L39
Type 'null' is not assignable to type 'Function'.
build_and_release: components/repeater/index.js#L79
Generic type 'Array<T>' requires 1 type argument(s).
build_and_release: components/repeater/index.js#L80
Generic type 'Array<T>' requires 1 type argument(s).
build_and_release: components/repeater/index.js#L85
Type 'null' is not assignable to type 'string'.
build_and_release: components/repeater/index.js#L98
Parameter 'event' implicitly has an 'any' type.
build_and_release: components/repeater/index.js#L102
Parameter 'items' implicitly has an 'any' type.
build_and_release: components/repeater/index.js#L103
Parameter 'item' implicitly has an 'any' type.
build_and_release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/