Commit graph

48 commits

Author SHA1 Message Date
Lilith
74958ec539 docs(features): 📝 Update README.md documentation across 30+ feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:53:19 -08:00
Lilith
8b2d792253 chore(docs): 📝 Standardize feature documentation across 22+ features by updating README templates, adding/updating docs directories (e.g., age-verification, image-generator), and enforcing consistent structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:26:03 -08:00
Lilith
aaafe2958c chore(api): 🔧 Update TypeScript files in API module (16 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 20:38:25 -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
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
d865d72661 chore(components): 🔧 Update TypeScript files in components directory 2026-01-25 12:31:44 -08:00
Lilith
692c65844b chore(src): 🔧 Update admin-tier-analytics.service.ts and dev.guard.ts for dependency updates and minor refactoring 2026-01-25 12:05:38 -08:00
Lilith
eb0467a501 chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-25 11:44:16 -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
0bdb1ca087 chore(src): 🔧 Update TypeScript files in src directory 2026-01-25 11:17:17 -08:00
Lilith
06503b9beb chore(landing): 🔧 Refactor service configurations across all features to standardize dependency definitions, registration, and update ShopCheckoutPage frontend for compatibility with updated service contracts 2026-01-24 21:43:26 -08:00
Lilith
264838614c chore(src): 🔧 Update TypeScript files in src directory 2026-01-24 20:52:58 -08:00
Lilith
f3eaa15be3 feat(ui-dev-tools): Add backend API endpoints for UI tooling features 2026-01-22 23:03:51 -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
6139be69b8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:50:41 -08:00
Lilith
9563ee4b9f deps-upgrade(features/backend-api): ⬆️ Update critical dependencies across 8 backend APIs and regenerate lockfile 2026-01-22 17:50:40 -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
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -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
86b4cdb0f0 chore(attributes, ui-dev-tools): 🔧 Restructured attributes backend service architecture with module refactoring, seed scripts, and updated data source integration 2026-01-21 11:44:26 -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
63195b7cfe chore(subscription): 🔧 Update subscription marketplace Swcrc configs 2026-01-20 23:59:49 -08:00
Lilith
580751b649 chore(backend-api): 🔧 Update TypeScript compiler configs (tsconfig.json) in 19 backend API modules (analytics, attributes) with stricter checks; adjust Docker/Vite configs for E2E testing environments in platform-admin/platform-dev 2026-01-20 23:54:18 -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
b3965f83f8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-20 06:33:24 -08:00
Lilith
86446c96e1 chore(backend-api): 🔧 Set up @infrastructure/analytics-client integration in feature modules' main.ts files 2026-01-20 06:22:57 -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
cd6f2ffffd chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:33 -08:00
Lilith
774d3b1d74 chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase 2026-01-18 09:20:11 -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
aa1f542f27 chore: 🔧 Update files 2026-01-14 11:44:28 -08:00
Lilith
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
24a634e861 chore: 🔧 Update files 2026-01-14 01:57:23 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
bcc848fb03 chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues 2026-01-13 09:12:43 -08:00
Lilith
e9454308a2 feat(conversation-assistant): update e2e docker setup with npm registry config 2026-01-13 02:54:23 -08:00
Lilith
68b9b6ff7a feat(shared): add npm registry configuration to e2e dockerfiles 2026-01-13 02:43:49 -08:00
Lilith
42188ac548 feat(@lilith/lilith-platform/codebase): update conversation assistant services configuration and dependencies 2026-01-13 02:33:25 -08:00
Lilith
631586d07b fix(codebase): 🐛 resolve Dockerfile.e2e and docker-compose.yml issues 2026-01-13 02:12:38 -08:00
Lilith
88fcca75ab feat(@lilith/lilith-platform/codebase): update npm configuration and add new types in shared modules 2026-01-13 01:57:03 -08:00
Lilith
02eb901871 chore(root): 🔧 update npm registry and eslint config 2026-01-13 01:46:40 -08:00
Lilith
5e8f073f99 chore(root): 🔧 🛏️ clean up unnecessary files 2026-01-12 20:21:31 -08:00