3.9.6
anomalyco/opentui3.9.6Jul 21, 2026by fisker
AI Summary
A maintenance release for Prettier introducing a new official plugin, TypeScript parser updates, and fixes for method naming and import syntax.
Key Highlights
- New official plugin `@prettier/plugin-yuku` added.
- Support for `import defer` in TypeScript parser.
- Preserve quotes for methods named `new`.
New Features
- Official Yuku plugin
- TypeScript import defer support
- Quote preservation for `new` methods
Full Release Notes
## What's Changed * Preserve quotes for methods named `new` (https://github.com/prettier/prettier/pull/19621 by [@kovsu](https://github.com/kovsu)) * Support `import defer` in `typescript` parser (https://github.com/prettier/prettier/pull/19624, https://github.com/prettier/prettier/pull/19675 by [@fisker](https://github.com/fisker)) * Added a new official plugin [`@prettier/plugin-yuku` š](https://github.com/prettier/prettier/tree/3.9.6/packages/plugin-yuku) (https://github.com/prettier/prettier/pull/19628, https://github.com/prettier/prettier/pull/19629 by [@fisker](https://github.com/fisker)) š [Changelog](https://github.com/prettier/prettier/blob/3.9.6/CHANGELOG.md#396)