Change8

22.4.0-beta.3

📦 nxView on GitHub →
3 features🐛 8 fixes1 deprecations🔧 2 symbols

Summary

This beta release introduces project inference for `nx show project`, adds build skipping controls for Gradle/Maven, and fixes several issues related to dependency parsing, daemon reporting, and Maven publishing.

✨ New Features

  • nx show project can now infer the project from the current working directory (cwd).
  • Added environment variables to skip gradle and maven plugin computation in the gradle plugin.
  • Added scroll depth tracking for marketing pages in nx-dev.

🐛 Bug Fixes

  • The daemon status is now shown in the nx report output.
  • Prevented alias from overwriting root dependencies when using the pnpm parser.
  • Only initialize the inline view if it is able to run.
  • Upgraded sysinfo to 0.37.2 and fixed CPU measurement accuracy.
  • Updated Spring Boot to 4.0 and enabled parent POM local install in the maven plugin.
  • Fixed Maven Central publishing for Maven 4.
  • Included migrations.json in the published maven package.
  • Targeted React plugin to use 22.3.4 patch version to address a Remix CVE.

Affected Symbols

⚡ Deprecations

  • setup-tailwind generators are deprecated.