feat: add a plugin system #1617
Annotations
5 errors and 1 warning
commitlint (20):
packages/midnight-smoker/src/machine/component-loader-machine.ts#L114
Object literal may only specify known properties, and 'params' does not exist in type 'ActionFunction<ComponentLoaderMachineContext, AbortEvent, AbortEvent, undefined, { src: "loadPkgManagers"; logic: PromiseActorLogic<LoadPkgManagersLogicOutput, LoadPkgManagersLogicInput, EventObject>; id: string | undefined; }, never, never, never, EventObject>'.
|
|
commitlint (20):
packages/midnight-smoker/src/machine/bus/script-bus-machine.ts#L52
Object literal may only specify known properties, and 'params' does not exist in type 'ActionFunction<ScriptBusMachineContext, { sender: string; type: "SCRIPTS.PKG_MANAGER.BEGIN"; pkgManager: Readonly<{ bin?: string | undefined; label: string; name: string; requestedAs?: string | undefined; version: LiteralUnion<...>; }>; workspaceInfo: Result<...>[]; manifests: RunScriptManifest[]; } | ... 8 more ......'.
|
|
commitlint (20)
The process '/opt/hostedtoolcache/node/20.15.1/x64/bin/npm' failed with exit code 1
|
commitlint (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|