22.4.0-beta.2
📦 nxView on GitHub →
✨ 2 features🐛 9 fixes🔧 7 symbols
Summary
This beta release introduces new features for Gradle dependency exclusion and updates React ecosystem packages to address CVEs. It also includes numerous core fixes related to process handling, caching, and linter overrides.
✨ New Features
- gradle: excludeDependsOn based on provider relationships
- react: update react-router and remix versions to address CVEs
🐛 Bug Fixes
- core: set windowsHide:true in package installation
- core: display shared running tasks in the in progress section of the tui
- core: make process metrics registration in critical paths non-blocking
- core: disallow Vitest & Angular unit test runner when bundler is not esbuild in cnw
- core: allow dte to handle continuous tasks termination
- core: validate native file cache size before applying it
- core: pipe plugin stdout to avoid inconsistent terminal state
- linter: delete override block when update returns undefined in replaceOverride
- misc: update banner validation to match Framer API format