Commit Graph

6 Commits

Author SHA1 Message Date
Stan
dbb3ec5471 Issue templates, also bumped packages 2026-02-05 05:49:30 +00:00
dependabot[bot]
35aaa2c614 build(deps): bump next in /packages/fossflow-lib/docs (#210)
Bumps [next](https://github.com/vercel/next.js) from 15.4.6 to 15.5.9.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.4.6...v15.5.9)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 09:52:48 +00:00
dependabot[bot]
64b6c4c36d chore(deps): bump cross-spawn, nextra and nextra-theme-docs (#88)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [nextra](https://github.com/shuding/nextra) and [nextra-theme-docs](https://github.com/shuding/nextra). These dependencies need to be updated together.


Updates `cross-spawn` from 5.1.0 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v7.0.6)

Updates `nextra` from 2.12.1 to 4.3.0
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra@2.12.1...nextra@4.3.0)

Updates `nextra-theme-docs` from 2.12.1 to 4.3.0
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@2.12.1...nextra-theme-docs@4.3.0)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-version: 7.0.6
  dependency-type: indirect
- dependency-name: nextra
  dependency-version: 4.3.0
  dependency-type: direct:production
- dependency-name: nextra-theme-docs
  dependency-version: 4.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 08:23:59 +00:00
dependabot[bot]
db766cc131 chore(deps): bump next in /packages/fossflow-lib/docs (#86)
Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 15.4.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v15.4.6)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 07:41:19 +00:00
dependabot[bot]
b5dc127642 chore(deps): bump dompurify in /packages/fossflow-lib/docs (#85)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.5 to 3.2.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.5...3.2.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 07:39:54 +00:00
Stan
9021f5feca Migrate to monorepo structure
- Combined FossFLOW app and fossflow-lib into single repository
- Set up npm workspaces for managing both packages
- fossflow-lib uses Webpack for library build
- fossflow-app uses RSBuild for PWA application
- Added shared TypeScript configuration
- Simplified dependency management and development workflow
2025-08-13 22:06:26 +01:00