Change8

22.5.4

📦 nxView on GitHub →
1 features🐛 17 fixes🔧 10 symbols

Summary

This patch introduces minor features like updating gitignore for polygraph and fixes numerous bugs across core, build tools (Angular RSPack, Gradle, Maven, Vitest), and documentation redirects. It also updates the minimatch dependency.

✨ New Features

  • Added .nx/polygraph to gitignore during migration and caia processes.

🐛 Bug Fixes

  • Angular RSPack now uses relative paths for postcss-cli-resources output.
  • Fixed issue where `nx release` failed to extract GitHub user/repo slug when using canonical SSH URLs.
  • Updated sourceRepository description for nx import.
  • Updated minimatch dependency to version 10.2.4.
  • Skipped writing deps cache if it was already up-to-date.
  • Resolved false positive loop detection when running with Bun.
  • Fell back to invoking PM in detection logic.
  • Restored CNW user flow to match behavior in v22.1.3.
  • Gradle batch runner output is now teed to stderr for terminal display.
  • Maven batch runner invoke() operations are synchronized to prevent concurrent access.
  • Boosted CLI command reference search ranking.
  • Fixed broken nx.dev redirects and removed legacy redirect-rules files.
  • Used pathToFileURL for cross-platform path handling in postcss-cli-resources.
  • Excluded .netlify paths from Framer proxy edge function.
  • Reset package.json files after local release.
  • Removed redundant inputs override for the build-base target.
  • Vitest executor now respects reporters specified in target options.

Affected Symbols