mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## Summary This PR adds concise documentation for features introduced in Bun v1.2.23 that were missing from the docs. ## Added Documentation - **pnpm migration**: Automatic `pnpm-lock.yaml` to `bun.lock` migration - **Platform filtering**: `--cpu` and `--os` flags for cross-platform dependency installation - **Test improvements**: Chaining test qualifiers (e.g., `.failing.each`) - **CLI**: `bun feedback` command - **TLS/SSL**: `--use-system-ca` flag and `NODE_USE_SYSTEM_CA` environment variable - **Node.js compat**: `process.report.getReport()` Windows support - **Bundler**: New `jsx` configuration object in `Bun.build` - **SQL**: `sql.array` helper for PostgreSQL arrays ## Test plan Documentation changes only - reviewed for accuracy against the v1.2.23 release notes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>