Files
superset2/superset-frontend/package.json
Evan Rusackas 198c7598cf feat(frontend): migrate from npm/lerna to bun/turborepo/changesets
- Replace lerna with changesets for version management and npm publishing
- Migrate from npm to bun as the package manager
- Add bun.lock and remove package-lock.json
- Add changeset scripts: changeset:add, changeset:version, changeset:publish
- Delete lerna.json
- Update .gitignore to exclude package-lock.json

Benefits of this migration:
- Bun: ~10x faster package installs, native TypeScript support
- Turborepo: Intelligent caching for builds (already added)
- Changesets: Cleaner workflow for version management and publishing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 10:45:08 -08:00

18 KiB