dependabot[bot]
309d5322ed
build(deps): bump the npm_and_yarn group across 4 directories with 1 update ( #6141 )
...
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/ai-productivity-prompts directory: [seroval](https://github.com/lxsmnsyc/seroval ).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/automations directory: [seroval](https://github.com/lxsmnsyc/seroval ).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/boilerplate-solid-js directory: [seroval](https://github.com/lxsmnsyc/seroval ).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/procrastination-buster directory: [seroval](https://github.com/lxsmnsyc/seroval ).
Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases )
- [Commits](https://github.com/lxsmnsyc/seroval/commits )
Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases )
- [Commits](https://github.com/lxsmnsyc/seroval/commits )
Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases )
- [Commits](https://github.com/lxsmnsyc/seroval/commits )
Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases )
- [Commits](https://github.com/lxsmnsyc/seroval/commits )
---
updated-dependencies:
- dependency-name: seroval
dependency-version: 1.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: seroval
dependency-version: 1.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: seroval
dependency-version: 1.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: seroval
dependency-version: 1.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-25 10:48:01 +01:00
Johannes Millan
63d11b3ac8
fix(build): add missing vite-plugin-solid dep and fix Uint8Array body type
...
- Add vite-plugin-solid to procrastination-buster plugin dependencies
- Wrap Uint8Array in Blob for fetch body to fix TypeScript error with newer @types/node
2026-01-10 17:17:57 +01:00
Johannes Millan
6e25ed7053
feat(plugins): improve on infrastructre for bundled plugins
2025-11-26 16:22:01 +01:00
dependabot[bot]
817649dd4b
build(deps): bump js-yaml
...
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/sync-md directory: [js-yaml](https://github.com/nodeca/js-yaml ).
Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 16:52:35 +00:00
Johannes Millan
0ecdb9f43d
build: update vite dep
2025-10-28 11:07:52 +01:00
Johannes Millan
88814795c7
feat(sync-md): new approach and make it work better
2025-07-07 18:39:14 +02:00
Johannes Millan
247561682f
fix(plugin): procrastination buster plugin again
2025-06-29 13:30:03 +02:00
Johannes Millan
11911b2ba2
fix: procrastination-buster plugin build process with asset inlining
...
- Add inline-assets script to embed JS/CSS into HTML for data URL compatibility
- Update build process to automatically inline assets during build:all
- Fix PluginAPI integration and wait for API availability
- Update App.tsx to use PluginAPI.dispatchAction instead of postMessage
2025-06-29 11:49:37 +02:00
Johannes Millan
d4d81bf511
feat(plugin-api): create foundational plugin API package
...
- Add @super-productivity/plugin-api package with TypeScript definitions
- Define core plugin interfaces, types, and manifest structure
- Add plugin hooks system for event-driven architecture
- Create plugin API type definitions and constants
- Add documentation and development guidelines
2025-06-27 18:13:19 +02:00