Commit graph

121 commits

Author SHA1 Message Date
Lilith
456922ade7 chore(deps): 🔧 Update dependency JSON files to reflect latest package versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:14:37 -08:00
Lilith
f21cf13233 chore(messaging-hooks): 🔧 Update TypeScript files in messaging-hooks package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -08:00
Lilith
cc82192e33 deps-upgrade(multi-module): ⬆️ Resolve dependency conflicts by synchronizing versions across all modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -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
fcff648a3d feat(analytics-client): Implement comprehensive analytics client with funnel tracking, event batching, React hooks, and NestJS backend integration 2026-01-25 12:37:23 -08:00
Lilith
0071f2b6c0 chore(lint): 🔧 Update ESLint configuration in .eslintrc.cjs and tsconfig.json with new linting rules 2026-01-25 12:37:22 -08:00
Lilith
140ffd1636 deps-upgrade(analytics-client): ⬆️ Update dependencies in analytics-client package and root lock files 2026-01-25 12:37:22 -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
242c3b0d33 chore(src): 🔧 Update TypeScript files in src directory (32 files) 2026-01-25 11:06:22 -08:00
Lilith
14bd09d89b chore(src): 🔧 Update analytics-context.tsx component with new tracking logic and logging improvements 2026-01-23 20:26:51 -08:00
Lilith
afb8be1601 chore(infrastructure): 🔧 Standardize provider patterns across analytics and API clients to ensure consistency 2026-01-23 09:21:31 -08:00
Lilith
e87bfdba23 refactor(websocket-client): ♻️ Modularize WebSocket client architecture, enhance type safety, update ESLint/TypeScript configs, and revise migration/testing documentation 2026-01-22 17:14:07 -08:00
Lilith
2af4ea97cb chore(@infrastructure/websocket-client): 🔧 Update TypeScript config for stricter type-checking and modern module resolution 2026-01-22 17:14:07 -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
9ab22493cd chore(api): 🔧 Update TypeScript definitions and utility files in API module 2026-01-22 16:00:49 -08:00
Lilith
6a07e320ee chore(src): 📝 Update documentation and UI component with latest changes 2026-01-22 15:54:57 -08:00
Lilith
adb8b8f482 deps-upgrade: ⬆️ Update dependencies across auth-provider, infrastructure (api-client, image-security, sso-client), and feature-specific frontends (analytics, image-assistant) 2026-01-22 15:20:50 -08:00
Lilith
bb3b8d0fe0 deps-upgrade(@infrastructure, @providers, @utils/): ⬆️ Update dependency versions across projects to ensure consistency and apply latest bug fixes/security patches 2026-01-22 11:28:52 -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
84280e50ab chore(root): Upgrade all pnpm lock files to align with latest dependency versions across packages 2026-01-20 19:31:39 -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
8860e62b65 scripts(analytics-client): 🔨 Update Vitest config for test patterns, coverage, and environment 2026-01-20 06:22:57 -08:00
Lilith
b72389a055 deps-upgrade(analytics-client,backend-api): ⬆️ Update dependencies across analytics client and backend APIs to apply security fixes and minor version improvements 2026-01-20 06:22:57 -08:00
Lilith
4e780b4a6b feat(hooks): Update TypeScript hook implementations in validation, cleanup, and error handling logic 2026-01-20 06:12:12 -08:00
Lilith
9b95e1f193 feat(analytics-client,sso/backend-api): Introduce analytics tracking (React context + page view hooks) & enhance SSO backend with admin session/user management, OAuth controller, health checks, and rate limiting 2026-01-20 06:06:50 -08:00
Lilith
14b2051c2b chore(utils): 🔧 Update utility helper files (4 JS modules) 2026-01-20 06:01:15 -08:00
Lilith
d5ad699bc2 deps-upgrade(infrastructure,utils,ui): ⬆️ Update @infrastructure/analytics-client, @utils/vite-version-plugin, and @ui/developer-fab to newer versions 2026-01-20 06:01:15 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -08:00
Lilith
908f161724 deps-upgrade: ⬆️ Update @infrastructure/image dependencies 2026-01-20 05:55:49 -08:00
Lilith
d3b0ecbcc5 deps-upgrade(infrastructure/image-security, types, ui/developer-fab): ⬆️ Bulk upgrade dependencies to resolve conflicts, improve security, and enable new functionality 2026-01-18 17:19:28 -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
d0c1fb6d3b refactor(websocket-client): ♻️ Restructure WebSocket client hooks, event types, and config for better maintainability and type safety 2026-01-18 09:20:15 -08:00
Lilith
d3ecf098a0 feat(websocket-client, sso-client): Add real-time chat with WebSocket protocol and enhance SSO with MFA support 2026-01-18 09:20:15 -08:00
Lilith
fe30ac1254 chore(components): 🔧 Update TypeScript files in 15 component files 2026-01-18 09:20:14 -08:00
Lilith
ab089d2465 chore(infra): 🔧 Update TypeScript files in health-client, host-inventory, and image-security components 2026-01-18 09:20:14 -08:00
Lilith
2e183f719d chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:14 -08:00
Lilith
d1c755ea0b chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:13 -08:00
Lilith
a32871a2d6 chore(analytics-client): 🔧 Add React/NestJS analytics hooks, decorators, and interceptors for funnel/page-view/window-size tracking 2026-01-18 09:20:13 -08:00
Lilith
7d7dcade0b feat(analytics-client): Introduce optimized analytics tracking with batching, device data collection, and React hooks 2026-01-18 09:20:13 -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
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
bcc848fb03 chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues 2026-01-13 09:12:43 -08:00
Lilith
7958015d15 feat(sso-client): add user role and type exports 2026-01-13 03:52:22 -08:00
Lilith
570b511b0f feat(auth): migrate from user roles to profile-based access system 2026-01-13 03:26:17 -08:00
Lilith
bac8599af1 feat(@packages/@hooks/react-hooks): add support for previous state in hooks 2026-01-10 09:44:37 -08:00
Lilith
9dd7be2390 fix(@packages/@infrastructure/sso-client): 🐛 resolve role type in registration options 2026-01-10 06:58:41 -08:00
Lilith
ba021988bf feat(@packages/@infrastructure/sso-client): add role type for marketplace registration 2026-01-10 06:54:06 -08:00