Commit graph

20 commits

Author SHA1 Message Date
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
adb8b8f482 deps-upgrade: ⬆️ Update dependencies across auth-provider, infrastructure (api-client, image-security, sso-client), and feature-specific frontends (analytics, image-assistant) 2026-01-22 15:20:50 -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
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -08:00
Lilith
908f161724 deps-upgrade: ⬆️ Update @infrastructure/image dependencies 2026-01-20 05:55:49 -08:00
Lilith
d3b0ecbcc5 deps-upgrade(infrastructure/image-security, types, ui/developer-fab): ⬆️ Bulk upgrade dependencies to resolve conflicts, improve security, and enable new functionality 2026-01-18 17:19:28 -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
fe30ac1254 chore(components): 🔧 Update TypeScript files in 15 component files 2026-01-18 09:20:14 -08:00
Lilith
ab089d2465 chore(infra): 🔧 Update TypeScript files in health-client, host-inventory, and image-security components 2026-01-18 09:20:14 -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
bcc848fb03 chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues 2026-01-13 09:12:43 -08:00
Lilith
d17512b8dc feat(@packages/@infrastructure/image-security): update image-processor service references 2026-01-10 04:46:05 -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
1fd39c5cf3 ⬆️ Update package dependencies and lockfile
- image-security package updates
- seo frontend-static dependency additions
- Updated pnpm-lock.yaml

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 08:45:51 -08:00
Lilith
4e514d3a76 ⬆️ Update dependencies and workspace configurations
- Add @lilith/i18n to frontend packages
- Add image-security dev dependencies
- Update pnpm-lock.yaml
- Remove queue-infrastructure from tsconfig references

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 03:09:32 -08:00
Lilith
41ea0ba3e3 fix(ci): Fix all broken staging builds and re-enable them
- status-dashboard-frontend: Add @lilith/ui-theme dependency, restore build scripts
- status-dashboard-api: Replace link: deps with published registry versions
  - @lilith/nestjs-auth@^0.0.13, @lilith/nestjs-bootstrap@^0.0.14, @lilith/typeorm-entities@^1.0.12
  - Update imports from @nestjs/auth -> @lilith/nestjs-auth, etc.
- landing-frontend: Fix @lilith/payments/frontend export path (frontend-checkout/)
- landing-backend: Fix type errors with null-coalescing for description fields
- @lilith/image-security: Support NestJS v11 peer dependencies

All staging features (status-dashboard, landing, seo, webmap) now build.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 17:33:40 -08:00
Lilith
93d1352a19 fix(ci): add Node.js types reference to image-security types
The image-security types file uses Buffer which is a Node.js global.
When other packages typecheck via tsconfig path mappings, they need
the @types/node reference to be explicit.

Added triple-slash reference directive to fix the typecheck error.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:59:38 -08:00
Lilith
483e0afe69 ♻️ Update import paths for package restructure
Update all source files to use new package locations:
- @lilith/design-tokens imports
- @lilith/types imports
- @lilith/validation imports
- Queue infrastructure refactor
- Analytics, landing, marketplace frontend updates
- Platform admin and profile editor updates

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 21:14:35 -08:00
Quinn Ftw
aecdf9cdad ♻️ Extract image security types to dedicated package
- Create @lilith/image-security for reusable image validation
- Move AllowedImageMimeType, ImageSecurityStatus, magic bytes to shared package
- Update merch-submission.types.ts to import from new package
- Add MerchPhrase model to ecommerce types

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 04:46:46 -08:00