Lilith
eab3ed73bb
chore(src): 🔧 Update TypeScript utility files in src
2026-01-22 23:03:51 -08:00
Lilith
33fa6d5216
deps-upgrade: ⬆️ Update frontend dependencies across 16 feature modules
2026-01-22 16:37:25 -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
2b5d5dd06f
chore(src): 🔧 Update App.tsx component structure and props handling
2026-01-22 11:18:02 -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
87f8c43f07
deps-upgrade(root): ⬆️ Update all dependencies to latest stable versions across project
2026-01-21 16:20:09 -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
a750c189d0
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:36 -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
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
507cde8aef
fix(phase1): remove vite-version-plugin imports and add locale paths
...
Phase 1 progress:
- Removed @lilith/vite-version-plugin imports from 12 files
- Added locale path mappings to tsconfig.base.json (@i18n-locales, @platform/i18n)
Remaining Phase 1: Create missing barrel exports
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
c595a3c1ac
fix: update old package names and paths
...
- @ui/* → @lilith/ui-* (updated scope)
- @transquinnftw/* → @lilith/* (updated scope)
- @lilith/vite-version-plugin/console → @lilith/vite-version-plugin
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
1076aac77a
fix: resolve typecheck errors (part 1)
...
- Remove 44 'override' modifiers from health controllers
- Fix 6 empty tsconfig.json files with proper React/Vite config
- Fix analytics backend ESM/CommonJS import for @lilith/nestjs-health
Progress: 28 failures → checking status...
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
a2379f8bcc
fix: update all vite.config files to use @lilith/vite-version-plugin
...
Fixed 11 vite.config.ts files: @/@packages → @lilith/vite-version-plugin
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
665d33c084
fix: correct @/.. import patterns created during ESLint migration
...
Automated fixes (sed):
- @/../something → @/something (replaced /../ with /)
- @/../../something → @/something (two passes to remove all ../)
Manual fixes (5 files, 10 imports):
- marketplace: @/../../shared → @platform/marketplace
- platform-admin: @/../api → @/api, @/../components → @/components
- marketplace: @/../types → @/types
- landing: @/../i18n → @platform/i18n
Total: 211 files fixed
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
1bdc7a4d1d
🔧 Auto-resolve: Pull rebase failed due to unstaged import refactoring changes
...
This commit captures unstaged changes from the import path standardization
refactor (b65c5cc2). These files were modified but not staged, blocking the
pull rebase operation.
Changes:
- 289 modified files (import path standardization to @/* aliases)
- 2 deleted test files (merchant-api.e2e.spec.ts, rate-limiting.e2e.spec.ts)
Resolution: Stage all changes and commit before rebasing.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-11 00:57:02 -08:00
Lilith
742234d10a
feat(@packages/@providers/auth-provider): ✨ update package.json and ci.yml for auth provider module
2026-01-10 21:49:30 -08:00
Lilith
50e080b135
fix(codebase): 🐛 🛑 resolve linting issues in multiple files
2026-01-04 07:14:50 -08:00
Lilith
be203125cd
fix(shared): 🐛 fix: 🐛 resolve linting issues in typescript files
2026-01-04 07:01:18 -08:00
Lilith
d639a99ab2
🔧 Add VITE_PORT support to frontend vite configs
...
Add environment variable override and ports.yaml
documentation comments to all frontend dev servers.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00
Lilith
6bd9089b36
⬆️ Update React peer dependencies to ^19.0.0
...
Simplify React version requirements across frontend packages
from "^18.0.0 || ^19.0.0" to "^19.0.0" for consistency.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00
Lilith
ecb5fe10ce
🔧 Normalize versionPlugin appName format across frontends
...
- Landing → Landing Public
- Portal → Portal App
- Lilith Status Dashboard → Status Dashboard
- Webmap → Webmap Public
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:26 -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
0649a23547
✨ Add version banner plugin to all frontend apps
...
- Integrate @lilith/vite-version-plugin for build-time version injection
- Add logVersionBanner() call in each App.tsx root component
- Update tsconfig.json and vite.config.ts with plugin paths
- Colored console banner shows app name and version on load
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:21 -08:00
Lilith
91fe898b99
🔧 Update tsconfig files across features
...
Standardize TypeScript configuration:
- Use shared @lilith/configs where available
- Remove redundant compiler options
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 05:58:54 -08:00
Lilith
de47719209
fix(ci): use local tsconfig.base.json instead of @lilith/configs
...
The @lilith/configs package on the Forgejo registry lacks proper
exports field configuration for subpath imports like
@lilith/configs/typescript/react. This caused CI typecheck failures.
Updated 13 packages to extend from the local tsconfig.base.json
which has all the same settings.
Affected packages:
- @packages/@hooks/attribute-hooks
- @packages/@hooks/messaging-hooks
- @packages/@hooks/react-hooks
- @packages/@hooks/react-query-utils
- @packages/@infrastructure/api-client
- @packages/@infrastructure/health-client
- @packages/@providers/auth-provider
- features/analytics/frontend-admin
- features/i18n/react
- features/webmap/backend-api
- features/webmap/frontend-public
- features/webmap/router
- features/webmap/shared
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:53:12 -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