Commit graph

35 commits

Author SHA1 Message Date
Lilith
0be14704eb chore(src): 🔧 Update TypeScript files in src directory (12 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 10:19:00 -08:00
Lilith
7f95838c48 chore(marketplace-most-significant): 🔧 Update TypeScript files in src directory (31 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-14 10:39:50 -08:00
Lilith
d86fe3d64d feat(age-verification): Add AgeGate UI component with age input validation, error handling, and submission logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 05:07:32 -08:00
Lilith
5442474d90 chore(deps): 🔧 Update dependency JSON files across 15 packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-09 00:07:23 -08:00
Lilith
74958ec539 docs(features): 📝 Update README.md documentation across 30+ feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:53:19 -08:00
Lilith
8b2d792253 chore(docs): 📝 Standardize feature documentation across 22+ features by updating README templates, adding/updating docs directories (e.g., age-verification, image-generator), and enforcing consistent structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:26:03 -08:00
Lilith
23eacbf275 deps-upgrade: ⬆️ Update frontend-component dependencies to latest stable versions for bug fixes, performance improvements, and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:08:59 -08:00
Lilith
d41476cbc5 feat(AgeGate): Implement age verification modal with UI, validation logic, and potential backend integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 16:12:14 -08:00
Lilith
490cd9e883 chore(fontend-components): 🔧 Update build config, database shared memory file, and related scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:58:54 -08:00
Lilith
c45157d18a chore(age-verification): 🔧 Optimize tsup.config.ts for frontend component & shared module consistency/performance in age verification feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:28:07 -08:00
Lilith
29534555b9 chore(age-verification): 🔧 Update dependencies in frontend-components and shared packages for security/performance/compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:28:07 -08:00
Lilith
5c55ef62f7 chore(age-verification): 🔧 Introduce reusable useAgeVerification hook, AgeGateProvider, and AgeGateWrapper components for unified age verification across landing/marketplace pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 21:17:57 -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
06503b9beb chore(landing): 🔧 Refactor service configurations across all features to standardize dependency definitions, registration, and update ShopCheckoutPage frontend for compatibility with updated service contracts 2026-01-24 21:43:26 -08:00
Lilith
9c391b2978 chore(age-verification): 🔧 Add AgeGate component and AgeGateProvider for age verification UI and state management 2026-01-21 18:19:17 -08:00
Lilith
fc4f31f57f chore(components): 🔧 Update AgeGate.tsx, ageVerification logic, and related utility files 2026-01-21 18:13:58 -08:00
Lilith
686bccb7bc deps-upgrade: ⬆️ Update frontend dependencies across age-verification, landing, and marketplace modules 2026-01-20 20:44:54 -08:00
Lilith
3879c9abb6 deps-upgrade(age-verification/marketplace,frontend-components): ⬆️ Update dependencies in age-verification/frontend-components and marketplace/frontend-public 2026-01-20 20:34:23 -08:00
Lilith
46db10adb1 deps-upgrade(features/age-verification/frontend-components): ⬆️ Update React, UI libraries, and related dependencies for age verification frontend 2026-01-20 20:23:47 -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
4b7a0d0665 feat(age-verification): Add AgeGate component, useAgeVerification hook, provider, and shared types/constants 2026-01-18 09:20:25 -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
4c3fba1161 feat(frontend-components): Add age verification functionality for frontend components 2026-01-13 11:37:34 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
de10f4af77 feat(age-verification): update import paths to relative 2026-01-11 02:10:50 -08:00
Lilith
975e074f55 fix(features/age-verification/frontend-components/src/providers/AgeGateProvider.tsx): 🐛 resolve TypeScript import conflict in AgeGateProvider component 2026-01-10 23:39:01 -08:00
Lilith
4fdb8e139a feat(@lilith/lilith-platform/codebase/main): update dependencies and fix E2E tests 2026-01-10 22:22:04 -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
aa67801c32 feat: Re-export all domain-specific types for backward compatibility 2026-01-03 05:04:45 -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
e6fb7735b1 Add age-gate E2E tests and fix AgeGate component
- Add age-gate-flow.spec.ts for verification flows
- Add age-gate.ts helper for test utilities
- Fix AgeGate.tsx component issues

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 23:46:28 -08:00
Lilith
983c1a1576 Add age verification gate (18+) feature
- New age-verification feature with frontend-components and shared packages
- Add 'age-gate-enabled' feature flag (staging/production)
- Integrate AgeGateProvider into landing App.tsx
- Add AgeGateLoginLink component for authenticated bypass
- Add en/es locales for age-gate UI

Site-wide 18+ confirmation required for adult content platform.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:27:04 -08:00