Commit graph

71 commits

Author SHA1 Message Date
autocommit
82810e1286 deps-upgrade(root): ⬆️ Update core dependencies across 13 packages including root and sub-packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:32:37 -07:00
Lilith
a069fe3011 refactor(react-hooks): ♻️ Consolidate duplicate useClickOutside implementations into shared hook and update 15+ modal components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:09:16 -08:00
Lilith
fd86fe4bfd chore(attributes-both): 🔧 Add attribute definition entity/service + frontend editor/modal
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 17:47:55 -08:00
Lilith
c8fb8723b7 chore(packages): 🔧 Update TypeScript strict mode to enforce "strict": true across all @packages/ modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:52:53 -08:00
Lilith
ee20c29f22 chore(src): 🔧 Update TypeScript files in src directory (6 files modified)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:41:08 -08:00
Lilith
1e9644a882 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:23:09 -08:00
Lilith
cabecd1011 deps-upgrade(backend-api-most-significant): ⬆️ Update HTTP clients, React Query utilities, and related data-fetching dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:10:56 -08:00
Lilith
6d8327ad48 chore(hooks): 🔧 add deprecation plan documentation for messaging hooks feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:29 -08:00
Lilith
5750a63fe8 chore(src): 🔧 Update deployment config, HealthVerificationTab.tsx, and related utility files for new webmap integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 12:54:45 -08:00
Lilith
910411d828 chore(src): 🔧 Update configuration in drafts.ts, index.ts, and related files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 10:26:37 -08:00
Lilith
9cdf3797e7 feat(attribute-hooks-with): Add draft state management hook for profile attributes + UI editor integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 10:13:56 -08:00
Lilith
b46bdb6a15 feat(attributes): Implement attribute draft and publishing workflow UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 09:30:40 -08:00
Lilith
a10eba6cca chore(react-query-utils): 🔧 Update TypeScript config to enforce stricter mode (strict: true) and refine module resolution paths
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 17:51:36 -08:00
Lilith
0556cdba19 chore(react-query-utils): 🔧 Add utility functions for React Query hooks (enhanced type safety, new query options, optimized behavior)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 17:40:54 -08:00
Lilith
483aa78988 chore(src): 🔧 Update ESLint config, index.ts, and related utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 17:35:30 -08:00
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
c6b1c590d1 chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-25 14:15:59 -08:00
Lilith
b45bfe1b50 feat(analytics,marketplace): Implement real-time analytics & funnel tracking system 2026-01-25 14:10:37 -08:00
Lilith
3b47821948 chore(src): 🔧 Update TypeScript files in src directory (49 files) 2026-01-25 13:34:44 -08:00
Lilith
11ba8012a3 chore(src): 🔧 Update TypeScript files in src directory (32 files updated) 2026-01-25 13:28:52 -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
cfa8092c5d chore(src): 🔧 Update TypeScript files in src directory (11 files) 2026-01-25 11:00:58 -08:00
Lilith
2fd6f83d8c chore(config): 🔧 Update ESLint configs to enforce consistent linting rules across packages 2026-01-25 09:56:33 -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
f578ff0de4 chore(src): 🔧 Update component-related TypeScript files in src 2026-01-20 05:50:23 -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
64bc4ff646 chore(src): 🔧 Update 9 TypeScript files 2026-01-18 09:20:13 -08:00
Lilith
2924334205 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:12 -08:00
Lilith
e470dd2a55 chore(hooks): 🔧 Update 15 TypeScript files in hooks 2026-01-18 09:20:12 -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
f65e451cdd chore: 🔧 Update files 2026-01-15 11:01:09 -08:00
Lilith
523f54a6d8 feat(@packages/@hooks/attribute-hooks): add MetaCategoryMeta interface for profile attributes 2026-01-10 11:15:33 -08:00
Lilith
80f35d5f3e feat(@packages/@hooks/attribute-hooks/src/index.ts, @packages/@providers/attribute-ui/src/components/MetaCategoryNavigator.tsx, @packages/@providers/attribute-ui/src/components/ProfileAttributeEditor/AttributeField.example.tsx): add attribute value management functionality and update attribute values endpoint 2026-01-10 11:10:22 -08:00
Lilith
78663759d8 fix(@packages/@hooks/attribute-hooks): resolve duplicate import in App.tsx 2026-01-10 11:05:13 -08:00
Lilith
475aa077c4 fix(@packages/@hooks/attribute-hooks): 🐛 update metaCategorizedAttributes logic for enriched data and priority grouping 2026-01-10 11:00:05 -08:00
Lilith
97c0112795 feat(@packages/@hooks/react-query-utils): add typecheck and build scripts 2026-01-10 10:23:51 -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
dd899b7c8f feat(eslint): complete ESLint v9 migration across remaining 10 packages
Migrated all remaining legacy .eslintrc.json files to modern ESLint v9 flat config:

**Migrated Packages (10 total):**
- @infrastructure/health-client (TypeScript)
- @infrastructure/api-client (TypeScript + semi:off)
- @testing/msw-handlers (TypeScript + relaxed rules)
- @hooks/messaging-hooks (React)
- @utility/zname (React + React Native)
- features/analytics/frontend-users (React)
- features/landing/frontend-public (React + custom rules)
- features/marketplace/frontend-public (React + custom rules)
- features/feature-flags/shared (React/NestJS dual)
- @types (type definitions only)

**Changes:**
- Created 10 new eslint.config.js files using shared @lilith/configs
- Deleted 10 legacy .eslintrc.json files
- Deleted 6 redundant .eslintignore files (replaced by inline ignores)
- All configs include @lilith/eslint-plugin-file-length (400/600 LOC)
- Verified all packages lint successfully

**Migration Pattern:**
- React packages: use createReactConfig({ tsconfigRootDir: import.meta.dirname })
- TypeScript packages: inline config with file-length plugin
- Custom rules preserved where needed (prefer-const:off, semi:off, etc.)

Migration Status: 100% complete (all 57 packages now on ESLint v9)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 06:39:43 -08:00
Lilith
f32e008db1 fix(codebase): 🛠 resolve linting issues in key files 2026-01-04 06:24:35 -08:00
Lilith
a93bfb10d8 feat: Update frontend and backend components for new image processing service implementation 2026-01-03 05:25:55 -08:00
Lilith
89487ef53e ⬆️ Add React 19 support to internal packages
Update peerDependencies to accept React 18 or 19,
and update @types/react to ^19.0.0 for type compatibility.

🤖 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
32b2346e1e 🐛 Fix TypeScript null assertion in attribute hooks
Add non-null assertion for grouped category object access

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:17 -08:00