Lilith
|
90b8d70046
|
deps-upgrade: ⬆️ Upgrade frontend dependencies across analytics, email, and conversation-assistant modules with minor/patch updates to maintain consistency and security
|
2026-01-22 16:21:58 -08:00 |
|
Lilith
|
e4e093b1a6
|
refactor(lilith-platform): Update wrapper package versions across all React frontends
Updated 22 frontend application package.json files to use new wrapper package versions:
- @lilith/ui-styled-components: ^1.0.0-dev.* → ^6.3.0
- @lilith/ui-router: ^1.1.0 / 1.2.0-dev.* → ^7.12.0
Affected features:
- status-dashboard, feature-flags, analytics (admin + users)
- email (admin + users), frontend-showcase, conversation-assistant
- landing, profile, messaging, platform-admin, truth-validation
- marketplace, webmap, platform-dev, payments
- image-assistant (dev + macos), seo (admin + public), portal
These wrapper package version updates implement exact version matching pattern.
No API changes, purely dependency version alignment.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-22 15:56:28 -08:00 |
|
Lilith
|
a793faf7c6
|
deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions
|
2026-01-22 11:23:24 -08:00 |
|
Lilith
|
13bcbcc1ee
|
chore(frontend): ➖ Upgrade dependencies across 20+ frontend modules (e.g., conversation-assistant, email, marketplace) via package.json/pnpm-lock.yaml updates
|
2026-01-22 11:17:56 -08:00 |
|
Lilith
|
691a481d80
|
deps-upgrade: ⬆️ Update frontend-features dependencies to latest versions across 9 modules
|
2026-01-21 22:47:49 -08:00 |
|
Lilith
|
f4c2a1de58
|
deps-upgrade: ⬆️ Upgrade pinned dependencies in 14 frontend feature modules to resolve conflicts, apply security patches, and enforce version consistency
|
2026-01-21 22:42:04 -08:00 |
|
Lilith
|
73834ef271
|
deps-upgrade: ⬆️ Update frontend dependencies across 15 feature packages (frontend-dev, frontend-admin) in package.json/pnpm-lock.yaml
|
2026-01-21 12:48:35 -08:00 |
|
Lilith
|
c19cedeaab
|
chore(deps): ➖ Remove outdated frontend dependency versions from 17 JSON config files
|
2026-01-20 06:06:49 -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
|
00803f040e
|
chore(frontend-components): 🚀 Merge changes across multiple files
|
2026-01-13 11:02:03 -08:00 |
|
Lilith
|
28210824fb
|
feat(frontend-dev): ✨ Add analytics plugin for frontend development environment
|
2026-01-13 10:13:46 -08:00 |
|
Lilith
|
315e1738ab
|
chore(shared): 🔧 Let me analyze this systematically:
|
2026-01-13 09:46:03 -08:00 |
|
Lilith
|
f1fe86bb01
|
fix: complete typecheck error fixes - all 4 agents
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports
Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)
Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first
Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports
Total: 41 files across all tiers
Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
|
2026-01-12 09:38:21 -08:00 |
|
Lilith
|
e6d274fa06
|
♻️ Refactor frontend apps to use @lilith/service-react-bootstrap
Replace boilerplate React bootstrap code with standardized bootstrap helper:
- conversation-assistant, feature-flags, landing, marketplace
- platform-admin, profile, seo (admin/public), status-dashboard, webmap
Benefits: Consistent QueryClient, ErrorBoundary, StrictMode, and provider composition
🤖 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
|
e24b269f66
|
♻️ Rename frontend directories to frontend-admin/frontend-public
Standardize frontend directory naming based on purpose:
- attributes/frontend → attributes/frontend-admin
- feature-flags/frontend → feature-flags/frontend-admin
- landing/frontend → landing/frontend-public
- seo/frontend → seo/frontend-admin
- status-dashboard/frontend → status-dashboard/frontend-admin
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-31 17:40:58 -08:00 |
|