Change8

22.6.0-beta.4

📦 nxView on GitHub →
🐛 9 fixes🔧 6 symbols

Summary

This beta release focuses primarily on bug fixes across various Nx components, including improvements to file watching on macOS, webpack environment variable handling, and release schema validation.

🐛 Bug Fixes

  • Excluded .json files from JS/TS regex patterns in angular-rspack.
  • Fixed regression related to process.env usage for webpack.
  • Showed the correct status for stopped continuous tasks in core.
  • Rejected pending promises directly when a plugin worker exits unexpectedly.
  • Switched to using recursive FSEvents on macOS instead of non-recursive kqueue for better file watching.
  • Added guard against undefined closest node in js rehoistNodes.
  • Corrected interpolate sub command for cli reference in nx-dev.
  • Allowed null values in the schema of dockerVersion for release.
  • Added null-safe fallback for version in createGitTagValues for release.

Affected Symbols