New release of the headlamp-plugin tool for plugin authors.
Upgrade
Upgrade your plugin to latest version by running:
npx @kinvolk/headlamp-plugin upgrade .Bug fixes
- Fixed missing
.cmdshim so theheadlamp-pluginbinary works correctly on Windows without requiring a shell wrapper. - Replaced
execSyncwithexecFileSyncin internal scripts to avoid shell injection risks.
Improvements
headlamp-plugin createnow scaffolds anAGENTS.mdfile into new plugins, and example plugins are bundled so AI coding agents have better context out of the box.- Added missing type declarations to
HeadlampTables,HeadlampChartStyles, andHeadlampHeaderStyleinterfaces inadditional.d.ts, improving type safety for plugins that customise themes. react-hooksESLint rules are now enabled when linting plugins.
Dependency updates
- Security fixes: picomatch, vite, yaml, undici, tar, postcss, minimatch, qs, ajv, rollup, bn.js, terser-webpack-plugin, webpack, serialize-javascript, lodash, flatted.