Skip to content

chore(release): update monorepo packages versions (#531) #592

chore(release): update monorepo packages versions (#531)

chore(release): update monorepo packages versions (#531) #592

Triggered via push January 22, 2025 23:23
Status Failure
Total duration 1m 0s
Artifacts

main.yml

on: push
Build, lint, and test
50s
Build, lint, and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Build, lint, and test: packages/leva/src/components/Image/Image.tsx#L14
Parameter 'acceptedFiles' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/components/Image/Image.tsx#L21
Parameter 'e' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/context.tsx#L35
Type 'ReactChild | { map<T, C>(children: C | readonly C[], fn: (child: C, index: number) => T): C extends null | undefined ? C : Exclude<T, boolean | null | undefined>[]; forEach<C>(children: C | readonly C[], fn: (child: C, index: number) => void): void; count(children: any): number; only<C>(children: C): C extends any[]...' is not assignable to type 'ReactNode'.
Build, lint, and test: packages/leva/src/hooks/useDeepMemo.ts#L6
Argument of type 'undefined' is not assignable to parameter of type 'DependencyList'.
Build, lint, and test: packages/leva/src/hooks/useInput.ts#L33
Parameter 'value' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/hooks/useInput.ts#L34
Parameter 'settings' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/hooks/useInput.ts#L35
Parameter 'flag' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/hooks/useInputSetters.ts#L18
Parameter 'v' implicitly has an 'any' type.
Build, lint, and test: packages/leva/src/hooks/useShallowMemo.ts#L6
Argument of type 'undefined' is not assignable to parameter of type 'DependencyList'.
Build, lint, and test: packages/plugin-bezier/src/bezier-utils.ts#L4
Parameter 'size' implicitly has an 'any' type.
Build, lint, and test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build, lint, and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build, lint, and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/