Commit graph

17 commits

Author SHA1 Message Date
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
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
11f6bd3553 chore(marketplace): 🔧 Update TypeScript declarations, entry file, and related config files 2026-01-21 21:23:33 -08:00
Lilith
c19cedeaab chore(deps): Remove outdated frontend dependency versions from 17 JSON config files 2026-01-20 06:06:49 -08:00
Lilith
d5ad699bc2 deps-upgrade(infrastructure,utils,ui): ⬆️ Update @infrastructure/analytics-client, @utils/vite-version-plugin, and @ui/developer-fab to newer versions 2026-01-20 06:01:15 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -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
843bcb1fc0 chore(src): 🔧 Update TypeScript files 2026-01-18 09:20:24 -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
aa67801c32 feat: Re-export all domain-specific types for backward compatibility 2026-01-03 05:04:45 -08:00
Lilith
a92fd668ce 🔧 Add vite-version-plugin console-banner build artifacts
Built JS and type definitions for console banner utility

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 09:04:09 -08:00
Lilith
c2131b9170 🔧 Update vite-version-plugin package config and tsconfig
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 08:45:52 -08:00
Lilith
b5c7e5075f 🔧 Add vite-version-plugin build artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 08:45:52 -08:00
Quinn Ftw
65cf81299f fix(vite-version-plugin): calculate version in config() hook instead of configResolved()
The config() hook runs before configResolved(), so version info must be
calculated there for the define values to be properly injected at build time.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 04:22:02 -08:00
Quinn Ftw
b63a1e26c9 feat: add reusable @lilith/vite-version-plugin for build-time version injection
- Create @lilith/vite-version-plugin package that reads VERSION.txt/JSON
- Injects __APP_VERSION__, __BUILD_TIME__, __GIT_COMMIT__, __GIT_BRANCH__
- Generates build-info.json in output directory for deployment tracking
- Add logVersionBanner() utility for styled console output

Integrate with service-registry dashboard:
- Display version banner in browser console on load
- Build-info.json available at /build-info.json endpoint

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

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