Commit graph

32 commits

Author SHA1 Message Date
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
93edf7e257 chore(src): 🔧 Update controller and processor files for report generation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:51:45 -08:00
Lilith
2d25efabce chore(src): 🔧 Update utility files (index.ts, tiers.controller.ts) and related configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:44:27 -08:00
Lilith
0cc8c572fa chore(platform-analytics): 🔧 Implement ReportGenerationProcessor for analytics report generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:24:07 -08:00
Lilith
3d6a6f03e8 deps-upgrade(platform-analytics): ⬆️ Update backend API dependencies for security/compatibility in features/platform-analytics/backend-api/package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:24:07 -08:00
Lilith
7f95838c48 chore(marketplace-most-significant): 🔧 Update TypeScript files in src directory (31 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-14 10:39:50 -08:00
Lilith
8cd25f7b91 chore(test): 🔧 Update Vitest/Jest configs across 15+ modules; standardize coverage rules, globals, plugins, and .env.example variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:33:14 -08:00
Lilith
f6fd865dc2 chore(src): 🔧 Update TypeScript files in src directory (11 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 02:34:30 -08:00
Lilith
103c9f72b6 deps-upgrade(platform-analytics): ⬆️ Update backend API dependencies to latest compatible versions for security/performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 02:02:41 -08:00
Lilith
3228c98107 chore(platform-analytics): 🔧 Add ReportGenerationProcessor to generate structured analytics reports from platform data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 03:23:51 -08:00
Lilith
e650fabcd4 chore(realtime): 🔨 Add WebSocket gateway, new DTOs for real-time client responses/revenue, and scheduler processor for batch analytics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 03:23:50 -08:00
Lilith
f177602044 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 03:23:50 -08:00
Lilith
c0ffd70b52 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 02:44:14 -08:00
Lilith
7679de2b10 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 01:42:34 -08:00
Lilith
6e4726e51e chore(platform-analytics): 🔧 Update backend API module config for platform analytics integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:28 -08:00
Lilith
1281a70c8d chore(src): 🔧 Update TypeScript files in src directory (6 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:32:07 -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
be4ccb3624 chore(backend-api): ♻️ Standardize module configurations in app.module.ts across feature modules 2026-01-26 00:58:27 -08:00
Lilith
6bf9f2a5c1 chore(src): 🔧 Update TypeScript files in src directory (22 files) 2026-01-26 00:42:18 -08:00
Lilith
03ca48a989 chore(backend-api): 🔧 Standardize module configurations across 15 feature-specific backend API modules in app.module.ts 2026-01-26 00:36:55 -08:00
Lilith
1a0144f78b chore(src): 🔧 Update TypeScript files in src directory (19 files) 2026-01-26 00:31:42 -08:00
Lilith
c1384a8096 feat(truth-validation): Add legal review truth validation feature to admin UI and backend services 2026-01-25 23:55:40 -08:00
Lilith
a1ed9bdb2d deps-upgrade(backend-api): ⬆️ Update dependencies across landing, platform-admin, analytics, profile, and SEO backend API modules 2026-01-25 23:39:51 -08:00
Lilith
9973821e39 chore(src): 🔧 Update TypeScript files in src directory (49 files) 2026-01-25 23:34:23 -08:00
Lilith
60c9ad0f51 chore(feature-modules): Update dependency versions in feature modules (landing, marketplace, platform-admin, platform-analytics, profile, SEO, SSO) and regenerate lockfiles 2026-01-25 23:34:22 -08:00
Lilith
eff0e7a30e chore(marketplace + analytics): 🔥 Remove promo code feature and associated tests 2026-01-25 17:25:29 -08:00
Lilith
e850ea655a deps-upgrade(platform-analytics/backend-api): ⬆️ Update dependencies to enhance security, performance, and compatibility in platform analytics backend API 2026-01-25 16:54:35 -08:00
Lilith
9411913162 chore(src): 🔧 Update configuration files, scripts, and utility modules in src/ directory 2026-01-25 16:38:06 -08:00
Lilith
acdc63efa8 deps-upgrade(analytics): ⬆️ Update analytics dependencies across packages 2026-01-25 16:37:58 -08:00
Lilith
c0e2c41e2b chore(components): 🔧 Update TypeScript files in components directory 2026-01-25 16:24:08 -08:00