Skip to content

Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvoakables #7346

Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvoakables

Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvoakables #7346

Triggered via pull request December 14, 2024 10:14
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
preflight
22s
preflight
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
preflight
Property 'staticInvokables' is missing in type '{ staticHelpers: boolean; staticModifiers: boolean; staticComponents: boolean; allowUnsafeDynamicComponents: boolean; }' but required in type 'UserConfig'.
preflight
Type 'Required<Omit<Options, "staticModifiers" | "staticComponents" | "staticHelpers">> & { staticAddonTrees: boolean; staticAddonTestSupportTrees: boolean; ... 5 more ...; allowUnsafeDynamicComponents: boolean; } & Options' is not assignable to type 'Required<Options>'.
preflight
Type '{ staticInvokables: true; allowUnsafeDynamicComponents: false; }' is missing the following properties from type 'UserConfig': staticModifiers, staticComponents, staticHelpers
preflight
Type '{ staticModifiers: boolean; staticComponents: boolean; staticHelpers: boolean; staticInvokables?: boolean; allowUnsafeDynamicComponents: boolean; }' is not assignable to type 'UserConfig'.
preflight
Property 'staticInvokables' is missing in type '{ staticComponents: false; staticHelpers: false; staticModifiers: false; allowUnsafeDynamicComponents: false; }' but required in type 'UserConfig'.
preflight
Process completed with exit code 2.