Skip to content

feat(appkit): plugin manifest definition #239

feat(appkit): plugin manifest definition

feat(appkit): plugin manifest definition #239

Triggered via pull request February 4, 2026 11:00
Status Failure
Total duration 7m 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Type Check
Type '{ plugin: typeof NoPhasePlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '{ plugin: typeof FailingSetupPlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '{ plugin: typeof FailingPlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof NormalTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '{ plugin: typeof SlowSetupPlugin; config: { setupDelay: number; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof NormalTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof DeferredTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '({ plugin: typeof DeferredWithTracking; config: {}; name: string; } | { plugin: typeof CoreWithTracking; config: {}; name: string; } | { plugin: typeof NormalWithTracking; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '{ plugin: typeof CoreTestPlugin; config: { custom: string; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
Lint & Type Check
Type '{ plugin: typeof CoreTestPlugin; config: { custom: string; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.