Commit graph

30 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
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
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15: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
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
72e94157ff deps-upgrade(features): ⬆️ Update dependencies across analytics, conversation-assistant, email, feature-flags, landing, and marketplace modules with new versions 2026-01-22 17:34:28 -08:00
Lilith
cd6c0a94bc deps-upgrade(@infrastructure/websocket-client): ⬆️ Update dependencies across 10+ backend API features and frontend packages 2026-01-22 17:14:07 -08:00
Lilith
9b9097f055 chore(deps): Update dependency JSON configuration files 2026-01-22 17:08:30 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
d5a4457a33 deps-upgrade(feature-flags): ⬆️ Update backend API dependencies in feature-flags/media packages for security/bug fixes 2026-01-21 14:40:18 -08:00
Lilith
6fbf6bbd66 deps-upgrade(backend-api): ⬆️ Update core dependencies across 20 feature-specific backend APIs 2026-01-21 14:19:54 -08:00
Lilith
417b3de3d8 chore(backend-api): Update 20 feature-specific API modules' dependencies (version bumps) 2026-01-21 11:12:33 -08:00
Lilith
14df3945a3 deps-upgrade(backend-api): ⬆️ Update 21 backend API dependencies with security patches and version alignment 2026-01-20 23:54:18 -08:00
Lilith
d610817391 chore(features): 🔧 Upgrade dependencies in 12 feature modules and regenerate pnpm-lock.yaml 2026-01-18 16:07:44 -08:00
Lilith
c436501812 security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities 2026-01-18 15:48:37 -08:00
Lilith
03e549811e deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance) 2026-01-18 09:20:07 -08:00
Lilith
f65e451cdd chore: 🔧 Update files 2026-01-15 11:01:09 -08:00
Lilith
10e1608346 chore: 🔧 Update files 2026-01-15 02:53:52 -08:00
Lilith
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
75d850b541 chore(shared): 🔧 update dependencies and lockfiles 2026-01-13 02:07:30 -08:00
Lilith
7fb70eb153 feat(analytics): add health check integration with nestjs-health 2026-01-10 23:15:07 -08:00
Lilith
fbe81746da 🔧 Update files 2026-01-09 11:22:20 -08:00
Lilith
8f8e4663b3 🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes
- Bump @lilith/service-addresses from ^2.0.0 to ^2.0.1 across features
- Update pnpm-lock.yaml to reflect dependency changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 11:22:20 -08:00
Lilith
6e832782df Add new files 2026-01-09 11:22:19 -08:00
Lilith
bffa25b2e5 ♻️ Refactor backend services to use @lilith/service-nestjs-bootstrap
Replace boilerplate NestJS bootstrap code with standardized bootstrap helper:
- analytics, attributes, conversation-assistant, email, feature-flags
- image-generator, landing, marketplace, profile, seo, sso

Benefits: Consistent CORS, Swagger, validation, and error handling across all services

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:04:00 -08:00
Lilith
92767ed5b2 🔧 Update package.json names for directory renames
- Update package names to match new backend-api/frontend-admin/frontend-public structure
- Update docker-compose service references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:41:25 -08:00
Lilith
a9c976408b ♻️ Refactor validate-locales with --fix and i18n integration
- Add --fix mode to auto-correct issues using i18n truth-validation
- Add --semantic flag for optional semantic service validation
- Add --dry-run flag for preview without writing
- Separate validate:locales (fast), validate:locales:fix, validate:locales:full
- Exit with error code if issues found and not in fix mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:53 -08:00
Renamed from features/feature-flags/backend/package.json (Browse further)