v8.0.0-rc.2-dev.1
📦 prismaView on GitHub →
✨ 2 features🐛 5 fixes🔧 15 symbols
Summary
This release updates development dependencies, including Biome, Turbo, and Prisma SDKs. It also introduces new Biome rules for React Compiler and Svelte, alongside several bug fixes and performance improvements.
✨ New Features
- Added a new nursery rule `useReactCompiler` to Biome, which reports diagnostics from React Compiler lint mode.
- Added the nursery rule `noSvelteLegacyConst` to Biome, which disallows legacy Svelte `{@const}` tags and recommends declaration tags with `$derived()`.
🐛 Bug Fixes
- Improved performance of `noImportCycles` in Biome.
- Fixed an issue where `useAwait` in Biome no longer reports async functions that contain an `await using` declaration.
- Fixed an issue where `noUselessUndefined` in Biome no longer reports `return undefined` when the enclosing function has a return type annotation other than `undefined` or `void`.
- Fixed an issue where CSS block comments between a declaration colon and value now preserve their source indentation in Biome.
- Fixed an issue where CSS formatting in Biome keeps comments inside functional pseudo-classes and pseudo-elements instead of moving them before the function name.