16.8.0-beta.0 (2023-08-18)
Bug Fixes
- core: apply target defaults properly for executors defaults (#18655) (f670e74)
- core: fix ghost alias when parsing yarn lockfile (#18646) (43b802d)
- core: fix schema links (#18395) (ded1543)
- core: handle symlinks on debian for watch events (#18636) (cf0b2fd)
- core: improve error handling for copy and remove (#18656) (13925ba)
- core: name collisions during project inference should not error out if corrected by a project.json's name (#18665) (94cc716)
- core: nx should not break if packages were not installed (#18687) (20acfbe)
- core: set consistent working directory when calculating runtime hash inputs (#18643) (e2ac4e3)
- core: use Date.now() everywhere for tasks start and end times to avoid negative durations (#18595) (98a7477)
- core: use existing version when calling "yarn set version" (#18669) (7d55f49)
- devkit: convert-nx-executor should read projectNodes (#18684) (2ff1364)
- js: expose schematic using the generator function with a default for the project name and root format (#18681) (61d73fc)
- linter: Normalize paths when in getSourceFilePath (#18601) (1f9b3c4)
- nextjs: make next build package manager agnostic (#18661) (2e1bccd)
Features
- angular: add flag to include hydration when setting up ssr (#18675) (b9ca7ce)
- angular: update module federation node (#18513) (8390b9e)
- angular: use helper to determine project name and root directory in project generators (#18607) (47f8b7a)
- core: support prettier v3 as a formatter (#18644) (54496e8)
- misc: save directory and name format to nx json defaults (#18683) (e2ff519)
- nx-dev: highlight lines in code samples (#18690) (77bc1e8)
- nx-dev: types in devkit toc (#18594) (71d2994)
- react: use helper to determine project name and root directory in project generators (#18615) (eb9caa1)