Commit graph

23 commits

Author SHA1 Message Date
Lilith
7b18eacfc4 chore(frontend-admin): 🔧 Upgrade dependencies (React, TypeScript, UI libraries) in frontend-admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 09:06:31 -08:00
Lilith
251000c1e5 chore(deps): 🔧 Update dependency versions in package.json and package-lock.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00
Lilith
1c1b266ee0 deps-upgrade(infrastructure): ⬆️ Update 24 packages in infrastructure modules (e.g., @infrastructure/egirl-infra/core/crypto-tools, features/conversation-assistant) with new dependency versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 15:06:36 -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
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
Renamed from features/feature-flags/frontend/package.json (Browse further)