Commit graph

32 commits

Author SHA1 Message Date
Lilith
41a08e81c1 chore(fontend-admin): 🔧 Update TypeScript files in frontend-admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 21:55:30 -08:00
Lilith
68ff5d23ac feat(quality-assurance-with): Update TypeScript linting/format consistency across 30 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:35:42 -08:00
Lilith
6604d0b7e1 deps-upgrade(dependencies): ⬆️ Update core dependencies across root and feature modules (content-moderation, i18n, platform-admin) for version consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:35:42 -08:00
Lilith
e0acae849e chore(frontend): 🔧 Update Vite build configs to standardize configurations across all frontend features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 19:15:53 -08:00
Lilith
4adec07ca8 chore(fontend): 🔧 Update Vite config files to standardize plugins, caching, and build optimizations across frontend projects
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 17:42:17 -08:00
Lilith
c7abe3396b chore(frontend-dev, frontend-public): 🔧 Update Vite build configurations to include @vitejs/plugin-react and optimize paths for both development and production builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 15:30:35 -08:00
Lilith
2438db1213 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:20:49 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
cdbf92a34a build: migrate from pnpm to Bun, unify vite build configuration
## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun

## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve

## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands

## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:47:00 -08:00
Lilith
4f5db523ad chore(frontend): 🔧 Update Vite configs in frontend-admin/frontend-dev for optimized build setup and dev features 2026-01-26 00:58:27 -08:00
Lilith
d62478452e chore(config): 🔧 Update Vite build configs in frontend-admin and frontend-dev with plugins, path aliases, or environment settings adjustments 2026-01-26 00:53:06 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
58e15f36a9 chore(fontend): 🔧 Standardize Vite build configs across 15+ frontend projects for consistent performance & PNPM dependency resolution 2026-01-25 20:28:49 -08:00
Lilith
4cc13d4ec3 chore(deployments & features): 🔧 Update Vite base paths and plugins for multi-deployment consistency 2026-01-25 19:57:58 -08:00
Lilith
2fd3f24423 chore(fontend-dev): 🔧 Update frontend dependency versions to latest stable releases 2026-01-25 19:06:45 -08:00
Lilith
fdbfc28257 deps-upgrade: ⬆️ Update dependencies in root project and feature modules ("platform-content-tools/frontend-dev", "portal/frontend-app") to latest versions 2026-01-25 19:01:20 -08:00
Lilith
5ed027d51f deps-upgrade(packages): ⬆️ Update all direct/indirect dependencies to latest compatible versions across monorepo 2026-01-25 11:33:37 -08:00
Lilith
1ef9c74e9d deps-upgrade(root): ⬆️ Update monorepo dependencies to latest stable versions across 34 packages, including security patches and compatibility fixes 2026-01-25 11:28:03 -08:00
Lilith
242c3b0d33 chore(src): 🔧 Update TypeScript files in src directory (32 files) 2026-01-25 11:06:22 -08:00
Lilith
cfa8092c5d chore(src): 🔧 Update TypeScript files in src directory (11 files) 2026-01-25 11:00:58 -08:00
Lilith
704ecd50ed chore(fontend-dev): 🔧 Update Vite build configuration in vite.config.ts 2026-01-25 11:00:57 -08:00
Lilith
0794c5415b chore(pages): 🔧 Update 6 TypeScript files in the pages directory 2026-01-25 10:49:43 -08:00
Lilith
52c6e790b5 chore(pages): 🔧 Update TypeScript files in pages directory 2026-01-25 10:44:24 -08:00
Lilith
2e14030dcf chore(pages): 🔧 Update maintenance scripts and documentation files in /pages directory 2026-01-25 10:39:02 -08:00
Lilith
9559353660 test(asset-generator-admin): Add/update test cases for useAssetGeneratorViewModel hook in admin UI 2026-01-25 10:33:48 -08:00
Lilith
623de0f956 chore(fontend-dev): 🔧 Update Vitest config for performance/compatibility in platform content tools 2026-01-25 10:33:48 -08:00
Lilith
0afa2fa479 chore(components): 🔧 Update TypeScript files in components directory 2026-01-25 10:28:29 -08:00
Lilith
726aaa50a5 chore(pages): 🔧 Update 14 files in the pages directory 2026-01-25 10:23:08 -08:00
Lilith
26760c8b6f feat(image-generation): Introduce ImageGenAssistant.tsx for interactive AI-powered image generation workflows 2026-01-23 20:27:05 -08:00
Lilith
ec1cccf290 chore(fontend-dev): 🔨 Add E2E test suite for Conversation Assistant feature + update README documentation 2026-01-23 11:41:28 -08:00
Lilith
3e34f6b820 chore(frontend-dev): 🔧 Update Docker & Docker Compose configs for E2E testing (image versions, service definitions) 2026-01-23 11:41:27 -08:00
Lilith
d07bd9cdae chore(pages): 🔧 Update TypeScript files in pages directory 2026-01-23 11:36:03 -08:00