Commit graph

1047 commits

Author SHA1 Message Date
Forgejo Actions
45416638eb build: bump version to 0.0.93 [skip ci] 2026-01-04 15:20:34 +00:00
Lilith
ac2af93ea5 fix(package.json): 🐛 resolve path-aliases validation check 2026-01-04 07:20:03 -08:00
Forgejo Actions
3de68f3a88 build: bump version to 0.0.92 [skip ci] 2026-01-04 15:18:28 +00:00
Lilith
6be4188142 fix(e2e): 🐛 resolve concurrency issues in Dockerfile.e2e 2026-01-04 07:17:59 -08:00
Forgejo Actions
493e0bb9b8 build: bump version to 0.0.91 [skip ci] 2026-01-04 15:17:24 +00:00
Lilith
fa986cdf95 fix(types): resolve duplicate women terms in imagegen-assistant.service.ts 2026-01-04 07:16:55 -08:00
Forgejo Actions
02783736f3 build: bump version to 0.0.90 [skip ci] 2026-01-04 15:15:19 +00:00
Lilith
50e080b135 fix(codebase): 🐛 🛑 resolve linting issues in multiple files 2026-01-04 07:14:50 -08:00
Forgejo Actions
4f27690633 build: bump version to 0.0.89 [skip ci] 2026-01-04 15:14:19 +00:00
Lilith
5428ccfb0a fix(backend-api): 🐛 update module resolution and declaration options in tsconfig.json 2026-01-04 07:13:47 -08:00
Forgejo Actions
cab0df5fac build: bump version to 0.0.88 [skip ci] 2026-01-04 15:10:11 +00:00
Lilith
2654d6b48d fix(frontend): 🐛 🛑 resolve linting issues in codebase 2026-01-04 07:09:42 -08:00
Forgejo Actions
47826bf0f2 build: bump version to 0.0.87 [skip ci] 2026-01-04 15:09:09 +00:00
Lilith
f518b2b084 fix(frontend-admin): update import statements for ui-primitives 2026-01-04 07:08:38 -08:00
Forgejo Actions
d1f5e175f0 build: bump version to 0.0.86 [skip ci] 2026-01-04 15:07:02 +00:00
Lilith
aa9a6a6c02 feat(features/truth-validation/frontend-admin/src/LegalReviewPage.tsx): update FAB actions and clear pending reviews 2026-01-04 07:06:34 -08:00
Forgejo Actions
7368018354 build: bump version to 0.0.85 [skip ci] 2026-01-04 15:06:00 +00:00
Lilith
315efd8eb5 fix(frontend): 🐛 update lucide-react version in package.json and LegalReviewPage.tsx 2026-01-04 07:05:30 -08:00
Forgejo Actions
0ad58c35ed build: bump version to 0.0.84 [skip ci] 2026-01-04 15:04:19 +00:00
Lilith
8a92d43ed5 fix(e2e): 🐛 update Dockerfile.e2e to limit concurrency to avoid 502 from registry 2026-01-04 07:03:26 -08:00
Forgejo Actions
6ba98d7560 build: bump version to 0.0.83 [skip ci] 2026-01-04 15:03:13 +00:00
Lilith
429320419e fix(analytics/backend-api): 🐛 update Dockerfile.e2e to use concurrency=1 2026-01-04 07:02:22 -08:00
Forgejo Actions
30f48e8ae6 build: bump version to 0.0.82 [skip ci] 2026-01-04 15:01:54 +00:00
Lilith
be203125cd fix(shared): 🐛 fix: 🐛 resolve linting issues in typescript files 2026-01-04 07:01:18 -08:00
Forgejo Actions
2cc84ef65a build: bump version to 0.0.81 [skip ci] 2026-01-04 14:54:56 +00:00
Lilith
8b40e5742c fix(e2e): 🐛 resolve concurrency issues in Dockerfile.e2e files 2026-01-04 06:54:12 -08:00
Forgejo Actions
bbc09d6908 build: bump version to 0.0.80 [skip ci] 2026-01-04 14:53:40 +00:00
Lilith
2884df9d20 fix(shared): 🐛 fix: 🐛 resolve linting issues in frontend-admin packages 2026-01-04 06:53:08 -08:00
Lilith
61aa128102 chore: upgrade @lilith/configs to v1.2.0 from forge.nasty.sh 2026-01-04 06:53:07 -08:00
Forgejo Actions
a7207fd0e5 build: bump version to 0.0.79 [skip ci] 2026-01-04 14:44:38 +00:00
Lilith
5a64a0c883 fix(main): 🛠 resolve missing onModuleInit implementation in MasterGeneratorService.ts 2026-01-04 06:44:06 -08:00
Forgejo Actions
3c08a85913 build: bump version to 0.0.78 [skip ci] 2026-01-04 14:40:16 +00:00
Lilith
3760e96d93 feat(features/seo/services.yaml): add image-generator.api service 2026-01-04 06:39:44 -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
Forgejo Actions
c4370946e2 build: bump version to 0.0.77 [skip ci] 2026-01-04 14:25:09 +00:00
Lilith
f32e008db1 fix(codebase): 🛠 resolve linting issues in key files 2026-01-04 06:24:35 -08:00
Forgejo Actions
89af03756d build: bump version to 0.0.76 [skip ci] 2026-01-03 22:24:41 +00:00
Lilith
7e08a8a4e1 fix(shared): 🐛 fix: 🐛 resolve file-length plugin issues in multiple files 2026-01-03 14:24:10 -08:00
Forgejo Actions
06b9cca605 build: bump version to 0.0.75 [skip ci] 2026-01-03 21:39:37 +00:00
Lilith
c3f28c7fa8 feat(features/seo/backend-api): add regenerateVariation function 2026-01-03 13:39:06 -08:00
Forgejo Actions
897589d629 build: bump version to 0.0.74 [skip ci] 2026-01-03 21:24:34 +00:00
Lilith
8431faeca8 feat(analytics/frontend-admin): add functionality for viewing funnel data by source 2026-01-03 13:24:02 -08:00
Forgejo Actions
007e745d33 build: bump version to 0.0.73 [skip ci] 2026-01-03 21:09:55 +00:00
Lilith
9202f3d418 feat(analytics/backend-api): add new endpoints for conversion funnel data and A/B testing metrics 2026-01-03 13:09:25 -08:00
Forgejo Actions
813056b98a build: bump version to 0.0.72 [skip ci] 2026-01-03 20:54:51 +00:00
Lilith
ca0f4e77f4 fix(main): 🐛 resolve package.json dependencies conflicts 2026-01-03 12:54:21 -08:00
Forgejo Actions
c5bababc19 build: bump version to 0.0.71 [skip ci] 2026-01-03 20:45:03 +00:00
Lilith
1e4c21c653 feat(codebase/main): add analytics domain events for profile updates 2026-01-03 12:39:17 -08:00
Forgejo Actions
0e0a1f5040 build: bump version to 0.0.70 [skip ci] 2026-01-03 20:24:43 +00:00
Lilith
0411ba6880 fix(analytics-client): 🐛 🛠 resolve type declarations and session linking initialization 2026-01-03 12:24:13 -08:00