Bug Fixes
- core: handle merging npm scripts with project at the root (#8651) (50066ca)
- core: include affected projects when generating dep graph HTML file (#8679) (e167fd5), closes #8657
- core: need to read in any base nx.json when building a workspace (#8333) (3d36169)
- core: normalize command to avoid nx run nx run (#8678) (acffba7)
- core: only write the file with the terminal output once (6c83b59)
- linter: remove @typescript-eslint/no-unused-vars override (#8147) (6a3914e)
Features
- angular: add --export flag to scam (#8662) (56261ae)
- angular: add --export flag to scam-directive (#8673) (ac66fc1)
- angular: add --export to scam-pipe generator (#8672) (5081db1)
- core: improve detection whether we are running in CI (27dc36f)
- linter: add warning to nx rule when project graph is unavailable (#8668) (8719a9a)