Commit graph

98 commits

Author SHA1 Message Date
Lilith
1410657a9f chore(pages): 🔧 Update TypeScript files in pages directory to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 14:29:20 -08:00
Lilith
f8a0eb8428 chore(backend-api): 🔧 Update test configuration for messaging backend API to optimize performance flags
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 02:28:41 -08:00
Lilith
4400b0021c deps-upgrade(sso-client): ⬆️ Bulk dependency updates across 15 feature modules, including @infrastructure/sso-client, to ensure consistency, security, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:51:04 -08:00
Lilith
94a176a0f0 chore(src): 🔧 Update TypeScript files in src directory (33 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:33:14 -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
97a6c8ff34 chore(profile): 🔧 Update profile services in app.module.ts and add E2E tests for new profile operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:28 -08:00
Lilith
e0288f0625 chore(attributes): 🔧 Update 27 YAML configuration files in attributes directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -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
254b763717 chore(src): 🔧 Update test controller logic and Docker smoke tests in test.controller.ts and smoke.docker.spec.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-30 00:32:17 -08:00
Lilith
f791a43a29 chore(profile): 🔧 Update backend test logic in TestController and enhance Docker fixtures for frontend e2e tests to improve reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-30 00:26:56 -08:00
Lilith
92572d22a6 chore(src): 🔧 Update TypeScript files in src directory (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-30 00:21:29 -08:00
Lilith
692d26400f chore(src): 🔧 Update TypeScript files in src directory (7 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 23:52:47 -08:00
Lilith
12f5659652 chore(profile): 🔧 Update dependencies across merchant/backend-api, profile/backend-api, profile/frontend-app, and root package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 22:50:16 -08:00
Lilith
40f5c0fe4b chore(profile): 🔧 Update dependency versions in backend-api, frontend-app, and e2e profile directories
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 22:44:19 -08:00
Lilith
178456c9d2 deps-upgrade(payments/backend-api, profile/backend-api, profile/frontend-app): ⬆️ Update dependencies to newer versions across payment and profile feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 18:30:31 -08:00
Lilith
ec5e5fe633 chore(sso): 🔧 Update E2E test suite for SSO feature fixes and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 18:24:57 -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
29396dcbe5 chore(src): 🔧 Update TypeScript files in src directory 2026-01-26 00:53:06 -08:00
Lilith
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -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
74ec41e4c8 chore(src): 🔧 Update TypeScript files in src directory (5 files modified) 2026-01-25 23:45:11 -08:00
Lilith
41c6daa8d4 chore(backend-api): 🔧 Update dependencies across platform-admin, profile, and SEO feature packages to resolve security/stability issues via pnpm lockfile updates 2026-01-25 23:45:11 -08:00
Lilith
47e79d820d chore(src): 🔧 Update TypeScript files in src directory 2026-01-25 23:39:52 -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
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
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
14dab0535a feat(analytics): Implement GDPR compliance system with data deletion, retention policies, export services, and tracking hooks across analytics/email/messaging/profile modules 2026-01-25 13:23:12 -08:00
Lilith
d86dc3933b deps-upgrade(backend-api): ⬆️ Update dependency versions in package.json and regenerate pnpm-lock.yaml across all backend APIs 2026-01-25 11:38:55 -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
242c3b0d33 chore(src): 🔧 Update TypeScript files in src directory (32 files) 2026-01-25 11:06:22 -08:00
Lilith
3bf6db7d5a chore(profile): 🔧 Add translation management system to profile content customization 2026-01-23 07:35:29 -08:00
Lilith
8acee1f6f2 chore(pages): 🔧 Update TypeScript files in /pages directory to maintain consistency 2026-01-23 07:16:07 -08:00
Lilith
539c6b0fb5 feat(profile): Implement user translation support with backend API and frontend integration for localized profile data 2026-01-22 23:03:44 -08:00
Lilith
69f01ae0ba chore(profile): 🔧 Implement duo profile support with new DTOs, migrations, processors, and endpoints 2026-01-22 23:03:44 -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
cb6ac5f1be chore(health): 🔧 Standardize health check controller responses across feature modules with consistent payloads and unified edge-case handling 2026-01-22 17:39:51 -08:00
Lilith
2ca2ee0b22 deps-upgrade(backend-apis): ⬆️ Update dependencies in 8 feature-specific backend API modules (favicon-generator, image-generator, media, platform-admin, profile, seo, status-dashboard, webmap) and lockfile 2026-01-22 17:39:51 -08:00
Lilith
3534ea3d3d chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-22 15:26:59 -08:00
Lilith
f5632afab9 deps-upgrade(backend-api): ⬆️ Update marketplace, profile, and safety backend API dependencies to resolve vulnerabilities and align versions 2026-01-22 15:26:58 -08:00
Lilith
fa0a299cb0 chore(backend-api): 🔧 Update TypeScript compiler config for profile feature with adjusted paths, strictness, and module settings 2026-01-22 04:51:18 -08:00
Lilith
23cadc620f chore(seo): 🔧 Update SEO pipeline, profile translations, and marketplace safety types 2026-01-22 04:15:01 -08:00
Lilith
559dd8d8da feat(marketplace/coop): Implement mentorship program with mentor-mentee matching, skill-based pairing, and progress tracking dashboards 2026-01-21 23:04:13 -08:00
Lilith
bd64f92940 chore(src): 🔧 Update TypeScript definitions in 28 source files 2026-01-21 19:22:43 -08:00
Lilith
efede25785 chore(marketplace/backend-api,profile/backend-api): 🔧 Update Jest config paths/plugins for backend API modules 2026-01-21 19:22:42 -08:00