Commit graph

6 commits

Author SHA1 Message Date
Natalie
91f5b9c110 fix(i18n): declare i18next dep and add 'escort' to UserType
Two clean-checkout typecheck failures in @lilith/i18n that also propagated to
consumers (landing, provider-website):
- src/types.ts imported types from 'i18next' without declaring it — added
  i18next to peer+devDependencies (^24.2.3, already in bun.lock) so tsc
  resolves it on a fresh install.
- UserType union was missing 'escort' while 8 Record<UserType,...> literals in
  landing supply an escort entry (TS2353). Added 'escort' and the matching
  USER_TYPE_COLORS entry in hooks.ts (full Record literal that would otherwise
  go missing the key). Private workspace pkg — no publish.

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:53:02 -05:00
autocommit
586839ba6e deps-upgrade(i18n): ⬆️ Update i18n dependencies for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:36:31 -07:00
autocommit
8f2952e7ff deps-upgrade(deps): ⬆️ Update dependencies in @features/api and @packages/i18n to latest versions for security patches and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:12:29 -07:00
autocommit
c32ee59bad deps-upgrade(root): ⬆️ Update dependencies in root and feature packages (i18n, edge-purge) to standardize versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:13 -07:00
autocommit
7c34d0eb55 deps-upgrade(i18n): ⬆️ Update i18n dependencies to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
Claude Code
25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00